Home
last modified time | relevance | path

Searched refs:omap_mux_read (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap2/
Dmux.c70 u16 omap_mux_read(struct omap_mux_partition *partition, u16 reg) in omap_mux_read() function
136 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()
791 u16 mode = omap_mux_read(partition, m->reg_offset); in omap_mux_late_init()
989 return omap_mux_read(partition, m->reg_offset); in omap_mux_get_gpio()
1062 if (!OMAP_MODE_GPIO(partition, omap_mux_read(partition, in omap_mux_init_list()
Dserial.c151 tx_mode = omap_mux_read(tx_partition, tx_mux->reg_offset); in omap_serial_check_wakeup()
152 rx_mode = omap_mux_read(rx_partition, rx_mux->reg_offset); in omap_serial_check_wakeup()
Dmux.h291 u16 omap_mux_read(struct omap_mux_partition *p, u16 mux_offset);