Searched refs:board_mux (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
D | mux.h | 259 static struct omap_board_mux *board_mux __maybe_unused; 311 struct omap_board_mux *board_mux); 318 int omap2420_mux_init(struct omap_board_mux *board_mux, int flags); 325 int omap2430_mux_init(struct omap_board_mux *board_mux, int flags); 332 int omap3_mux_init(struct omap_board_mux *board_mux, int flags); 350 struct omap_board_mux *board_mux,
|
D | board-rx51.c | 85 static struct omap_board_mux board_mux[] __initdata = { variable 100 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in rx51_init()
|
D | mux.c | 88 struct omap_board_mux *board_mux) in omap_mux_write_array() argument 90 if (!board_mux) in omap_mux_write_array() 93 while (board_mux->reg_offset != OMAP_MUX_TERMINATOR) { in omap_mux_write_array() 94 omap_mux_write(partition, board_mux->value, in omap_mux_write_array() 95 board_mux->reg_offset); in omap_mux_write_array() 96 board_mux++; in omap_mux_write_array() 1091 struct omap_board_mux *board_mux) in omap_mux_init_signals() argument 1094 omap_mux_write_array(partition, board_mux); in omap_mux_init_signals() 1106 struct omap_board_mux *board_mux) in omap_mux_init_signals() argument 1118 struct omap_board_mux *board_mux, in omap_mux_init() argument [all …]
|
D | board-ldp.c | 358 static struct omap_board_mux board_mux[] __initdata = { variable 403 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in omap_ldp_init()
|