Searched refs:ehci_itd_pool_addr (Results 1 – 3 of 3) sorted by relevance
211 (caddr_t *)&ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()226 (caddr_t)ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()234 bzero((void *)ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()262 Set_ITD(ehcip->ehci_itd_pool_addr[i].itd_state, in ehci_allocate_isoc_pools()630 state = Get_ITD(ehcip->ehci_itd_pool_addr[i].itd_state); in ehci_allocate_itd()647 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_allocate_itd()1388 (uintptr_t)(ehcip->ehci_itd_pool_addr)); in ehci_itd_cpu_to_iommu()1391 (addr - ehcip->ehci_itd_pool_addr))) == in ehci_itd_cpu_to_iommu()1393 (ehcip->ehci_itd_pool_addr)))); in ehci_itd_cpu_to_iommu()1423 (uintptr_t)ehcip->ehci_itd_pool_addr); in ehci_itd_iommu_to_cpu()[all …]
151 if (ehcip->ehci_itd_pool_addr && ehcip->ehci_itd_pool_mem_handle) { in ehci_isoc_cleanup()153 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_isoc_cleanup()155 ehci_itd_pool_addr[i].itd_state); in ehci_isoc_cleanup()
129 ehci_itd_t *ehci_itd_pool_addr; /* Start of the pool */ member293 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_itd_pool_addr))