Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dfarsync.h116 unsigned short cableStatus; /* lsb: 0=> present, 1=> absent */ member
Dfarsync.c311 u16 cableStatus; /* lsb: 0=> present, 1=> absent */ member
1823 info->cableStatus = FST_RDW(card, cableStatus); in gather_conf_info()
1837 info->cableStatus = info->cableStatus & 1; in gather_conf_info()
1842 info->cableStatus = info->cableStatus >> 1; in gather_conf_info()
1843 info->cableStatus = info->cableStatus & 1; in gather_conf_info()