Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
Dahci_seattle.c35 #define LOCATE_BIT_POS(x) (ACTIVITY_BIT_POS(x) + 1) macro
36 #define FAULT_BIT_POS(x) (LOCATE_BIT_POS(x) + 1)
103 val |= 1 << LOCATE_BIT_POS((ap->port_no)); in seattle_transmit_led_message()
105 val &= ~(1 << LOCATE_BIT_POS((ap->port_no))); in seattle_transmit_led_message()