Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ahci/
H A Dahci.c1034 ap->ap_sc->sc_ccc_ports_cur |= (1 << ap->ap_num);
1036 ap->ap_sc->sc_ccc_ports_cur);
1063 ap->ap_sc->sc_ccc_ports_cur &= ~(1 << ap->ap_num);
1065 ap->ap_sc->sc_ccc_ports_cur);
2429 is |= sc->sc_ccc_ports_cur;
H A Dahci.h562 u_int32_t sc_ccc_ports_cur; member
H A Dahci_attach.c499 sc->sc_ccc_ports_cur = 0; in ahci_pci_attach()