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