port_led_state   1159 drivers/ata/libahci.c 	u32 port_led_state = emp->led_state;
port_led_state   1167 drivers/ata/libahci.c 		port_led_state &= EM_MSG_LED_VALUE_OFF;
port_led_state   1168 drivers/ata/libahci.c 		port_led_state |= (ap->port_no | (link->pmp << 8));
port_led_state   1169 drivers/ata/libahci.c 		ap->ops->transmit_led_message(ap, port_led_state, 4);
port_led_state   1174 drivers/ata/libahci.c 			port_led_state &= EM_MSG_LED_VALUE_OFF;
port_led_state   1175 drivers/ata/libahci.c 			port_led_state |= (ap->port_no | (link->pmp << 8));
port_led_state   1176 drivers/ata/libahci.c 			port_led_state |= EM_MSG_LED_VALUE_ON; /* check this */
port_led_state   1177 drivers/ata/libahci.c 			ap->ops->transmit_led_message(ap, port_led_state, 4);