Searched refs:STATUS_CABLE_DSR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wan/ | ||
H A D | wanxl.h | 24 #define STATUS_CABLE_DSR 0x0010 macro |
H A D | wanxl.c | 158 dsr = (value & STATUS_CABLE_DSR) ? ", DSR ON" : in wanxl_cable_intr() |