Searched refs:omap_mux_read (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-omap2/ |
D | mux.c | 68 u16 omap_mux_read(struct omap_mux_partition *partition, u16 reg) in omap_mux_read() function 134 old_mode = omap_mux_read(partition, gpio_mux->reg_offset); in _omap_mux_init_gpio() 253 old_mode = omap_mux_read(partition, mux->reg_offset); in omap_mux_init_signal() 383 val = omap_mux_read(pad->partition, pad->mux->reg_offset); in omap_hwmod_mux_scan_wakeups() 594 val = omap_mux_read(partition, m->reg_offset); in omap_mux_dbg_board_show() 654 val = omap_mux_read(partition, m->reg_offset); in omap_mux_dbg_signal_show() 800 u16 mode = omap_mux_read(partition, m->reg_offset); in omap_mux_late_init() 995 return omap_mux_read(partition, m->reg_offset); in omap_mux_get_gpio() 1068 if (!OMAP_MODE_GPIO(omap_mux_read(partition, in omap_mux_init_list()
|
D | mux.h | 281 u16 omap_mux_read(struct omap_mux_partition *p, u16 mux_offset);
|