Searched refs:E1CFG_LED (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/ctau/
H A Dctaureg.h178 #define E1CFG_LED 0x40 /* LED control */ macro
H A Dctau.c828 b->e1cfg &= E1CFG_LED;
1561 if (on) b->e1cfg |= E1CFG_LED;
1562 else b->e1cfg &= ~E1CFG_LED;

Completed in 119 milliseconds