Home
last modified time | relevance | path

Searched defs:osext (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/dev/raid/hptrr/
H A Dhptrr_os_bsd.c55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset) in os_pci_readb()
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset) in os_pci_readw()
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset) in os_pci_readl()
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value) in os_pci_writeb()
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value) in os_pci_writew()
80 void os_pci_writel (void *osext, HPT_U8 offset, HPT_U32 value) in os_pci_writel()
86 void *osext, in os_map_pci_bar()
108 void os_unmap_pci_bar(void *osext, void *base) in os_unmap_pci_bar()
123 void freelist_reserve(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT count) in freelist_reserve()
162 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HP… in freelist_reserve_dma()
[all …]
H A Dosm.h180 #define os_register_device(osext, target_id) argument
181 #define os_unregister_device(osext, target_id) argument
H A Dldm.h95 #define freelist_reserve_with_tag(list, osext, size, count) \ argument
101 #define freelist_reserve_dma_with_tag(list, osext, size, alignment, count) \ argument
/dflybsd-src/sys/dev/raid/hpt27xx/
H A Dhpt27xx_os_bsd.c51 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset) in os_pci_readb()
56 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset) in os_pci_readw()
61 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset) in os_pci_readl()
66 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value) in os_pci_writeb()
71 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value) in os_pci_writew()
76 void os_pci_writel (void *osext, HPT_U8 offset, HPT_U32 value) in os_pci_writel()
99 void *osext, in os_map_pci_bar()
126 void os_unmap_pci_bar(void *osext, void *base) in os_unmap_pci_bar()
141 void freelist_reserve(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT count) in freelist_reserve()
180 void freelist_reserve_dma(struct freelist *list, void *osext, HPT_UINT size, HPT_UINT alignment, HP… in freelist_reserve_dma()
[all …]
H A Dosm.h214 #define os_register_device(osext, target_id) argument
215 #define os_unregister_device(osext, target_id) argument
H A Dldm.h100 #define freelist_reserve_with_tag(list, osext, size, count) \ argument
106 #define freelist_reserve_dma_with_tag(list, osext, size, alignment, count) \ argument