Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.h427 uint32_t chscaps; /* Channel sleep capabilities */ member
H A Dahci.c860 ch->chscaps = ATA_INL(ch->r_mem, AHCI_P_DEVSLP); in ahci_ch_attach()
868 (ch->chscaps & AHCI_P_DEVSLP_DSP) ? " DSP":""); in ahci_ch_attach()