Searched refs:omap_mux_write (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | mux.c | 78 void omap_mux_write(struct omap_mux_partition *partition, u16 val, omap_mux_write() function 94 omap_mux_write(partition, board_mux->value, omap_mux_write_array() 141 omap_mux_write(partition, mux_mode, gpio_mux->reg_offset); 257 omap_mux_write(partition, mux_mode, mux->reg_offset); omap_mux_init_signal() 442 omap_mux_write(pad->partition, val, omap_hwmod_mux() 457 omap_mux_write(pad->partition, val, omap_hwmod_mux() 492 omap_mux_write(pad->partition, val, omap_hwmod_mux() 704 omap_mux_write(partition, val, m->reg_offset); omap_mux_dbg_signal_write() 1007 omap_mux_write(partition, val, m->reg_offset); omap_mux_set_gpio()
|
H A D | mux.h | 294 * omap_mux_write() - write mux register 301 void omap_mux_write(struct omap_mux_partition *p, u16 val, u16 mux_offset);
|
Completed in 44 milliseconds