Searched refs:ehci_itd_pool_addr (Results 1 – 3 of 3) sorted by relevance
210 (caddr_t *)&ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()225 (caddr_t)ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()233 bzero((void *)ehcip->ehci_itd_pool_addr, in ehci_allocate_isoc_pools()261 Set_ITD(ehcip->ehci_itd_pool_addr[i].itd_state, in ehci_allocate_isoc_pools()629 state = Get_ITD(ehcip->ehci_itd_pool_addr[i].itd_state); in ehci_allocate_itd()646 itd = &ehcip->ehci_itd_pool_addr[i]; in ehci_allocate_itd()1389 (uintptr_t)(ehcip->ehci_itd_pool_addr)); in ehci_itd_cpu_to_iommu()1392 (addr - ehcip->ehci_itd_pool_addr))) == in ehci_itd_cpu_to_iommu()1394 (ehcip->ehci_itd_pool_addr)))); in ehci_itd_cpu_to_iommu()1426 (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))