Home
last modified time | relevance | path

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

/linux-4.1.27/tools/hv/
Dhv_set_ifconfig.sh58 cp $1 /etc/sysconfig/network-scripts/
/linux-4.1.27/drivers/irqchip/
Dirq-omap-intc.c61 u32 sysconfig; member
89 intc_context.sysconfig = in omap_intc_save_context()
110 intc_writel(INTC_SYSCONFIG, intc_context.sysconfig); in omap_intc_restore_context()
/linux-4.1.27/arch/arm/mach-omap2/
Dcontrol.c58 u16 sysconfig; member
100 u32 sysconfig; member
355 sdrc_block_contents.sysconfig = in omap3_save_scratchpad_contents()
433 control_context.sysconfig = omap_ctrl_readl(OMAP2_CONTROL_SYSCONFIG); in omap3_control_save_context()
490 omap_ctrl_writel(control_context.sysconfig, OMAP2_CONTROL_SYSCONFIG); in omap3_control_restore_context()
/linux-4.1.27/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.1.27/drivers/hsi/controllers/
Domap_ssi.h157 u32 sysconfig; member
Domap_ssi.c436 omap_ssi->sysconfig = val; in ssi_hw_init()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsti-dwmac.txt28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
/linux-4.1.27/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.1.27/drivers/dma/
Domap-dma.c310 uint32_t sysconfig; in omap_dma_stop() local
313 sysconfig = omap_dma_glbl_read(od, OCP_SYSCONFIG); in omap_dma_stop()
314 val = sysconfig & ~DMA_SYSCONFIG_MIDLEMODE_MASK; in omap_dma_stop()
339 omap_dma_glbl_write(od, OCP_SYSCONFIG, sysconfig); in omap_dma_stop()
/linux-4.1.27/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.txt936 network initialization scripts: initscripts, sysconfig or interfaces.
941 distros using versions of initscripts, sysconfig and interfaces with full
944 older versions of initscripts or sysconfig).
946 If you're unsure whether your distro uses sysconfig,
959 "initscripts" or "sysconfig," followed by some numbers. This is the
968 sysconfig has support for bonding.
973 This section applies to distros using a version of sysconfig
983 yast2 sysconfig configuration utility. The goal is for to create an
1018 ifcfg-bond0, the second is ifcfg-bond1, and so on. The sysconfig
1095 /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.1.27/drivers/memory/
Domap-gpmc.c224 u32 sysconfig; member
2254 gpmc_context.sysconfig = gpmc_read_reg(GPMC_SYSCONFIG); in omap3_gpmc_save_context()
2286 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); in omap3_gpmc_restore_context()