Searched refs:physaddr (Results 1 - 7 of 7) sorted by relevance
/third_party/FreeBSD/stand/usb/ |
H A D | usb_busdma_loader.c | 92 res->physaddr = page->physaddr + offset; in usbd_get_page() 95 res->physaddr = page->physaddr + offset; in usbd_get_page() 111 res->physaddr = 0; in usbd_get_page() 247 pg->physaddr = phys & ~(USB_PAGE_SIZE - 1); in usb_pc_common_mem_cb() 255 pg->physaddr = (phys + off) & ~(USB_PAGE_SIZE - 1); in usb_pc_common_mem_cb()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_busdma.h | 59 bus_size_t physaddr; member 72 bus_size_t physaddr; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_freebsd.c | 169 u8 physaddr[DLPI_PHYSADDR_MAX]; in eth_get() local 179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr, in eth_get() 187 os_memcpy(ea, physaddr, ETH_ALEN); in eth_get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet_freebsd.c | 169 u8 physaddr[DLPI_PHYSADDR_MAX]; in eth_get() local 179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr, in eth_get() 187 os_memcpy(ea, physaddr, ETH_ALEN); in eth_get()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 288 addr = buf_res.physaddr; in xhci_reset_command_queue_locked() 362 addr = buf_res.physaddr; in xhci_start_controller() 371 pdctxa->qwSpBufPtr[i] = htole64((uint64_t)buf_scp.physaddr); in xhci_start_controller() 374 addr = buf_res.physaddr; in xhci_start_controller() 393 addr = buf_res.physaddr; in xhci_start_controller() 411 addr = buf_res.physaddr; in xhci_start_controller() 424 addr = buf_res.physaddr; in xhci_start_controller() 1111 addr = buf_res.physaddr; in xhci_interrupt_poll() 1175 addr = buf_res.physaddr; in xhci_do_command() 1411 err = xhci_cmd_set_address(sc, buf_inp.physaddr, in xhci_set_address() [all...] |
H A D | ehci.c | 206 EOWRITE4(sc, EHCI_PERIODICLISTBASE, buf_res.physaddr); in ehci_init_sub() 209 EOWRITE4(sc, EHCI_ASYNCLISTADDR, buf_res.physaddr | EHCI_LINK_QH); in ehci_init_sub() 307 sc->sc_terminate_self = htohc32(sc, buf_res.physaddr); in ehci_init() 331 htohc32(sc, buf_res.physaddr) | in ehci_init() 397 htohc32(sc, buf_res.physaddr) | in ehci_init() 421 htohc32(sc, buf_res.physaddr) | in ehci_init() 457 htohc32(sc, buf_res.physaddr) | in ehci_init() 1598 htohc32(temp->sc, buf_res.physaddr); in ehci_setup_standard_chain_sub() 1613 buf_res.physaddr & (~0xFFF)); in ehci_setup_standard_chain_sub() 1634 buf_res.physaddr in ehci_setup_standard_chain_sub() [all...] |
H A D | xhci.h | 389 uint64_t physaddr; member
|
Completed in 9 milliseconds