isp_pci.c | 422 bus_space_handle_t pci_sh; member in struct:isp_pcisoftc 528 pcs->pci_sh = sh; 797 bus_space_read_2(pcs->pci_st, pcs->pci_sh, off) 799 bus_space_write_2(pcs->pci_st, pcs->pci_sh, off, v) 801 bus_space_read_4(pcs->pci_st, pcs->pci_sh, off) 803 bus_space_write_4(pcs->pci_st, pcs->pci_sh, off, v) 879 r2hisr = bus_space_read_4(pcs->pci_st, pcs->pci_sh,
|