Searched refs:STATUS_CABLE_DCD (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dwanxl.h28 #define STATUS_CABLE_DCD 0x0008 macro
H A Dwanxl.c144 dcd = (value & STATUS_CABLE_DCD) ? ", carrier ON" :
152 if (value & STATUS_CABLE_DCD)
H A Dwanxlfw.S743 andw #~STATUS_CABLE_DCD, %d1 // DCD off
748 orw #STATUS_CABLE_DCD, %d1 // DCD on

Completed in 223 milliseconds