/linux/Documentation/devicetree/bindings/fpga/ |
H A D | lattice,sysconfig.yaml | 4 $id: http://devicetree.org/schemas/fpga/lattice,sysconfig.yaml# 7 title: Lattice Slave SPI sysCONFIG FPGA manager 13 Lattice sysCONFIG port, which is used for FPGA configuration, among others, 23 - lattice,sysconfig-ecp5 57 const: lattice,sysconfig-ecp5 74 compatible = "lattice,sysconfig-ecp5";
|
/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod_common_data.c | 24 * struct omap_hwmod_sysc_type1 - TYPE1 sysconfig scheme. 26 * To be used by hwmod structure to specify the sysconfig offsets 40 * struct omap_hwmod_sysc_type2 - TYPE2 sysconfig scheme. 42 * To be used by hwmod structure to specify the sysconfig offsets if the 54 * struct omap_hwmod_sysc_type3 - TYPE3 sysconfig scheme.
|
H A D | omap_hwmod.h | 47 * OCP SYSCONFIG bit shifts/masks TYPE1. These are for IPs compliant 64 * OCP SYSCONFIG bit shifts/masks TYPE2. These are for IPs compliant 77 * OCP SYSCONFIG bit shifts/masks TYPE3. 296 * @sysc_flags: SYS{C,S}_HAS* flags indicating SYSCONFIG bits supported 308 * SYSCONFIG register. This can be populated using omap_hwmod_sysc_type1 or 312 * If the device follows a different scheme for the sysconfig register , 501 * @sysc: device SYSCONFIG/SYSSTATUS register data
|
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() 543 * Initializes system control module. This sets up the sysconfig autoidle,
|
H A D | omap_hwmod.c | 310 * to unlock, then call it before accessing sysconfig and in _write_sysconfig() 311 * call lock after writing sysconfig. in _write_sysconfig() 343 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); in _set_master_standbymode() 376 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); in _set_slave_idlemode() 410 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); in _set_clockactivity() 440 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); in _set_softreset() 469 "omap_hwmod: %s: sysc_fields absent for sysconfig class\n", in _clear_softreset() 517 * The DMADISABLE bit is a semi-automatic bit present in sysconfig register 535 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); in _set_dmadisable() 580 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); in _set_module_autoidle() [all …]
|
/linux/drivers/fpga/ |
H A D | lattice-sysconfig-spi.c | 3 * Lattice FPGA programming over slave SPI sysCONFIG interface. 9 #include "lattice-sysconfig.h" 126 .name = "sysconfig-ecp5", 135 .compatible = "lattice,sysconfig-ecp5", 152 MODULE_DESCRIPTION("Lattice sysCONFIG Slave SPI FPGA Manager");
|
H A D | lattice-sysconfig.c | 3 * Lattice FPGA sysCONFIG interface functions independent of port type. 11 #include "lattice-sysconfig.h" 389 mgr = devm_fpga_mgr_register(dev, "Lattice sysCONFIG FPGA Manager", in sysconfig_probe() 396 MODULE_DESCRIPTION("Lattice sysCONFIG FPGA Manager Core");
|
/linux/tools/verification/dot2/ |
H A D | Makefile | 9 PYLIB ?= $(shell python3 -c 'import sysconfig; print (sysconfig.get_path("purelib"))')
|
/linux/Documentation/devicetree/bindings/soc/sti/ |
H A D | st,sti-syscon.yaml | 7 title: STMicroelectronics STi platform sysconfig 13 Binding for the various sysconfig nodes used within the STi
|
/linux/Documentation/devicetree/bindings/bus/ |
H A D | ti-sysc.yaml | 27 SYSCONFIG and SYSSTATUS. 59 REVISION, SYSCONFIG and SYSSTATUS registers as defined in the 140 description: Mask of supported register bits for the SYSCONFIG register
|
/linux/sound/soc/ti/ |
H A D | omap-mcbsp-st.c | 38 /********************** McBSP Sidetone SYSCONFIG bit definitions ***********/ 86 w = MCBSP_ST_READ(mcbsp, SYSCONFIG); in omap_mcbsp_st_on() 87 MCBSP_ST_WRITE(mcbsp, SYSCONFIG, w & ~(ST_AUTOIDLE)); in omap_mcbsp_st_on() 109 w = MCBSP_ST_READ(mcbsp, SYSCONFIG); in omap_mcbsp_st_off() 110 MCBSP_ST_WRITE(mcbsp, SYSCONFIG, w | ST_AUTOIDLE); in omap_mcbsp_st_off()
|
/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/include/linux/platform_data/ |
H A D | ti-sysc.h | 89 * @sysc_mask: bitmask of supported SYSCONFIG register bits 90 * @regbits: bitmask of SYSCONFIG register bits
|
/linux/Documentation/admin-guide/laptops/ |
H A 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/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/bluetooth/ |
H A D | ath3k.c | 126 /* This table is to load patch and sysconfig files 476 /* load patch and sysconfig files for AR3012 */ in ath3k_probe() 478 /* New firmware with patch and sysconfig files already loaded */ in ath3k_probe() 489 BT_ERR("Loading sysconfig file failed"); in ath3k_probe()
|
/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>
|
/linux/tools/hv/ |
H A D | hv_get_dhcp_info.sh | 20 if_file="/etc/sysconfig/network-scripts/ifcfg-"$1
|
/linux/include/dt-bindings/bus/ |
H A D | ti-sysc.h | 25 /* SYSCONFIG STANDBYMODE/MIDLEMODE/SIDLEMODE supported by hardware */
|
/linux/drivers/bus/ |
H A D | ti-sysc.c | 124 * @sysconfig: saved sysconfig register value 135 * @module_unlock_quirk: module specific sysconfig unlock quirk 136 * @module_lock_quirk: module specific sysconfig lock quirk 155 u32 sysconfig; member 1030 * sysc_write_sysconfig - handle sysconfig quirks for register write 1085 * need only the automatic OCP softreset handling with no sysconfig in sysc_enable_module() 1165 ddata->sysconfig = sysc_read(ddata, ddata->offsets[SYSC_SYSCONFIG]); in sysc_enable_module() 1261 ddata->sysconfig = sysc_read(ddata, ddata->offsets[SYSC_SYSCONFIG]); in sysc_disable_module() 1402 * Checks if device context was lost. Assumes the sysconfig register value 1417 if (reg == ddata->sysconfig) in sysc_check_context() [all …]
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | st,stih407-picophyreset.yaml | 7 title: STMicroelectronics STi family Sysconfig Picophy SoftReset Controller
|
H A D | st,stih407-powerdown.yaml | 7 title: STMicroelectronics STi family Sysconfig Peripheral Powerdown Reset Controller
|
H A D | st,sti-softreset.txt | 1 STMicroelectronics STi family Sysconfig Peripheral SoftReset Controller
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | sti-dwmac.txt | 27 - sti-clkconf: this is an extra sysconfig register, available in new SoCs,
|