Searched defs:achp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | ahcisata_core.c | 211 struct ahci_channel *achp; in ahci_reprobe_drives() local 233 struct ahci_channel *achp; in ahci_setup_port() local 258 struct ahci_channel *achp; in ahci_attach() local 520 struct ahci_channel *achp; in ahci_childdetached() local 539 struct ahci_channel *achp; in ahci_detach() local 631 struct ahci_channel *achp = v; in ahci_intr_port() local 794 struct ahci_channel *achp = (struct ahci_channel *)chp; in ahci_exec_fis() local 843 struct ahci_channel *achp = (struct ahci_channel *)chp; in ahci_do_reset_drive() local 996 struct ahci_channel *achp = (struct ahci_channel *)chp; in ahci_reset_channel() local 1054 struct ahci_channel *achp = (struct ahci_channel *)chp; in ahci_probe_drive() local [all …]
|
H A D | ahcisatavar.h | 101 #define AHCI_CMDH_SYNC(sc, achp, cmd, op) bus_dmamap_sync((sc)->sc_dmat, \ argument 105 #define AHCI_RFIS_SYNC(sc, achp, op) bus_dmamap_sync((sc)->sc_dmat, \ argument 109 #define AHCI_CMDTBL_SYNC(sc, achp, cmd, op) bus_dmamap_sync((sc)->sc_dmat, \ argument
|