Searched refs:SESCTL_RQSID (Results 1 – 3 of 3) sorted by relevance
297 if (enc->status[c][2] & SESCTL_RQSID) /* Identification */ in ahci_em_setleds()334 enc->status[c][2] |= SESCTL_RQSID; in ahci_em_led()336 enc->status[c][2] &= ~SESCTL_RQSID; in ahci_em_led()475 ads->bytes[1] & (0x80 | SESCTL_RQSID); in ahci_em_emulate_ses_on_led()484 ads0->bytes[1] & (0x80 | SESCTL_RQSID); in ahci_em_emulate_ses_on_led()
686 cache->elm_map[oid].encstat[2] &= SESCTL_RQSID; in safte_process_slotstatus()818 #define IDON(x) (!!((x)[2] & SESCTL_RQSID)) in safte_fill_control_request()837 ep->encstat[2] &= ~SESCTL_RQSID; in safte_fill_control_request()839 SESCTL_RQSID; in safte_fill_control_request()
2187 #define SESCTL_RQSID 0x02 /* RQST IDENT */ macro