Home
last modified time | relevance | path

Searched refs:cfg_reg (Results 1 – 5 of 5) sorted by relevance

/arch/arm/plat-omap/
Dmux.c40 || !arch_mux_cfg->cfg_reg) { in omap_mux_register()
71 if (!mux_cfg->cfg_reg) in omap_cfg_reg()
74 return mux_cfg->cfg_reg(reg); in omap_cfg_reg()
/arch/sparc/kernel/
Dsbus.c62 unsigned long cfg_reg; in sbus_set_sbus64() local
74 cfg_reg = iommu->write_complete_reg; in sbus_set_sbus64()
77 cfg_reg += 0x20UL; in sbus_set_sbus64()
80 cfg_reg += 0x28UL; in sbus_set_sbus64()
83 cfg_reg += 0x30UL; in sbus_set_sbus64()
86 cfg_reg += 0x38UL; in sbus_set_sbus64()
89 cfg_reg += 0x40UL; in sbus_set_sbus64()
92 cfg_reg += 0x48UL; in sbus_set_sbus64()
95 cfg_reg += 0x50UL; in sbus_set_sbus64()
102 val = upa_readq(cfg_reg); in sbus_set_sbus64()
[all …]
/arch/arm/mach-omap2/
Dmux.c543 arch_mux_cfg.cfg_reg = omap24xx_cfg_reg; in omap2_mux_init()
547 arch_mux_cfg.cfg_reg = omap34xx_cfg_reg; in omap2_mux_init()
/arch/arm/mach-omap1/
Dmux.c436 arch_mux_cfg.cfg_reg = omap1_cfg_reg; in omap1_mux_init()
442 arch_mux_cfg.cfg_reg = omap1_cfg_reg; in omap1_mux_init()
/arch/arm/plat-omap/include/mach/
Dmux.h798 int (*cfg_reg)(const struct pin_config *cfg); member