Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_seattle.c36 #define FAULT_BIT_POS(x) (LOCATE_BIT_POS(x) + 1) macro
108 val |= 1 << FAULT_BIT_POS((ap->port_no)); in seattle_transmit_led_message()
110 val &= ~(1 << FAULT_BIT_POS((ap->port_no))); in seattle_transmit_led_message()