| /openbsd-src/sys/dev/isa/ |
| H A D | wdsreg.h | 3 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-src/sys/dev/ic/ |
| H A D | uhareg.h | 55 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 D | malo.h | 26 bus_addr_t physaddr; member 40 bus_addr_t physaddr; member
|
| H A D | rt2560var.h | 63 bus_addr_t physaddr; member 83 bus_addr_t physaddr; member
|
| H A D | aic6360var.h | 56 typedef u_long physaddr; typedef 61 physaddr seg_addr;
|
| H A D | rt2661var.h | 59 bus_addr_t physaddr; member 77 bus_addr_t physaddr; member
|
| H A D | rt2560reg.h | 208 uint32_t physaddr; member 245 uint32_t physaddr; member
|
| H A D | rt2560.c | 383 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() 1089 hw = (RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr) / in rt2560_decryption_intr() 1155 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2560_decryption_intr() 1166 desc->physaddr = htole32(data->map->dm_segs->ds_addr); in rt2560_decryption_intr() 1502 uint32_t flags, int len, int rate, int encrypt, bus_addr_t physaddr) in rt2560_setup_tx_desc() argument 1513 desc->physaddr = htole32(physaddr); in rt2560_setup_tx_desc() 2592 RAL_WRITE(sc, RT2560_TXCSR3, sc->txq.physaddr); in rt2560_init() [all …]
|
| H A D | uha.c | 368 mscp->data_addr = (physaddr)0; in uha_scsi_cmd() 374 mscp->link_addr = (physaddr)0; in uha_scsi_cmd()
|
| H A D | rt2661.c | 464 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 D | malo.c | 572 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-src/sys/dev/pci/ |
| H A D | if_nfe.c | 633 bus_addr_t physaddr; in nfe_rxeof() 650 vtag = letoh32(desc64->physaddr[1]); in nfe_rxeof() 720 physaddr = data->map->dm_segs[0].ds_addr; 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[ in nfe_encap() 638 bus_addr_t physaddr; nfe_rxeof() local 1158 bus_addr_t physaddr; nfe_alloc_rx_ring() local [all...] |
| H A D | if_nfevar.h | 30 bus_addr_t physaddr; member 47 bus_addr_t physaddr; member
|
| H A D | if_nfereg.h | 153 uint32_t physaddr; member 168 uint32_t physaddr[2]; member
|
| H A D | if_ipwreg.h | 115 uint32_t physaddr; member
|
| /openbsd-src/sys/dev/usb/ |
| H A D | ohcivar.h | 38 ohci_physaddr_t physaddr; member 48 ohci_physaddr_t physaddr; member 64 ohci_physaddr_t physaddr; member
|
| H A D | ohci.c | 323 OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr); in ohci_activate() 324 OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->sc_bulk_head->physaddr); in ohci_activate() 404 sed->physaddr = DMAADDR(&dma, offs); in ohci_alloc_sed() 449 std->physaddr = DMAADDR(&dma, offs); in ohci_alloc_std() 540 cur->td.td_nexttd = htole32(next->physaddr); in ohci_alloc_std_chain() 563 cur->td.td_nexttd = htole32(next->physaddr); in ohci_alloc_std_chain() 612 sitd->physaddr = DMAADDR(&dma, offs); in ohci_alloc_sitd() 785 sed->ed.ed_nexted = htole32(psed->physaddr); in ohci_init() 793 htole32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr); in ohci_init() 865 OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr); in ohci_init() [all …]
|
| H A D | uhcivar.h | 83 uhci_physaddr_t physaddr; /* TD's physical address. */ member 101 uhci_physaddr_t physaddr; /* QH's physical address. */ member
|
| H A D | ehcivar.h | 36 ehci_physaddr_t physaddr; member 50 ehci_physaddr_t physaddr; member 73 ehci_physaddr_t physaddr; member
|
| H A D | uhci.c | 410 lsqh->qh.qh_elink = htole32(std->physaddr | UHCI_PTR_TD); in uhci_init() 418 bsqh->qh.qh_hlink = htole32(lsqh->physaddr | UHCI_PTR_QH); in uhci_init() 428 chsqh->qh.qh_hlink = htole32(bsqh->physaddr | UHCI_PTR_QH); in uhci_init() 438 clsqh->qh.qh_hlink = htole32(chsqh->physaddr | UHCI_PTR_QH); in uhci_init() 454 std->td.td_link = htole32(sqh->physaddr | UHCI_PTR_QH); in uhci_init() 459 sqh->qh.qh_hlink = htole32(clsqh->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() [all …]
|
| H A D | ehci.c | 405 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() 451 EOWRITE4(sc, EHCI_ASYNCLISTADDR, 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() 1551 head->qh.qh_link = htole32(sqh->physaddr | EHCI_LINK_QH); in ehci_add_qh() 1598 sqh->qh.qh_qtd.qtd_next = htole32(sqtd->physaddr); in ehci_set_qh_qtd() 2269 sqh->physaddr in ehci_alloc_sqh() [all...] |
| /openbsd-src/sys/arch/i386/include/ |
| H A D | rbus_machdep.h | 34 #define md_space_map(rbt, physaddr, size, flags, bshp) \ argument 35 _bus_space_map((rbt)->rb_bt, (physaddr), (size), (flags), (bshp))
|
| /openbsd-src/sys/arch/amd64/include/ |
| H A D | rbus_machdep.h | 34 #define md_space_map(rbt, physaddr, size, flags, bshp) \ argument 35 _bus_space_map((rbt)->rb_bt, (physaddr), (size), (flags), (bshp))
|
| /openbsd-src/sys/arch/macppc/include/ |
| H A D | rbus_machdep.h | 38 #define md_space_map(rbt, physaddr, size, flags, bshp) \ argument 39 bus_space_map((rbt)->rb_bt, (physaddr), (size), (flags), (bshp))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20001203-2.c | 28 unsigned long physaddr; member
|