| /linux/drivers/irqchip/ |
| H A D | irq-omap-intc.c | 58 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/drivers/fpga/ |
| H A D | Makefile | 25 obj-$(CONFIG_FPGA_MGR_LATTICE_SYSCONFIG) += lattice-sysconfig.o 26 obj-$(CONFIG_FPGA_MGR_LATTICE_SYSCONFIG_SPI) += lattice-sysconfig-spi.o
|
| /linux/arch/arm/mach-omap2/ |
| H A D | control.c | 55 u16 sysconfig; member 97 u32 sysconfig; member 276 sdrc_block_contents.sysconfig = in omap3_save_scratchpad_contents() 354 control_context.sysconfig = omap_ctrl_readl(OMAP2_CONTROL_SYSCONFIG); in omap3_control_save_context() 412 omap_ctrl_writel(control_context.sysconfig, OMAP2_CONTROL_SYSCONFIG); in omap3_control_restore_context()
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-miphy365x.txt | 9 - st,syscfg : Phandle / integer array property. Phandle of sysconfig group 12 register offset inside the sysconfig group.
|
| /linux/tools/hv/ |
| H A D | hv_set_ifconfig.sh | 82 cp $1 /etc/sysconfig/network-scripts/
|
| /linux/drivers/gpio/ |
| H A D | gpio-omap.c | 32 u32 sysconfig; member 1101 p->context.sysconfig = readl_relaxed(base + regs->sysconfig); in omap_gpio_init_context() 1121 writel_relaxed(bank->context.sysconfig, base + regs->sysconfig); in omap_gpio_restore_context() 1151 bank->context.sysconfig = readl_relaxed(base + bank->regs->sysconfig); in omap_gpio_idle() 1317 .sysconfig = OMAP24XX_GPIO_SYSCONFIG, 1341 .sysconfig = OMAP4_GPIO_SYSCONFIG,
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap36xx.dtsi | 194 * Note that the sysconfig register layout is a subset of the 196 * available while omap34xx has "ti,sysc-omap2" type sysconfig.
|
| /linux/include/linux/platform_data/ |
| H A D | gpio-omap.h | 150 u16 sysconfig; member
|
| /linux/tools/perf/util/ |
| H A D | setup.py | 39 from sysconfig import get_config_vars
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | fm10k.rst | 78 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x> 79 - For SLES: /etc/sysconfig/network/<config_file>
|
| H A D | igb.rst | 113 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x> 114 - For SLES: /etc/sysconfig/network/<config_file>
|
| H A D | e1000e.rst | 274 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x> 275 - For SLES: /etc/sysconfig/network/<config_file>
|
| H A D | ixgbe.rst | 429 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL 430 /etc/sysconfig/network/<config_file> // for SLES
|
| H A D | i40e.rst | 342 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL 343 /etc/sysconfig/network/<config_file> // for SLES
|
| H A D | e1000.rst | 408 to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | sti-dwmac.txt | 27 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
|
| /linux/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 59 located at /etc/sysconfig/network-scripts or create it manually. 191 /etc/sysconfig/network-scripts directory, and create a configuration
|
| /linux/Documentation/networking/ |
| H A D | bonding.rst | 1076 network initialization scripts: initscripts, sysconfig or interfaces. 1081 distros using versions of initscripts, sysconfig and interfaces with full 1084 older versions of initscripts or sysconfig). 1086 If you're unsure whether your distro uses sysconfig, 1099 "initscripts" or "sysconfig," followed by some numbers. This is the 1108 sysconfig has support for bonding. 1113 This section applies to distros using a version of sysconfig 1123 yast2 sysconfig configuration utility. The goal is for to create an 1158 ifcfg-bond0, the second is ifcfg-bond1, and so on. The sysconfig 1238 /etc/sysconfig/network/ifcfg.template [all …]
|
| /linux/drivers/bus/ |
| H A D | ti-sysc.c | 156 u32 sysconfig; member 1117 ddata->sysconfig = sysc_read(ddata, ddata->offsets[SYSC_SYSCONFIG]); in sysc_enable_module() 1213 ddata->sysconfig = sysc_read(ddata, ddata->offsets[SYSC_SYSCONFIG]); in sysc_disable_module() 1369 if (reg == ddata->sysconfig) in sysc_check_context() 1403 sysc_write_sysconfig(ddata, ddata->sysconfig); in sysc_reinit_module()
|
| /linux/drivers/dma/ti/ |
| H A D | omap-dma.c | 497 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/ |
| H A D | omap-gpmc.c | 224 u32 sysconfig; member 2429 gpmc_context->sysconfig = gpmc_read_reg(GPMC_SYSCONFIG); in omap3_gpmc_save_context() 2467 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context->sysconfig); in omap3_gpmc_restore_context()
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 285 the ifcfg-eth# config files in /etc/sysconfig/network-scripts, looking
|