Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A Dmsg_port.c12 void msg_port_setup(int op, int port, int reg) in msg_port_setup() function
25 msg_port_setup(MSG_OP_READ, port, reg); in msg_port_read()
36 msg_port_setup(MSG_OP_WRITE, port, reg); in msg_port_write()
45 msg_port_setup(MSG_OP_ALT_READ, port, reg); in msg_port_alt_read()
56 msg_port_setup(MSG_OP_ALT_WRITE, port, reg); in msg_port_alt_write()
65 msg_port_setup(MSG_OP_IO_READ, port, reg); in msg_port_io_read()
76 msg_port_setup(MSG_OP_IO_WRITE, port, reg); in msg_port_io_write()
H A Dmrc_util.c112 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()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/
H A Dmsg_port.h45 void msg_port_setup(int op, int port, int reg);