Home
last modified time | relevance | path

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

12

/openbsd/sys/dev/isa/
H A Dwdsreg.h3 typedef u_int8_t physaddr[3]; typedef
51 physaddr seg_addr;
61 physaddr data;
62 physaddr link;
115 physaddr scb_addr;
120 physaddr scb_addr;
150 physaddr mbaddr;
/openbsd/sys/dev/ic/
H A Duhareg.h55 typedef u_long physaddr; typedef
184 physaddr seg_addr;
204 physaddr data_addr;
206 physaddr link_addr;
216 physaddr sense_ptr; /* if 0 no auto sense */
H A Dmalo.h26 bus_addr_t physaddr; member
40 bus_addr_t physaddr; member
H A Drt2560var.h63 bus_addr_t physaddr; member
83 bus_addr_t physaddr; member
H A Daic6360var.h56 typedef u_long physaddr; typedef
61 physaddr seg_addr;
H A Drt2661var.h59 bus_addr_t physaddr; member
77 bus_addr_t physaddr; member
H A Drt2560reg.h208 uint32_t physaddr; member
245 uint32_t physaddr; member
H A Drt2560.c383 ring->physaddr = ring->map->dm_segs->ds_addr; in rt2560_alloc_tx_ring()
527 ring->physaddr = ring->map->dm_segs->ds_addr; in rt2560_alloc_rx_ring()
577 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2560_alloc_rx_ring()
879 hw = (RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr) / in rt2560_encryption_intr()
1166 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2560_decryption_intr()
1513 desc->physaddr = htole32(physaddr); in rt2560_setup_tx_desc()
2592 RAL_WRITE(sc, RT2560_TXCSR3, sc->txq.physaddr); in rt2560_init()
2593 RAL_WRITE(sc, RT2560_TXCSR5, sc->prioq.physaddr); in rt2560_init()
2594 RAL_WRITE(sc, RT2560_TXCSR4, sc->atimq.physaddr); in rt2560_init()
2595 RAL_WRITE(sc, RT2560_TXCSR6, sc->bcnq.physaddr); in rt2560_init()
[all …]
H A Duha.c368 mscp->data_addr = (physaddr)0; in uha_scsi_cmd()
374 mscp->link_addr = (physaddr)0; in uha_scsi_cmd()
H A Drt2661.c464 ring->physaddr = ring->map->dm_segs->ds_addr; in rt2661_alloc_tx_ring()
605 ring->physaddr = ring->map->dm_segs->ds_addr; in rt2661_alloc_rx_ring()
655 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2661_alloc_rx_ring()
1231 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2661_rx_intr()
1242 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2661_rx_intr()
2573 RAL_WRITE(sc, RT2661_AC1_BASE_CSR, sc->txq[1].physaddr); in rt2661_init()
2574 RAL_WRITE(sc, RT2661_AC0_BASE_CSR, sc->txq[0].physaddr); in rt2661_init()
2575 RAL_WRITE(sc, RT2661_AC2_BASE_CSR, sc->txq[2].physaddr); in rt2661_init()
2576 RAL_WRITE(sc, RT2661_AC3_BASE_CSR, sc->txq[3].physaddr); in rt2661_init()
2579 RAL_WRITE(sc, RT2661_MGT_BASE_CSR, sc->mgtq.physaddr); in rt2661_init()
[all …]
H A Dmalo.c572 ring->physaddr = ring->map->dm_segs->ds_addr; in malo_alloc_rx_ring()
625 desc->physnext = htole32(ring->physaddr + in malo_alloc_rx_ring()
731 ring->physaddr = ring->map->dm_segs->ds_addr; in malo_alloc_tx_ring()
752 ring->desc[i].physnext = htole32(ring->physaddr + in malo_alloc_tx_ring()
2032 sc->sc_rxring.physaddr); in malo_cmd_get_spec()
2034 sc->sc_rxring.physaddr); in malo_cmd_get_spec()
2036 sc->sc_txring.physaddr); in malo_cmd_get_spec()
/openbsd/sys/dev/pci/
H A Dif_nfe.c633 bus_addr_t physaddr; in nfe_rxeof() local
650 vtag = letoh32(desc64->physaddr[1]); in nfe_rxeof()
753 desc64->physaddr[0] = htole32(physaddr >> 32); in nfe_rxeof()
755 desc64->physaddr[1] = htole32(physaddr & 0xffffffff); in nfe_rxeof()
757 desc32->physaddr = htole32(physaddr); in nfe_rxeof()
890 desc64->physaddr[0] = in nfe_encap()
893 desc64->physaddr[1] = in nfe_encap()
1153 bus_addr_t physaddr; in nfe_alloc_rx_ring() local
1235 desc64->physaddr[0] = htole32(physaddr >> 32); in nfe_alloc_rx_ring()
1237 desc64->physaddr[1] = htole32(physaddr & 0xffffffff); in nfe_alloc_rx_ring()
[all …]
H A Dif_nfevar.h30 bus_addr_t physaddr; member
47 bus_addr_t physaddr; member
H A Dif_nfereg.h153 uint32_t physaddr; member
168 uint32_t physaddr[2]; member
H A Dif_ipwreg.h115 uint32_t physaddr; member
/openbsd/sys/dev/usb/
H A Dohcivar.h38 ohci_physaddr_t physaddr; member
48 ohci_physaddr_t physaddr; member
64 ohci_physaddr_t physaddr; member
H A Dohci.c1717 int h = HASH(std->physaddr); in ohci_hash_add_td()
1733 if (std->physaddr == a) in ohci_hash_find_td()
1742 int h = HASH(sitd->physaddr); in ohci_hash_add_itd()
1747 sitd, (u_long)sitd->physaddr)); in ohci_hash_add_itd()
1759 sitd, (u_long)sitd->physaddr)); in ohci_hash_rem_itd()
1773 if (sitd->physaddr == a) in ohci_hash_find_itd()
1842 sitd, (u_long)sitd->physaddr, in ohci_dump_itd()
1876 sed, (u_long)sed->physaddr, in ohci_dump_ed()
1930 tdphys = sitd->physaddr; in ohci_open()
1941 tdphys = std->physaddr; in ohci_open()
[all …]
H A Duhcivar.h83 uhci_physaddr_t physaddr; /* TD's physical address. */ member
101 uhci_physaddr_t physaddr; /* QH's physical address. */ member
H A Dehcivar.h36 ehci_physaddr_t physaddr; member
50 ehci_physaddr_t physaddr; member
73 ehci_physaddr_t physaddr; member
H A Duhci.c410 lsqh->qh.qh_elink = htole32(std->physaddr | UHCI_PTR_TD); in uhci_init()
454 std->td.td_link = htole32(sqh->physaddr | UHCI_PTR_QH); in uhci_init()
469 sc->sc_pframes[j] = htole32(std->physaddr); in uhci_init()
631 p, (long)p->physaddr, in uhci_dump_td()
659 (int)sqh->physaddr, letoh32(sqh->qh.qh_hlink), in uhci_dump_qh()
851 htole32(sc->sc_hctl_start->physaddr | UHCI_PTR_QH); in uhci_add_loop()
880 eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH); in uhci_add_hs_ctrl()
933 eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH); in uhci_add_ls_ctrl()
1431 std->physaddr = DMAADDR(&dma, offs); in uhci_alloc_std()
1485 sqh->physaddr = DMAADDR(&dma, offs); in uhci_alloc_sqh()
[all …]
H A Dehci.c405 sqh->qh.qh_link = htole32(sqh->next->physaddr | in ehci_init()
423 i, EHCI_IPOLLRATES - 1))].sqh->physaddr); in ehci_init()
437 htole32(sqh->physaddr | EHCI_LINK_QH); in ehci_init()
1026 sc->sc_async_head->physaddr | EHCI_LINK_QH); in ehci_activate()
1252 printf("QTD(%p) at 0x%08x:\n", sqtd, sqtd->physaddr); in ehci_dump_sqtd()
1288 printf("QH(%p) at 0x%08x:\n", sqh, sqh->physaddr); in ehci_dump_sqh()
1598 sqh->qh.qh_qtd.qtd_next = htole32(sqtd->physaddr); in ehci_set_qh_qtd()
2269 sqh->physaddr = DMAADDR(&dma, offs); in ehci_alloc_sqh()
2317 sqtd->physaddr = DMAADDR(&dma, offs); in ehci_alloc_sqtd()
2427 nextphys = htole32(next->physaddr); in ehci_alloc_sqtd_chain()
[all …]
/openbsd/sys/arch/amd64/include/
H A Drbus_machdep.h34 #define md_space_map(rbt, physaddr, size, flags, bshp) \ argument
35 _bus_space_map((rbt)->rb_bt, (physaddr), (size), (flags), (bshp))
/openbsd/sys/arch/i386/include/
H A Drbus_machdep.h34 #define md_space_map(rbt, physaddr, size, flags, bshp) \ argument
35 _bus_space_map((rbt)->rb_bt, (physaddr), (size), (flags), (bshp))
/openbsd/sys/arch/macppc/include/
H A Drbus_machdep.h38 #define md_space_map(rbt, physaddr, size, flags, bshp) \ argument
39 bus_space_map((rbt)->rb_bt, (physaddr), (size), (flags), (bshp))
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c28 unsigned long physaddr; member

12