Searched refs:PHBA (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_os_bsd.c | 57 return pci_read_config(((PHBA)osext)->pcidev, offset, 1); in os_pci_readb() 62 return pci_read_config(((PHBA)osext)->pcidev, offset, 2); in os_pci_readw() 67 return pci_read_config(((PHBA)osext)->pcidev, offset, 4); in os_pci_readl() 72 pci_write_config(((PHBA)osext)->pcidev, offset, value, 1); in os_pci_writeb() 77 pci_write_config(((PHBA)osext)->pcidev, offset, value, 2); in os_pci_writew() 82 pci_write_config(((PHBA)osext)->pcidev, offset, value, 4); in os_pci_writel() 92 PHBA hba = (PHBA)osext; in os_map_pci_bar() 110 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() 128 vbus_ext = ((PHBA)osext)->vbus_ext; in freelist_reserve() 167 vbus_ext = ((PHBA)osext)->vbus_ext; in freelist_reserve_dma()
|
H A D | os_bsd.h | 152 HBA, *PHBA; typedef 167 PHBA hba_list;
|
H A D | hptrr_osm_bsd.c | 80 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() 154 PHBA hba; in hpt_alloc_mem() 260 PHBA hba; in hpt_init_vbus() 343 PHBA hba; in hpt_shutdown_vbus() 979 PHBA hba; in hpt_final_init()
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_os_bsd.c | 56 return pci_read_config(((PHBA)osext)->pcidev, offset, 1); in os_pci_readb() 61 return pci_read_config(((PHBA)osext)->pcidev, offset, 2); in os_pci_readw() 66 return pci_read_config(((PHBA)osext)->pcidev, offset, 4); in os_pci_readl() 71 pci_write_config(((PHBA)osext)->pcidev, offset, value, 1); in os_pci_writeb() 76 pci_write_config(((PHBA)osext)->pcidev, offset, value, 2); in os_pci_writew() 81 pci_write_config(((PHBA)osext)->pcidev, offset, value, 4); in os_pci_writel() 101 PHBA hba = (PHBA)osext; in os_map_pci_bar() 124 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() 142 vbus_ext = ((PHBA)osext)->vbus_ext; in freelist_reserve() 181 vbus_ext = ((PHBA)osext)->vbus_ext; in freelist_reserve_dma()
|
H A D | os_bsd.h | 151 HBA, *PHBA; typedef 166 PHBA hba_list;
|
H A D | hptnr_osm_bsd.c | 73 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() 153 PHBA hba; in hpt_alloc_mem() 258 PHBA hba; in hpt_init_vbus() 341 PHBA hba; in hpt_shutdown_vbus() 1335 PHBA hba; in hpt_final_init()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_os_bsd.c | 57 return pci_read_config(((PHBA)osext)->pcidev, offset, 1); in os_pci_readb() 62 return pci_read_config(((PHBA)osext)->pcidev, offset, 2); in os_pci_readw() 67 return pci_read_config(((PHBA)osext)->pcidev, offset, 4); in os_pci_readl() 72 pci_write_config(((PHBA)osext)->pcidev, offset, value, 1); in os_pci_writeb() 77 pci_write_config(((PHBA)osext)->pcidev, offset, value, 2); in os_pci_writew() 82 pci_write_config(((PHBA)osext)->pcidev, offset, value, 4); in os_pci_writel() 115 PHBA hba = (PHBA)osext; in os_map_pci_bar() 138 PHBA hba = (PHBA)osext; in os_unmap_pci_bar() 156 vbus_ext = ((PHBA)osext)->vbus_ext; in freelist_reserve() 195 vbus_ext = ((PHBA)osext)->vbus_ext; in freelist_reserve_dma()
|
H A D | os_bsd.h | 149 HBA, *PHBA; typedef 164 PHBA hba_list;
|
H A D | hpt27xx_osm_bsd.c | 71 PHBA hba = (PHBA)device_get_softc(dev); in hpt_attach() 149 PHBA hba; in hpt_alloc_mem() 254 PHBA hba; in hpt_init_vbus() 340 PHBA hba; in hpt_shutdown_vbus() 1048 PHBA hba; in hpt_final_init()
|