Home
last modified time | relevance | path

Searched refs:physaddr (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/sys/dev/netif/nfe/
H A Dif_nfevar.h27 bus_addr_t physaddr; member
46 bus_addr_t physaddr; member
58 bus_addr_t physaddr; member
H A Dif_nfe.c1285 desc64->physaddr[0] = in nfe_encap()
1287 desc64->physaddr[1] = in nfe_encap()
1512 NFE_ADDR_HI(sc->rxq.physaddr)); in nfe_init()
1874 bus_addr_t physaddr; in nfe_jpool_alloc() local
1893 physaddr = dmem.dmem_busaddr; in nfe_jpool_alloc()
1907 jbuf->physaddr = physaddr; in nfe_jpool_alloc()
1912 physaddr += NFE_JBYTES; in nfe_jpool_alloc()
2290 bus_addr_t physaddr) in nfe_set_paddr_rxdesc() argument
2295 desc64->physaddr[0] = htole32(NFE_ADDR_HI(physaddr)); in nfe_set_paddr_rxdesc()
2296 desc64->physaddr[1] = htole32(NFE_ADDR_LO(physaddr)); in nfe_set_paddr_rxdesc()
[all …]
H A Dif_nfereg.h170 uint32_t physaddr; member
185 uint32_t physaddr[2]; member
/dragonfly/sys/bus/u4b/
H A Dusb_busdma.c108 res->physaddr = page->physaddr + offset; in usbd_get_page()
111 res->physaddr = page->physaddr + offset; in usbd_get_page()
127 res->physaddr = 0; in usbd_get_page()
432 pg->physaddr = rounddown2(segs->ds_addr, USB_PAGE_SIZE); in usb_pc_common_mem_cb()
458 pg->physaddr = rounddown2(segs->ds_addr + off, USB_PAGE_SIZE); in usb_pc_common_mem_cb()
H A Dusb_busdma.h61 bus_size_t physaddr; member
74 bus_size_t physaddr; member
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwivar.h63 bus_addr_t physaddr; member
81 bus_addr_t physaddr; member
94 bus_addr_t physaddr; member
H A Dif_iwi.c605 count * IWI_CMD_DESC_SIZE, iwi_dma_map_addr, &ring->physaddr, 0); in iwi_alloc_cmd_ring()
673 count * IWI_TX_DESC_SIZE, iwi_dma_map_addr, &ring->physaddr, 0); in iwi_alloc_tx_ring()
834 &data->physaddr, 0); in iwi_alloc_rx_ring()
1295 &data->physaddr, 0); in iwi_frame_intr()
1315 CSR_WRITE_4(sc, data->reg, data->physaddr); in iwi_frame_intr()
3211 CSR_WRITE_4(sc, IWI_CSR_CMD_BASE, sc->cmdq.physaddr);
3215 CSR_WRITE_4(sc, IWI_CSR_TX1_BASE, sc->txq[0].physaddr);
3219 CSR_WRITE_4(sc, IWI_CSR_TX2_BASE, sc->txq[1].physaddr);
3223 CSR_WRITE_4(sc, IWI_CSR_TX3_BASE, sc->txq[2].physaddr);
3227 CSR_WRITE_4(sc, IWI_CSR_TX4_BASE, sc->txq[3].physaddr);
[all …]
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c628 bus_addr_t physaddr; in rt2560_alloc_rx_ring() local
711 &physaddr, 0); in rt2560_alloc_rx_ring()
719 desc->physaddr = htole32(physaddr); in rt2560_alloc_rx_ring()
1135 bus_addr_t physaddr; in rt2560_decryption_intr() local
1199 &physaddr, 0); in rt2560_decryption_intr()
1206 rt2560_dma_map_addr, &physaddr, 0); in rt2560_decryption_intr()
1226 desc->physaddr = htole32(physaddr); in rt2560_decryption_intr()
1469 desc->physaddr = htole32(physaddr); in rt2560_setup_tx_desc()
2676 RAL_WRITE(sc, RT2560_TXCSR3, sc->txq.physaddr); in rt2560_init_locked()
2679 RAL_WRITE(sc, RT2560_TXCSR6, sc->bcnq.physaddr); in rt2560_init_locked()
[all …]
H A Drt2560var.h68 bus_addr_t physaddr; member
89 bus_addr_t physaddr; member
H A Drt2661var.h64 bus_addr_t physaddr; member
83 bus_addr_t physaddr; member
H A Drt2661.c634 bus_addr_t physaddr; in rt2661_alloc_rx_ring() local
716 &physaddr, 0); in rt2661_alloc_rx_ring()
724 desc->physaddr = htole32(physaddr); in rt2661_alloc_rx_ring()
1005 bus_addr_t physaddr; in rt2661_rx_intr() local
1071 &physaddr, 0); in rt2661_rx_intr()
1078 rt2661_dma_map_addr, &physaddr, 0); in rt2661_rx_intr()
1098 desc->physaddr = htole32(physaddr); in rt2661_rx_intr()
2343 RAL_WRITE(sc, RT2661_AC1_BASE_CSR, sc->txq[1].physaddr); in rt2661_init_locked()
2344 RAL_WRITE(sc, RT2661_AC0_BASE_CSR, sc->txq[0].physaddr); in rt2661_init_locked()
2349 RAL_WRITE(sc, RT2661_MGT_BASE_CSR, sc->mgtq.physaddr); in rt2661_init_locked()
[all …]
H A Drt2560reg.h213 uint32_t physaddr; member
250 uint32_t physaddr; member
H A Drt2661reg.h278 uint32_t physaddr; member
H A Drt2860.c723 bus_addr_t physaddr; in rt2860_alloc_rx_ring() local
790 &physaddr, 0); in rt2860_alloc_rx_ring()
797 rxd->sdp0 = htole32(physaddr); in rt2860_alloc_rx_ring()
1230 bus_addr_t physaddr; in rt2860_rx_intr() local
1291 &physaddr, 0); in rt2860_rx_intr()
1298 rt2860_dma_map_addr, &physaddr, 0); in rt2860_rx_intr()
1304 rxd->sdp0 = htole32(physaddr); in rt2860_rx_intr()
1319 rxd->sdp0 = htole32(physaddr); in rt2860_rx_intr()
/dragonfly/contrib/wpa_supplicant/src/l2_packet/
H A Dl2_packet_freebsd.c170 u8 physaddr[DLPI_PHYSADDR_MAX]; in eth_get() local
180 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr, in eth_get()
188 os_memcpy(ea, physaddr, ETH_ALEN); in eth_get()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c240 OWRITE4(sc, OHCI_HCCA, buf_res.physaddr); in ohci_controller_init()
307 ed->ed_self = htole32(buf_res.physaddr); in ohci_init_ed()
1333 td->td_cbp = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1337 td->td_be = htole32(buf_res.physaddr); in ohci_setup_standard_chain_sub()
1939 length = OHCI_PAGE_MASK(buf_res.physaddr); in ohci_device_isoc_enter()
1940 buf_res.physaddr = in ohci_device_isoc_enter()
1941 OHCI_PAGE(buf_res.physaddr); in ohci_device_isoc_enter()
1942 td->itd_bp0 = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
1944 td->itd_be = htole32(buf_res.physaddr); in ohci_device_isoc_enter()
2470 td->td_self = htole32(page_info.physaddr); in ohci_xfer_setup()
[all …]
H A Dxhci.c326 addr = buf_res.physaddr; in xhci_reset_command_queue_locked()
437 addr = buf_res.physaddr; in xhci_start_controller()
449 addr = buf_res.physaddr; in xhci_start_controller()
484 addr = buf_res.physaddr; in xhci_start_controller()
498 addr = buf_res.physaddr; in xhci_start_controller()
514 addr = buf_res.physaddr; in xhci_start_controller()
1124 addr = buf_res.physaddr; in xhci_interrupt_poll()
1188 addr = buf_res.physaddr; in xhci_do_command()
2760 addr = buf_ep.physaddr; in xhci_alloc_device_ext()
2822 pepext->physaddr = buf_ep.physaddr; in xhci_get_endpoint_ext()
[all …]
H A Dehci.c389 htohc32(sc, buf_res.physaddr) | in ehci_init()
462 htohc32(sc, buf_res.physaddr) | in ehci_init()
490 htohc32(sc, buf_res.physaddr) | in ehci_init()
543 htohc32(sc, buf_res.physaddr) | in ehci_init()
1708 htohc32(temp->sc, buf_res.physaddr); in ehci_setup_standard_chain_sub()
1719 buf_res.physaddr & (~0xFFF)); in ehci_setup_standard_chain_sub()
1736 buf_res.physaddr & (~0xFFF)); in ehci_setup_standard_chain_sub()
2624 temp = buf_res.physaddr & ~0xFFF; in ehci_device_isoc_fs_enter()
2932 page_addr = buf_res.physaddr & ~0xFFF; in ehci_device_isoc_hs_enter()
2940 (buf_res.physaddr & 0xFFF)); in ehci_device_isoc_hs_enter()
[all …]
H A Duhci.c220 td->td_buffer = htole32(ml->fix_res.physaddr); in uhci_mem_layout_fixup()
259 td->td_buffer = htole32(ml->buf_res.physaddr); in uhci_mem_layout_fixup()
290 UWRITE4(sc, UHCI_FLBASEADDR, buf_res.physaddr); in uhci_restart()
420 htole32(buf_res.physaddr) | in uhci_init_qh()
439 htole32(buf_res.physaddr) | in uhci_init_td()
2973 td->td_self = htole32(page_info.physaddr | in uhci_xfer_setup()
2976 td->td_self = htole32(page_info.physaddr | in uhci_xfer_setup()
3007 qh->qh_self = htole32(page_info.physaddr | UHCI_PTR_QH); in uhci_xfer_setup()
/dragonfly/sys/dev/disk/advansys/
H A Dadvansys.c173 bus_addr_t* physaddr; in adv_map() local
175 physaddr = (bus_addr_t*)arg; in adv_map()
176 *physaddr = segs->ds_addr; in adv_map()
/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h68 #ifndef physaddr
69 typedef void *physaddr; typedef
H A Ddpt_scsi.c329 bus_addr_t physaddr; in dptallocccbs() local
351 physaddr = sg_map->sg_physaddr; in dptallocccbs()
362 next_ccb->sg_busaddr = htonl(physaddr); in dptallocccbs()
363 next_ccb->eata_ccb.cp_dataDMA = htonl(physaddr); in dptallocccbs()
373 physaddr += (dpt->sgsize * sizeof(dpt_sg_t)); in dptallocccbs()
/dragonfly/sys/dev/sound/pci/
H A Dmaestro.c1291 bus_addr_t physaddr; in aggpch_init() local
1303 p = dma_malloc(ess->buf_dmat, ess->bufsz, &physaddr, &ch->map); in aggpch_init()
1306 ch->phys = physaddr; in aggpch_init()
1307 ch->base = physaddr & ((~(bus_addr_t)0) << WAVCACHE_BASEADDR_SHIFT); in aggpch_init()
/dragonfly/sys/dev/disk/buslogic/
H A Dbt.c804 bus_addr_t physaddr; in btallocccbs() local
830 physaddr = sg_map->sg_physaddr; in btallocccbs()
837 next_ccb->sg_list_phys = physaddr; in btallocccbs()
846 physaddr += (BT_NSEG * sizeof(bt_sg_t)); in btallocccbs()
/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.h545 CORE_ADDR physaddr; member
1135 #define FIELD_STATIC_PHYSADDR(thisfld) ((thisfld).loc.physaddr)

12