| /src/sys/dev/ic/ | 
| ahcisatavar.h | 101 #define AHCI_CMDH_SYNC(sc, achp, cmd, op) bus_dmamap_sync((sc)->sc_dmat, \ 103     (char *)(&(achp)->ahcic_cmdh[(cmd)]) - (char *)(sc)->sc_cmd_hdr, \
 105 #define AHCI_RFIS_SYNC(sc, achp, op) bus_dmamap_sync((sc)->sc_dmat, \
 107     (char *)(achp)->ahcic_rfis - (char *)(sc)->sc_cmd_hdr, \
 109 #define AHCI_CMDTBL_SYNC(sc, achp, cmd, op) bus_dmamap_sync((sc)->sc_dmat, \
 110     (achp)->ahcic_cmd_tbld, AHCI_CMDTBL_SIZE * (cmd), \
 
 | 
| 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...]
 |