Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_seattle.c34 #define LOCATE_BIT_POS(x) (ACTIVITY_BIT_POS(x) + 1) macro
35 #define FAULT_BIT_POS(x) (LOCATE_BIT_POS(x) + 1)
102 val |= 1 << LOCATE_BIT_POS((ap->port_no)); in seattle_transmit_led_message()
104 val &= ~(1 << LOCATE_BIT_POS((ap->port_no))); in seattle_transmit_led_message()