HomeSort by: relevance | last modified time | path
    Searched defs:achp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ahcisata_core.c 211 struct ahci_channel *achp; local
222 achp = &sc->sc_channels[i];
223 chp = &achp->ata_channel;
233 struct ahci_channel *achp; local
235 achp = &sc->sc_channels[i];
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));
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));
258 struct ahci_channel *achp; local
520 struct ahci_channel *achp; local
539 struct ahci_channel *achp; local
631 struct ahci_channel *achp = v; local
794 struct ahci_channel *achp = (struct ahci_channel *)chp; local
843 struct ahci_channel *achp = (struct ahci_channel *)chp; local
996 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1054 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1173 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1231 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1311 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1353 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1426 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1481 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1557 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1761 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1921 struct ahci_channel *achp = (struct ahci_channel *)chp; local
1979 struct ahci_channel *achp = (struct ahci_channel *)chp; local
2018 struct ahci_channel *achp = (struct ahci_channel *)chp; local
    [all...]

Completed in 17 milliseconds