Searched refs:DP_CR_PAGE0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | ne2000_base.c | 127 DP_OUT(base, DP_CR, DP_CR_NODMA | DP_CR_PAGE0); /* Select page 0 */ in dp83902a_init() 151 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */ in dp83902a_stop() 175 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */ in dp83902a_start() 203 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START); in dp83902a_start() 230 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START); in dp83902a_start_xmit() 291 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_RDMA | DP_CR_START); in dp83902a_send() 353 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START); in dp83902a_send() 389 DP_OUT(base, DP_P1_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START); in dp83902a_RxEvent() 464 DP_OUT(base, DP_CR, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START); in dp83902a_recv() 612 DP_OUT(base, DP_CR, DP_CR_NODMA | DP_CR_PAGE0 | DP_CR_START); in dp83902a_poll()
|
H A D | ne2000_base.h | 216 #define DP_CR_PAGE0 0x00 /* Page select */ macro
|