Lines Matching refs:osext
145 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset);
146 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset);
147 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset);
148 void os_pci_writeb(void *osext, HPT_U8 offset, HPT_U8 value);
149 void os_pci_writew(void *osext, HPT_U8 offset, HPT_U16 value);
150 void os_pci_writel(void *osext, HPT_U8 offset, HPT_U32 value);
163 void *osext,
170 void os_unmap_pci_bar(void *osext, void *base);
177 void *os_add_timer(void *osext, HPT_U32 microseconds, void (*proc)(void *), void *arg);
179 void os_request_timer(void * osext, HPT_U32 interval);
192 void os_schedule_task(void *osext, OSM_TASK *task);
213 #define os_register_device(osext, target_id) argument
214 #define os_unregister_device(osext, target_id) argument
215 int os_query_remove_device(void *osext, int target_id);
216 int os_revalidate_device(void *osext, int target_id);
218 HPT_U8 os_get_vbus_seq(void *osext);