Searched refs:msg_port_setup (Results 1 – 3 of 3) sorted by relevance
/u-boot/arch/x86/cpu/quark/ |
A D | msg_port.c | 11 void msg_port_setup(int op, int port, int reg) in msg_port_setup() function 24 msg_port_setup(MSG_OP_READ, port, reg); in msg_port_read() 35 msg_port_setup(MSG_OP_WRITE, port, reg); in msg_port_write() 44 msg_port_setup(MSG_OP_ALT_READ, port, reg); in msg_port_alt_read() 55 msg_port_setup(MSG_OP_ALT_WRITE, port, reg); in msg_port_alt_write() 64 msg_port_setup(MSG_OP_IO_READ, port, reg); in msg_port_io_read() 75 msg_port_setup(MSG_OP_IO_WRITE, port, reg); in msg_port_io_write()
|
A D | mrc_util.c | 112 msg_port_setup(MSG_OP_DRAM_INIT, MEM_CTLR, 0); in dram_init_command() 122 msg_port_setup(MSG_OP_DRAM_WAKE, MEM_CTLR, 0); in dram_wake_command()
|
/u-boot/arch/x86/include/asm/arch-quark/ |
A D | msg_port.h | 44 void msg_port_setup(int op, int port, int reg);
|
Completed in 5 milliseconds