| /Linux-v5.15/drivers/irqchip/ |
| 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-v5.15/tools/hv/ |
| D | hv_set_ifconfig.sh | 59 cp $1 /etc/sysconfig/network-scripts/
|
| /Linux-v5.15/arch/arm/mach-omap2/ |
| D | control.c | 55 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-v5.15/Documentation/devicetree/bindings/phy/ |
| D | phy-miphy365x.txt | 9 - st,syscfg : Phandle / integer array property. Phandle of sysconfig group 12 register offset inside the sysconfig group.
|
| D | phy-stih407-usb.txt | 8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
|
| /Linux-v5.15/drivers/gpio/ |
| D | gpio-omap.c | 32 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-v5.15/tools/perf/util/ |
| D | setup.py | 12 from distutils.sysconfig import get_config_vars
|
| /Linux-v5.15/include/linux/platform_data/ |
| D | gpio-omap.h | 153 u16 sysconfig; member
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | omap36xx.dtsi | 192 * Note that the sysconfig register layout is a subset of the 194 * available while omap34xx has "ti,sysc-omap2" type sysconfig.
|
| /Linux-v5.15/Documentation/networking/device_drivers/ethernet/intel/ |
| D | fm10k.rst | 78 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x> 79 - For SLES: /etc/sysconfig/network/<config_file>
|
| D | igb.rst | 113 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x> 114 - For SLES: /etc/sysconfig/network/<config_file>
|
| D | e1000e.rst | 274 - For RHEL: /etc/sysconfig/network-scripts/ifcfg-eth<x> 275 - For SLES: /etc/sysconfig/network/<config_file>
|
| D | ixgbe.rst | 429 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL 430 /etc/sysconfig/network/<config_file> // for SLES
|
| D | i40e.rst | 330 /etc/sysconfig/network-scripts/ifcfg-eth<x> // for RHEL 331 /etc/sysconfig/network/<config_file> // for SLES
|
| D | e1000.rst | 408 to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | sti-dwmac.txt | 28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
|
| /Linux-v5.15/Documentation/admin-guide/laptops/ |
| D | laptop-mode.rst | 42 /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-v5.15/Documentation/networking/device_drivers/ethernet/dlink/ |
| 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-v5.15/Documentation/networking/ |
| D | bonding.rst | 1016 network initialization scripts: initscripts, sysconfig or interfaces. 1021 distros using versions of initscripts, sysconfig and interfaces with full 1024 older versions of initscripts or sysconfig). 1026 If you're unsure whether your distro uses sysconfig, 1039 "initscripts" or "sysconfig," followed by some numbers. This is the 1048 sysconfig has support for bonding. 1053 This section applies to distros using a version of sysconfig 1063 yast2 sysconfig configuration utility. The goal is for to create an 1098 ifcfg-bond0, the second is ifcfg-bond1, and so on. The sysconfig 1178 /etc/sysconfig/network/ifcfg.template [all …]
|
| D | decnet.rst | 95 or something similar, to /etc/sysconfig/network-scripts/ifcfg-eth0 or
|
| /Linux-v5.15/drivers/dma/ti/ |
| 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-v5.15/drivers/memory/ |
| D | omap-gpmc.c | 221 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-v5.15/Documentation/networking/device_drivers/ethernet/chelsio/ |
| D | cxgb.rst | 285 the ifcfg-eth# config files in /etc/sysconfig/network-scripts, looking
|