Home
last modified time | relevance | path

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

/Linux-v4.19/tools/hv/
Dhv_set_ifconfig.sh59 cp $1 /etc/sysconfig/network-scripts/
/Linux-v4.19/drivers/irqchip/
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-v4.19/arch/arm/mach-omap2/
Dcontrol.c58 u16 sysconfig; member
100 u32 sysconfig; member
345 sdrc_block_contents.sysconfig = in omap3_save_scratchpad_contents()
423 control_context.sysconfig = omap_ctrl_readl(OMAP2_CONTROL_SYSCONFIG); in omap3_control_save_context()
481 omap_ctrl_writel(control_context.sysconfig, OMAP2_CONTROL_SYSCONFIG); in omap3_control_restore_context()
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/net/
Dsti-dwmac.txt28 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
/Linux-v4.19/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-v4.19/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.rst406 to the file /etc/sysconfig/network-scripts/ifcfg-eth<x>. This example
/Linux-v4.19/drivers/dma/ti/
Domap-dma.c463 uint32_t sysconfig; in omap_dma_stop() local
465 sysconfig = omap_dma_glbl_read(od, OCP_SYSCONFIG); in omap_dma_stop()
466 val = sysconfig & ~DMA_SYSCONFIG_MIDLEMODE_MASK; in omap_dma_stop()
477 omap_dma_glbl_write(od, OCP_SYSCONFIG, sysconfig); in omap_dma_stop()
/Linux-v4.19/drivers/memory/
Domap-gpmc.c222 u32 sysconfig; member
2503 gpmc_context.sysconfig = gpmc_read_reg(GPMC_SYSCONFIG); in omap3_gpmc_save_context()
2538 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); in omap3_gpmc_restore_context()