Home
last modified time | relevance | path

Searched refs:RBTX4939_PE1_RMII (Results 1 – 2 of 2) sorted by relevance

/arch/mips/txx9/rbtx4939/
Dsetup.c124 pe1 &= ~(RBTX4939_PE1_RMII(0) | RBTX4939_PE1_RMII(1)); in rbtx4939_update_ioc_pen()
128 pe1 |= RBTX4939_PE1_RMII(0); in rbtx4939_update_ioc_pen()
130 pe1 &= ~RBTX4939_PE1_RMII(0); in rbtx4939_update_ioc_pen()
132 pe1 |= RBTX4939_PE1_RMII(1); in rbtx4939_update_ioc_pen()
134 pe1 &= ~RBTX4939_PE1_RMII(1); in rbtx4939_update_ioc_pen()
/arch/mips/include/asm/txx9/
Drbtx4939.h73 #define RBTX4939_PE1_RMII(ch) (0x04 << (ch)) macro