Searched refs:BCR02X_LED (Results 1 – 2 of 2) sorted by relevance
288 #define BCR02X_LED 0x80 /* LED control */ macro
1317 if (on) b->bcr0 |= BCR02X_LED; in cx_led()1318 else b->bcr0 &= ~BCR02X_LED; in cx_led()