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

  /src/sys/dev/ic/
ahcisatavar.h 76 bus_addr_t ahcic_bus_cmdh; member in struct:ahci_softc::ahci_channel
ahcisata_core.c 237 AHCI_WRITE(sc, AHCI_P_CLB(i), BUS_ADDR_LO32(achp->ahcic_bus_cmdh));
238 AHCI_WRITE(sc, AHCI_P_CLBU(i), BUS_ADDR_HI32(achp->ahcic_bus_cmdh));
454 achp->ahcic_bus_cmdh = sc->sc_cmd_hdrd->dm_segs[0].ds_addr +
465 achp->ahcic_cmdh, (uint64_t)achp->ahcic_bus_cmdh,

Completed in 26 milliseconds