Home
last modified time | relevance | path

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

/linux-4.4.14/tools/hv/
Dhv_set_ifconfig.sh58 cp $1 /etc/sysconfig/network-scripts/
/linux-4.4.14/drivers/irqchip/
Dirq-omap-intc.c60 u32 sysconfig; member
88 intc_context.sysconfig = in omap_intc_save_context()
109 intc_writel(INTC_SYSCONFIG, intc_context.sysconfig); in omap_intc_restore_context()
/linux-4.4.14/arch/arm/mach-omap2/
Dcontrol.c58 u16 sysconfig; member
100 u32 sysconfig; member
356 sdrc_block_contents.sysconfig = in omap3_save_scratchpad_contents()
434 control_context.sysconfig = omap_ctrl_readl(OMAP2_CONTROL_SYSCONFIG); in omap3_control_save_context()
492 omap_ctrl_writel(control_context.sysconfig, OMAP2_CONTROL_SYSCONFIG); in omap3_control_restore_context()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-miphy365x.txt9 - st,syscfg : Phandle / integer array property. Phandle of sysconfig group
12 register offset inside the sysconfig group.
Dphy-stih407-usb.txt8 - st,syscfg : phandle of sysconfig bank plus integer array containing phyparam and phyctrl registe…
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi.h158 u32 sysconfig; member
Domap_ssi.c423 omap_ssi->sysconfig = val; in ssi_hw_init()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsti-dwmac.txt28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt40 /etc/sysconfig/laptop-mode on other systems.
118 Debian-based systems, or in /etc/sysconfig/laptop-mode on other systems. It
234 /etc/sysconfig/laptop-mode on Red Hat, SUSE, Mandrake, and other work-alikes.
344 elif [ -f /etc/sysconfig/laptop-mode ] ; then
346 . /etc/sysconfig/laptop-mode
754 elif [ -f /etc/sysconfig/laptop-mode ] ; then
756 . /etc/sysconfig/laptop-mode
/linux-4.4.14/drivers/dma/
Domap-dma.c314 uint32_t sysconfig; in omap_dma_stop() local
317 sysconfig = omap_dma_glbl_read(od, OCP_SYSCONFIG); in omap_dma_stop()
318 val = sysconfig & ~DMA_SYSCONFIG_MIDLEMODE_MASK; in omap_dma_stop()
343 omap_dma_glbl_write(od, OCP_SYSCONFIG, sysconfig); in omap_dma_stop()
/linux-4.4.14/Documentation/networking/
Ddl2k.txt52 located at /etc/sysconfig/network-scripts or create it manually.
168 /etc/sysconfig/network-scripts directory, and create a configuration
Dbonding.txt973 network initialization scripts: initscripts, sysconfig or interfaces.
978 distros using versions of initscripts, sysconfig and interfaces with full
981 older versions of initscripts or sysconfig).
983 If you're unsure whether your distro uses sysconfig,
996 "initscripts" or "sysconfig," followed by some numbers. This is the
1005 sysconfig has support for bonding.
1010 This section applies to distros using a version of sysconfig
1020 yast2 sysconfig configuration utility. The goal is for to create an
1055 ifcfg-bond0, the second is ifcfg-bond1, and so on. The sysconfig
1132 /etc/sysconfig/network/ifcfg.template
[all …]
Ddecnet.txt91 or something similar, to /etc/sysconfig/network-scripts/ifcfg-eth0 or
Dcxgb.txt247 the ifcfg-eth# config files in /etc/sysconfig/network-scripts, looking
De1000.txt409 to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
/linux-4.4.14/drivers/memory/
Domap-gpmc.c224 u32 sysconfig; member
2250 gpmc_context.sysconfig = gpmc_read_reg(GPMC_SYSCONFIG); in omap3_gpmc_save_context()
2285 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); in omap3_gpmc_restore_context()