Searched refs:sysconfig (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.c24 * 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 Dcontrol.c58 u16 sysconfig; member in struct:omap3_scratchpad_sdrc_block
100 u32 sysconfig; member in struct:omap3_control_regs
355 sdrc_block_contents.sysconfig = omap3_save_scratchpad_contents()
433 control_context.sysconfig = omap_ctrl_readl(OMAP2_CONTROL_SYSCONFIG); omap3_control_save_context()
490 omap_ctrl_writel(control_context.sysconfig, OMAP2_CONTROL_SYSCONFIG); omap3_control_restore_context()
620 * Initializes system control module. This sets up the sysconfig autoidle,
H A Dcm33xx.c215 * sysconfig cannot be accessed and will probably lead to an "imprecise
H A Domap_hwmod.c326 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _set_master_standbymode()
359 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _set_slave_idlemode()
393 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _set_clockactivity()
423 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _set_softreset()
452 "omap_hwmod: %s: sysc_fields absent for sysconfig class\n", _clear_softreset()
500 * The DMADISABLE bit is a semi-automatic bit present in sysconfig register
518 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _set_dmadisable()
563 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _set_module_autoidle()
637 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _enable_wakeup()
670 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name); _disable_wakeup()
2158 /* Access the sysconfig only if the target is ready */ _enable()
H A Dcminst44xx.c273 * sysconfig cannot be accessed and will probably lead to an "imprecise
H A Domap_hwmod.h396 * If the device follows a different scheme for the sysconfig register ,
H A Domap_hwmod_44xx_data.c966 * accessing sysconfig again.
1456 * accessing sysconfig again.
/linux-4.1.27/drivers/hsi/controllers/
H A Domap_ssi.h138 * @sysconfig: SSI controller saved context
157 u32 sysconfig; member in struct:omap_ssi_controller
H A Domap_ssi.c436 omap_ssi->sysconfig = val; ssi_hw_init()
/linux-4.1.27/drivers/irqchip/
H A Dirq-omap-intc.c61 u32 sysconfig; member in struct:omap_intc_regs
89 intc_context.sysconfig = omap_intc_save_context()
110 intc_writel(INTC_SYSCONFIG, intc_context.sysconfig); omap_intc_restore_context()
/linux-4.1.27/drivers/bluetooth/
H A Dath3k.c139 /* This table is to load patch and sysconfig files
513 /* load patch and sysconfig files for AR3012 */ ath3k_probe()
516 /* New firmware with patch and sysconfig files already loaded */ ath3k_probe()
527 BT_ERR("Loading sysconfig file failed"); ath3k_probe()
H A Dbtusb.c3068 * patch and sysconfig files */ btusb_probe()
/linux-4.1.27/drivers/media/radio/si470x/
H A Dradio-si470x-common.c383 /* sysconfig 1 */ si470x_start()
390 /* sysconfig 2 */ si470x_start()
416 /* sysconfig 1 */ si470x_stop()
440 /* sysconfig 1 */ si470x_rds_on()
/linux-4.1.27/drivers/phy/
H A Dphy-miphy365x.c594 /* sysconfig offsets are indexed from 1 */ for_each_child_of_node()
598 dev_err(&pdev->dev, "No sysconfig offset found\n"); for_each_child_of_node()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sti.c300 dev_err(dev, "Can't get sysconfig ctrl offset (%d)\n", err); sti_dwmac_parse_data()
/linux-4.1.27/drivers/dma/
H A Domap-dma.c310 uint32_t sysconfig; omap_dma_stop() local
313 sysconfig = omap_dma_glbl_read(od, OCP_SYSCONFIG); omap_dma_stop()
314 val = sysconfig & ~DMA_SYSCONFIG_MIDLEMODE_MASK; omap_dma_stop()
339 omap_dma_glbl_write(od, OCP_SYSCONFIG, sysconfig); omap_dma_stop()
/linux-4.1.27/drivers/usb/renesas_usbhs/
H A Dcommon.h296 * sysconfig
/linux-4.1.27/drivers/memory/
H A Domap-gpmc.c224 u32 sysconfig; member in struct:omap3_gpmc_regs
2254 gpmc_context.sysconfig = gpmc_read_reg(GPMC_SYSCONFIG); omap3_gpmc_save_context()
2286 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); omap3_gpmc_restore_context()
/linux-4.1.27/drivers/net/bonding/
H A Dbond_sysfs.c755 * initscripts/sysconfig, which load bonding multiple times to bond_create_sysfs()
/linux-4.1.27/drivers/usb/musb/
H A Domap2430.c412 pr_debug("HS USB OTG: revision 0x%x, sysconfig 0x%02x, " omap2430_musb_init()
/linux-4.1.27/Documentation/mic/mpssd/
H A Dmpssd.c131 static const char *mic_config_dir = "/etc/sysconfig/mic";

Completed in 1511 milliseconds