Searched refs:omap_mux_read (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/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() 255 old_mode = omap_mux_read(partition, mux->reg_offset); in omap_mux_init_signal() 385 val = omap_mux_read(pad->partition, pad->mux->reg_offset); in omap_hwmod_mux_scan_wakeups() 596 val = omap_mux_read(partition, m->reg_offset); in omap_mux_dbg_board_show() 656 val = omap_mux_read(partition, m->reg_offset); in omap_mux_dbg_signal_show() 802 u16 mode = omap_mux_read(partition, m->reg_offset); in omap_mux_late_init() 997 return omap_mux_read(partition, m->reg_offset); in omap_mux_get_gpio() 1070 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);
|