Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dahcivar.h140 u_int32_t sc_ccc_ports_cur; member
Dahci.c251 sc->sc_ccc_ports_cur = 0; in ahci_attach()
922 ap->ap_sc->sc_ccc_ports_cur |= (1 << ap->ap_num); in ahci_default_port_start()
924 ap->ap_sc->sc_ccc_ports_cur); in ahci_default_port_start()
939 ap->ap_sc->sc_ccc_ports_cur &= ~(1 << ap->ap_num); in ahci_port_stop()
941 ap->ap_sc->sc_ccc_ports_cur); in ahci_port_stop()
2021 is |= sc->sc_ccc_ports_cur; in ahci_intr()