Searched refs:E100_RTS_MASK (Results 1 – 1 of 1) sorted by relevance
922 #define E100_RTS_MASK 0x20 macro933 #define E100_RTS_GET(info) ((info)->rx_ctrl & E100_RTS_MASK)1070 info->rx_ctrl &= ~E100_RTS_MASK; in e100_rts()1071 info->rx_ctrl |= (set ? 0 : E100_RTS_MASK); /* RTS is active low */ in e100_rts()