Searched refs:RBTX4939_PE1_RMII (Results 1 – 2 of 2) sorted by relevance
124 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()
73 #define RBTX4939_PE1_RMII(ch) (0x04 << (ch)) macro