Searched refs:board_mux (Results 1 – 16 of 16) sorted by relevance
/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 | board-am3517crane.c | 44 static struct omap_board_mux board_mux[] __initdata = { variable 113 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in am3517_crane_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-omap3logic.c | 184 static struct omap_board_mux board_mux[] __initdata = { variable 211 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in omap3logic_init()
|
D | board-cm-t3517.c | 281 static struct omap_board_mux board_mux[] __initdata = { variable 314 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in cm_t3517_init()
|
D | board-am3517evm.c | 269 static struct omap_board_mux board_mux[] __initdata = { variable 329 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in am3517_evm_init()
|
D | board-omap3touchbook.c | 303 static struct omap_board_mux board_mux[] __initdata = { variable 345 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in omap3_touchbook_init()
|
D | board-3430sdp.c | 463 static struct omap_board_mux board_mux[] __initdata = { variable 467 #define board_mux NULL macro 594 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in omap_3430sdp_init()
|
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()
|
D | board-omap3stalker.c | 375 static struct omap_board_mux board_mux[] __initdata = { variable 392 omap3_mux_init(board_mux, OMAP_PACKAGE_CUS); in omap3_stalker_init()
|
D | board-overo.c | 481 static struct omap_board_mux board_mux[] __initdata = { variable 506 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in overo_init()
|
D | board-omap3beagle.c | 487 static struct omap_board_mux board_mux[] __initdata = { variable 542 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in omap3_beagle_init()
|
D | board-omap3pandora.c | 588 static struct omap_board_mux board_mux[] __initdata = { variable 595 omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); in omap3pandora_init()
|
D | board-cm-t35.c | 583 static struct omap_board_mux board_mux[] __initdata = { variable 732 omap3_mux_init(board_mux, OMAP_PACKAGE_CUS); in cm_t3x_common_init()
|
D | board-devkit8000.c | 457 static struct omap_board_mux board_mux[] __initdata = { variable 614 omap3_mux_init(board_mux, OMAP_PACKAGE_CUS); in devkit8000_init()
|