Lines Matching refs:osext
115 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset);
116 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset);
117 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset);
118 void os_pci_writeb(void *osext, HPT_U8 offset, HPT_U8 value);
119 void os_pci_writew(void *osext, HPT_U8 offset, HPT_U16 value);
120 void os_pci_writel(void *osext, HPT_U8 offset, HPT_U32 value);
130 void *osext,
137 void os_unmap_pci_bar(void *osext, void *base);
144 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg);
146 void os_request_timer(void * osext, HPT_U32 interval);
159 void os_schedule_task(void *osext, OSM_TASK *task);
180 #define os_register_device(osext, target_id) argument
181 #define os_unregister_device(osext, target_id) argument
182 int os_query_remove_device(void *osext, int target_id);
183 int os_revalidate_device(void *osext, int target_id);
185 HPT_U8 os_get_vbus_seq(void *osext);