HomeSort by: relevance | last modified time | path
    Searched refs:ahcic_bus_rfis (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ahcisatavar.h 74 bus_addr_t ahcic_bus_rfis; member in struct:ahci_softc::ahci_channel
ahcisata_core.c 239 AHCI_WRITE(sc, AHCI_P_FB(i), BUS_ADDR_LO32(achp->ahcic_bus_rfis));
240 AHCI_WRITE(sc, AHCI_P_FBU(i), BUS_ADDR_HI32(achp->ahcic_bus_rfis));
460 achp->ahcic_bus_rfis = sc->sc_cmd_hdrd->dm_segs[0].ds_addr +
466 achp->ahcic_rfis, (uint64_t)achp->ahcic_bus_rfis),

Completed in 13 milliseconds