Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Ddc395x.h546 #define CTRL_LED 0x80 /* Control onboard LED */ macro
/openbmc/linux/drivers/atm/
H A Diphase.h363 #define CTRL_LED 0x40000000 macro
H A Diphase.c2449 ctrl_reg &= (~CTRL_LED);
2455 ctrl_reg |= CTRL_LED;
2540 ctrl_reg = (ctrl_reg & (CTRL_LED | CTRL_FE_RST))