Home
last modified time | relevance | path

Searched refs:CTRL_LED (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/
Ddc395x.h583 #define CTRL_LED 0x80 /* Control onboard LED */ macro
/linux-3.4.99/drivers/atm/
Diphase.h364 #define CTRL_LED 0x40000000 macro
Diphase.c2437 ctrl_reg &= (~CTRL_LED);
2443 ctrl_reg |= CTRL_LED;
2528 ctrl_reg = (ctrl_reg & (CTRL_LED | CTRL_FE_RST))