Searched refs:caps2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.h404 uint32_t caps2; /* Controller capabilities */ member in struct:ahci_channel
460 uint32_t caps2; /* Controller capabilities */ member in struct:ahci_controller
H A Dahci.c451 ctlr->caps2 = ATA_INL(ctlr->r_mem, AHCI_CAP2);
551 (ctlr->caps2 & AHCI_CAP2_DESO) ? " DESO":"",
552 (ctlr->caps2 & AHCI_CAP2_SADM) ? " SADM":"",
553 (ctlr->caps2 & AHCI_CAP2_SDS) ? " SDS":"",
554 (ctlr->caps2 & AHCI_CAP2_APST) ? " APST":"",
555 (ctlr->caps2 & AHCI_CAP2_NVMP) ? " NVMP":"",
556 (ctlr->caps2 & AHCI_CAP2_BOH) ? " BOH":"");
991 ch->caps2 = ctlr->caps2;
2971 if (ch->caps2
[all...]

Completed in 50 milliseconds