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

  /src/sys/dev/ic/
ahcisata_core.c 211 struct ahci_channel *achp; local in function:ahci_reprobe_drives
222 achp = &sc->sc_channels[i];
223 chp = &achp->ata_channel;
233 struct ahci_channel *achp; local in function:ahci_setup_port
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 in function:ahci_attach
520 struct ahci_channel *achp; local in function:ahci_childdetached
539 struct ahci_channel *achp; local in function:ahci_detach
631 struct ahci_channel *achp = v; local in function:ahci_intr_port
794 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_exec_fis
843 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_do_reset_drive
996 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_reset_channel
1054 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_probe_drive
1173 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_start
1231 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_poll
1311 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_complete
1353 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_done
1426 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_bio_start
1481 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_bio_poll
1557 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_bio_complete
1761 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_dma_setup
1921 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_atapi_start
1979 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_atapi_poll
2018 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_atapi_complete
    [all...]
ahcisata_core.c 211 struct ahci_channel *achp; local in function:ahci_reprobe_drives
222 achp = &sc->sc_channels[i];
223 chp = &achp->ata_channel;
233 struct ahci_channel *achp; local in function:ahci_setup_port
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 in function:ahci_attach
520 struct ahci_channel *achp; local in function:ahci_childdetached
539 struct ahci_channel *achp; local in function:ahci_detach
631 struct ahci_channel *achp = v; local in function:ahci_intr_port
794 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_exec_fis
843 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_do_reset_drive
996 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_reset_channel
1054 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_probe_drive
1173 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_start
1231 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_poll
1311 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_complete
1353 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_cmd_done
1426 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_bio_start
1481 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_bio_poll
1557 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_bio_complete
1761 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_dma_setup
1921 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_atapi_start
1979 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_atapi_poll
2018 struct ahci_channel *achp = (struct ahci_channel *)chp; local in function:ahci_atapi_complete
    [all...]

Completed in 25 milliseconds