Home
last modified time | relevance | path

Searched refs:sysconfig (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/irqchip/
A Dirq-omap-intc.c58 u32 sysconfig; member
86 intc_context.sysconfig = in omap_intc_save_context()
107 intc_writel(INTC_SYSCONFIG, intc_context.sysconfig); in omap_intc_restore_context()
/linux/arch/arm/mach-omap2/
A Dcontrol.c55 u16 sysconfig; member
97 u32 sysconfig; member
337 sdrc_block_contents.sysconfig = in omap3_save_scratchpad_contents()
415 control_context.sysconfig = omap_ctrl_readl(OMAP2_CONTROL_SYSCONFIG); in omap3_control_save_context()
473 omap_ctrl_writel(control_context.sysconfig, OMAP2_CONTROL_SYSCONFIG); in omap3_control_restore_context()
/linux/Documentation/devicetree/bindings/phy/
A Dphy-miphy365x.txt9 - st,syscfg : Phandle / integer array property. Phandle of sysconfig group
12 register offset inside the sysconfig group.
A Dphy-stih407-usb.txt8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
/linux/tools/hv/
A Dhv_set_ifconfig.sh59 cp $1 /etc/sysconfig/network-scripts/
/linux/drivers/gpio/
A Dgpio-omap.c32 u32 sysconfig; member
1072 p->context.sysconfig = readl_relaxed(base + regs->sysconfig); in omap_gpio_init_context()
1092 writel_relaxed(bank->context.sysconfig, base + regs->sysconfig); in omap_gpio_restore_context()
1122 bank->context.sysconfig = readl_relaxed(base + bank->regs->sysconfig); in omap_gpio_idle()
1288 .sysconfig = OMAP24XX_GPIO_SYSCONFIG,
1312 .sysconfig = OMAP4_GPIO_SYSCONFIG,
/linux/arch/arm/boot/dts/
A Domap36xx.dtsi192 * Note that the sysconfig register layout is a subset of the
194 * available while omap34xx has "ti,sysc-omap2" type sysconfig.
/linux/tools/perf/util/
A Dsetup.py12 from distutils.sysconfig import get_config_vars
/linux/include/linux/platform_data/
A Dgpio-omap.h153 u16 sysconfig; member
/linux/Documentation/networking/device_drivers/ethernet/intel/
A Dfm10k.rst78 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x>
79 - For SLES: /etc/sysconfig/network/<config_file>
A Digb.rst113 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x>
114 - For SLES: /etc/sysconfig/network/<config_file>
A De1000e.rst274 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x>
275 - For SLES: /etc/sysconfig/network/<config_file>
A Dixgbe.rst429 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL
430 /etc/sysconfig/network/<config_file> // for SLES
A Di40e.rst330 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL
331 /etc/sysconfig/network/<config_file> // for SLES
A De1000.rst408 to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
/linux/Documentation/admin-guide/laptops/
A Dlaptop-mode.rst42 /etc/sysconfig/laptop-mode on other systems.
109 Debian-based systems, or in /etc/sysconfig/laptop-mode on other systems. It
225 /etc/sysconfig/laptop-mode on Red Hat, SUSE, Mandrake, and other work-alikes.
335 elif [ -f /etc/sysconfig/laptop-mode ] ; then
337 . /etc/sysconfig/laptop-mode
743 elif [ -f /etc/sysconfig/laptop-mode ] ; then
745 . /etc/sysconfig/laptop-mode
/linux/Documentation/devicetree/bindings/net/
A Dsti-dwmac.txt28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
/linux/Documentation/networking/device_drivers/ethernet/dlink/
A Ddl2k.rst59 located at /etc/sysconfig/network-scripts or create it manually.
191 /etc/sysconfig/network-scripts directory, and create a configuration
/linux/Documentation/networking/
A Dbonding.rst1025 older versions of initscripts or sysconfig).
1027 If you're unsure whether your distro uses sysconfig,
1049 sysconfig has support for bonding.
1054 This section applies to distros using a version of sysconfig
1099 ifcfg-bond0, the second is ifcfg-bond1, and so on. The sysconfig
1179 /etc/sysconfig/network/ifcfg.template
1187 Under sysconfig, configuring a device with BOOTPROTO='dhcp'
1197 The sysconfig network initialization system is capable of
1205 Because the sysconfig scripts supply the bonding module
1226 /etc/sysconfig/network-scripts
[all …]
A Ddecnet.rst95 or something similar, to /etc/sysconfig/network-scripts/ifcfg-eth0 or
/linux/drivers/bus/
A Dti-sysc.c143 u32 sysconfig; member
1171 ddata->sysconfig = sysc_read(ddata, ddata->offsets[SYSC_SYSCONFIG]); in sysc_enable_module()
1260 ddata->sysconfig = sysc_read(ddata, ddata->offsets[SYSC_SYSCONFIG]); in sysc_disable_module()
1416 if (reg == ddata->sysconfig) in sysc_check_context()
1450 sysc_write_sysconfig(ddata, ddata->sysconfig); in sysc_reinit_module()
/linux/drivers/dma/ti/
A Domap-dma.c497 uint32_t sysconfig; in omap_dma_stop() local
499 sysconfig = omap_dma_glbl_read(od, OCP_SYSCONFIG); in omap_dma_stop()
500 val = sysconfig & ~DMA_SYSCONFIG_MIDLEMODE_MASK; in omap_dma_stop()
511 omap_dma_glbl_write(od, OCP_SYSCONFIG, sysconfig); in omap_dma_stop()
/linux/drivers/memory/
A Domap-gpmc.c221 u32 sysconfig; member
2401 gpmc_context->sysconfig = gpmc_read_reg(GPMC_SYSCONFIG); in omap3_gpmc_save_context()
2439 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context->sysconfig); in omap3_gpmc_restore_context()
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
A Dcxgb.rst285 the ifcfg-eth# config files in /etc/sysconfig/network-scripts, looking

Completed in 78 milliseconds