Symbol: physaddr
sys/arch/amd64/include/rbus_machdep.h
33
#define md_space_map(bt, physaddr, size, flags, bshp) \
sys/arch/amd64/include/rbus_machdep.h
34
_x86_memio_map((bt), (physaddr), (size), (flags), (bshp))
sys/arch/arc/dti/btlreg.h
109
physaddr seg_addr;
sys/arch/arc/dti/btlreg.h
120
physaddr data_addr;
sys/arch/arc/dti/btlreg.h
132
physaddr link_addr;
sys/arch/arc/dti/btlreg.h
134
physaddr sense_ptr;
sys/arch/arc/dti/btlreg.h
221
physaddr addr;
sys/arch/arc/dti/btlreg.h
74
physaddr ccb_addr;
sys/arch/arc/dti/btlreg.h
80
physaddr ccb_addr;
sys/arch/cesfic/cesfic/autoconf.c
105
mainbus_map(u_long physaddr, int size, int cacheable, void ** virtaddr)
sys/arch/cesfic/cesfic/autoconf.c
111
pa = m68k_trunc_page(physaddr);
sys/arch/cesfic/cesfic/autoconf.c
112
endpa = m68k_round_page(physaddr + size);
sys/arch/cesfic/cesfic/autoconf.c
123
*virtaddr = (void*)(va + (physaddr & PGOFSET));
sys/arch/hpcmips/stand/pbsdboot/disptest.c
141
int physaddr;
sys/arch/hpcmips/stand/pbsdboot/disptest.c
231
desc->val = *(unsigned char*)(desc->physaddr | 0xa0000000);
sys/arch/hpcmips/stand/pbsdboot/disptest.c
234
desc->val = *(unsigned short*)(desc->physaddr | 0xa0000000);
sys/arch/hpcmips/stand/pbsdboot/disptest.c
237
desc->val = *(unsigned long*)(desc->physaddr | 0xa0000000);
sys/arch/hpcmips/stand/pbsdboot/disptest.c
264
test_regs[i].physaddr,
sys/arch/i386/include/rbus_machdep.h
33
#define md_space_map(bt, physaddr, size, flags, bshp) \
sys/arch/i386/include/rbus_machdep.h
34
_x86_memio_map((bt), (physaddr), (size), (flags), (bshp))
sys/arch/i386/stand/efiboot/eficons.c
515
fb.physaddr = efi_gop->Mode->FrameBufferBase;
sys/arch/i386/stand/lib/exec.c
166
btinfo_framebuffer.physaddr = 0;
sys/arch/i386/stand/lib/exec_multiboot2.c
684
if (fb->physaddr != 0) {
sys/arch/i386/stand/lib/exec_multiboot2.c
703
if (fb->physaddr == 0) {
sys/arch/i386/stand/lib/exec_multiboot2.c
715
mbt->common.framebuffer_addr = fb->physaddr;
sys/arch/i386/stand/lib/vbe.c
187
fb.physaddr = (uint64_t)mi.PhysBasePtr & 0xffffffff;
sys/arch/sgimips/hpc/if_sq.c
1322
uint8_t *physaddr = (uint8_t *)MIPS_PHYS_TO_KSEG1(addr);
sys/arch/sgimips/hpc/if_sq.c
1327
printf("%p: ", physaddr);
sys/arch/sgimips/hpc/if_sq.c
1330
printf("%02x ", *(physaddr + i) & 0xff);
sys/arch/sgimips/hpc/if_sq.c
1332
printf("\n%p: ", physaddr + i);
sys/arch/sparc/stand/common/promdev.c
763
oldmon_mapin(u_long physaddr, int length, int maptype)
sys/arch/sparc/stand/common/promdev.c
778
pa += physaddr;
sys/arch/sun68k/stand/libsa/sun2.c
108
dev2_mapin(int maptype, u_long physaddr, int length)
sys/arch/sun68k/stand/libsa/sun2.c
122
if (physaddr & ~(sun2_mapinfo[i].mask))
sys/arch/sun68k/stand/libsa/sun2.c
124
pa = sun2_mapinfo[i].base += physaddr;
sys/arch/sun68k/stand/libsa/sun2.c
137
va += (physaddr & PGOFSET);
sys/arch/sun68k/stand/libsa/sun3.c
103
dev3_mapin(int maptype, u_long physaddr, int length)
sys/arch/sun68k/stand/libsa/sun3.c
116
if (physaddr & ~(sun3_mapinfo[i].mask))
sys/arch/sun68k/stand/libsa/sun3.c
118
pa = sun3_mapinfo[i].base += physaddr;
sys/arch/sun68k/stand/libsa/sun3.c
130
va += (physaddr & PGOFSET);
sys/arch/sun68k/stand/libsa/sun3x.c
104
dev3x_mapin(int maptype, u_long physaddr, int length)
sys/arch/sun68k/stand/libsa/sun3x.c
117
if (physaddr & ~(sun3x_mapinfo[i].mask))
sys/arch/sun68k/stand/libsa/sun3x.c
119
pa = sun3x_mapinfo[i].base + physaddr;
sys/arch/sun68k/stand/libsa/sun3x.c
131
va += (physaddr & PGOFSET);
sys/arch/x86/include/bootinfo.h
204
uint64_t physaddr;
sys/arch/x86/pci/pci_machdep.c
1137
if (fbinfo.physaddr != 0) {
sys/arch/x86/pci/pci_machdep.c
1143
prop_dictionary_set_uint64(dict, "address", fbinfo.physaddr);
sys/arch/x86/pci/pci_machdep.c
1163
if (fbinfo.physaddr != 0) {
sys/arch/x86/x86/consinit.c
219
if (fbinfo && fbinfo->physaddr > 0) {
sys/arch/x86/x86/genfb_machdep.c
123
if (fbinfo == NULL || fbinfo->physaddr == 0)
sys/arch/x86/x86/genfb_machdep.c
126
err = _x86_memio_map(t, (bus_addr_t)fbinfo->physaddr,
sys/arch/x86/x86/hyperv.c
1064
if (fbinfo.physaddr != 0) {
sys/arch/x86/x86/hyperv.c
1070
prop_dictionary_set_uint64(dict, "address", fbinfo.physaddr);
sys/arch/x86/x86/hyperv.c
1092
if (fbinfo.physaddr != 0) {
sys/arch/x86/x86/multiboot2.c
596
bif->physaddr = mbt->common.framebuffer_addr;
sys/arch/xen/x86/consinit.c
186
if (fbinfo && fbinfo->physaddr > 0) {
sys/arch/xen/xen/genfb_xen.c
75
_xen_genfb_btinfo.physaddr = d0_consi->u.vesa_lfb.lfb_base;
sys/arch/xen/xen/genfb_xen.c
78
_xen_genfb_btinfo.physaddr |=
sys/dev/ic/ahareg.h
130
physaddr ccb_addr;
sys/dev/ic/ahareg.h
135
physaddr ccb_addr;
sys/dev/ic/ahareg.h
160
physaddr seg_addr;
sys/dev/ic/ahareg.h
172
physaddr data_addr;
sys/dev/ic/ahareg.h
173
physaddr link_addr;
sys/dev/ic/ahareg.h
279
physaddr addr;
sys/dev/ic/aic6360var.h
60
physaddr seg_addr;
sys/dev/ic/aic79xx.c
5769
hscb_busaddr = hscb_map->physaddr + (offset * sizeof(*hscb));
sys/dev/ic/aic79xx.c
5783
&hscb_map->physaddr, &hscb_map->dmasegs,
sys/dev/ic/aic79xx.c
5793
hscb_busaddr = hscb_map->physaddr;
sys/dev/ic/aic79xx.c
5806
sg_busaddr = sg_map->physaddr + offset;
sys/dev/ic/aic79xx.c
5820
&sg_map->physaddr, &sg_map->dmasegs,
sys/dev/ic/aic79xx.c
5830
sg_busaddr = sg_map->physaddr;
sys/dev/ic/aic79xx.c
5849
sense_busaddr = sense_map->physaddr + offset;
sys/dev/ic/aic79xx.c
5863
&sense_map->physaddr, &sense_map->dmasegs,
sys/dev/ic/aic79xx.c
5873
sense_busaddr = sense_map->physaddr;
sys/dev/ic/aic79xx.c
6066
&ahd->shared_data_map.physaddr,
sys/dev/ic/aic79xx.c
6076
next_baddr = ahd->shared_data_map.physaddr +
sys/dev/ic/aic79xx.c
6454
busaddr = ahd->shared_data_map.physaddr;
sys/dev/ic/aic79xx_inline.h
396
/*offset*/scb->sense_busaddr - scb->sense_map->physaddr,
sys/dev/ic/aic79xxvar.h
557
bus_addr_t physaddr;
sys/dev/ic/aic7xxx.c
4307
bus_addr_t physaddr;
sys/dev/ic/aic7xxx.c
4338
physaddr = sg_map->sg_physaddr;
sys/dev/ic/aic7xxx.c
4356
next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
sys/dev/ic/aic7xxx.c
4374
physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg));
sys/dev/ic/aic7xxx.c
4440
uint32_t physaddr;
sys/dev/ic/aic7xxx.c
4797
physaddr = ahc->scb_data->hscb_busaddr;
sys/dev/ic/aic7xxx.c
4798
ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
sys/dev/ic/aic7xxx.c
4799
ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/ic/aic7xxx.c
4800
ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/ic/aic7xxx.c
4801
ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/ic/aic7xxx.c
4803
physaddr = ahc->shared_data_busaddr;
sys/dev/ic/aic7xxx.c
4804
ahc_outb(ahc, SHARED_DATA_ADDR, physaddr & 0xFF);
sys/dev/ic/aic7xxx.c
4805
ahc_outb(ahc, SHARED_DATA_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/ic/aic7xxx.c
4806
ahc_outb(ahc, SHARED_DATA_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/ic/aic7xxx.c
4807
ahc_outb(ahc, SHARED_DATA_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/ic/bhareg.h
141
physaddr ccb_addr;
sys/dev/ic/bhareg.h
147
physaddr ccb_addr;
sys/dev/ic/bhareg.h
183
physaddr seg_addr;
sys/dev/ic/bhareg.h
206
physaddr data_addr;
sys/dev/ic/bhareg.h
226
physaddr link_addr;
sys/dev/ic/bhareg.h
228
physaddr sense_ptr;
sys/dev/ic/bhareg.h
352
physaddr addr;
sys/dev/ic/dwc_gmac.c
1252
bus_addr_t physaddr;
sys/dev/ic/dwc_gmac.c
1331
physaddr = data->rd_map->dm_segs[0].ds_addr;
sys/dev/ic/dwc_gmac.c
1343
desc->ddesc_data = htole32(physaddr);
sys/dev/ic/dwc_gmac.c
481
bus_addr_t physaddr;
sys/dev/ic/dwc_gmac.c
535
physaddr = data->rd_map->dm_segs[0].ds_addr;
sys/dev/ic/dwc_gmac.c
538
desc->ddesc_data = htole32(physaddr);
sys/dev/ic/malo.c
1976
sc->sc_rxring.physaddr);
sys/dev/ic/malo.c
1978
sc->sc_rxring.physaddr);
sys/dev/ic/malo.c
1980
sc->sc_txring.physaddr);
sys/dev/ic/malo.c
608
ring->physaddr = ring->map->dm_segs->ds_addr;
sys/dev/ic/malo.c
651
desc->physnext = htole32(ring->physaddr +
sys/dev/ic/malo.c
753
ring->physaddr = ring->map->dm_segs->ds_addr;
sys/dev/ic/malo.c
766
ring->desc[i].physnext = htole32(ring->physaddr +
sys/dev/ic/malovar.h
28
bus_addr_t physaddr;
sys/dev/ic/malovar.h
42
bus_addr_t physaddr;
sys/dev/ic/rt2560.c
1024
hw = (RAL_READ(sc, RT2560_SECCSR1) - sc->txq.physaddr) /
sys/dev/ic/rt2560.c
1242
hw = (RAL_READ(sc, RT2560_SECCSR0) - sc->rxq.physaddr) /
sys/dev/ic/rt2560.c
1307
desc->physaddr = htole32(data->map->dm_segs->ds_addr);
sys/dev/ic/rt2560.c
1318
desc->physaddr = htole32(data->map->dm_segs->ds_addr);
sys/dev/ic/rt2560.c
1673
uint32_t flags, int len, int rate, int encrypt, bus_addr_t physaddr)
sys/dev/ic/rt2560.c
1684
desc->physaddr = htole32(physaddr);
sys/dev/ic/rt2560.c
2787
RAL_WRITE(sc, RT2560_TXCSR3, sc->txq.physaddr);
sys/dev/ic/rt2560.c
2788
RAL_WRITE(sc, RT2560_TXCSR5, sc->prioq.physaddr);
sys/dev/ic/rt2560.c
2789
RAL_WRITE(sc, RT2560_TXCSR4, sc->atimq.physaddr);
sys/dev/ic/rt2560.c
2790
RAL_WRITE(sc, RT2560_TXCSR6, sc->bcnq.physaddr);
sys/dev/ic/rt2560.c
2796
RAL_WRITE(sc, RT2560_RXCSR2, sc->rxq.physaddr);
sys/dev/ic/rt2560.c
564
ring->physaddr = ring->map->dm_segs->ds_addr;
sys/dev/ic/rt2560.c
700
ring->physaddr = ring->map->dm_segs->ds_addr;
sys/dev/ic/rt2560.c
741
desc->physaddr = htole32(data->map->dm_segs->ds_addr);
sys/dev/ic/rt2560reg.h
209
uint32_t physaddr;
sys/dev/ic/rt2560reg.h
246
uint32_t physaddr;
sys/dev/ic/rt2560var.h
65
bus_addr_t physaddr;
sys/dev/ic/rt2560var.h
85
bus_addr_t physaddr;
sys/dev/ic/rt2661.c
1095
desc->physaddr = htole32(data->map->dm_segs->ds_addr);
sys/dev/ic/rt2661.c
1106
desc->physaddr = htole32(data->map->dm_segs->ds_addr);
sys/dev/ic/rt2661.c
2619
RAL_WRITE(sc, RT2661_AC1_BASE_CSR, sc->txq[1].physaddr);
sys/dev/ic/rt2661.c
2620
RAL_WRITE(sc, RT2661_AC0_BASE_CSR, sc->txq[0].physaddr);
sys/dev/ic/rt2661.c
2621
RAL_WRITE(sc, RT2661_AC2_BASE_CSR, sc->txq[2].physaddr);
sys/dev/ic/rt2661.c
2622
RAL_WRITE(sc, RT2661_AC3_BASE_CSR, sc->txq[3].physaddr);
sys/dev/ic/rt2661.c
2625
RAL_WRITE(sc, RT2661_MGT_BASE_CSR, sc->mgtq.physaddr);
sys/dev/ic/rt2661.c
2628
RAL_WRITE(sc, RT2661_RX_BASE_CSR, sc->rxq.physaddr);
sys/dev/ic/rt2661.c
450
ring->physaddr = ring->map->dm_segs->ds_addr;
sys/dev/ic/rt2661.c
584
ring->physaddr = ring->map->dm_segs->ds_addr;
sys/dev/ic/rt2661.c
624
desc->physaddr = htole32(data->map->dm_segs->ds_addr);
sys/dev/ic/rt2661reg.h
284
uint32_t physaddr;
sys/dev/ic/rt2661var.h
60
bus_addr_t physaddr;
sys/dev/ic/rt2661var.h
78
bus_addr_t physaddr;
sys/dev/ic/uha.c
530
mscp->data_addr = (physaddr)0;
sys/dev/ic/uha.c
536
mscp->link_addr = (physaddr)0;
sys/dev/ic/uhareg.h
184
physaddr seg_addr;
sys/dev/ic/uhareg.h
205
physaddr data_addr;
sys/dev/ic/uhareg.h
207
physaddr link_addr;
sys/dev/ic/uhareg.h
217
physaddr sense_ptr; /* if 0 no auto sense */
sys/dev/isa/wdsreg.h
126
physaddr scb_addr;
sys/dev/isa/wdsreg.h
131
physaddr scb_addr;
sys/dev/isa/wdsreg.h
161
physaddr mbaddr;
sys/dev/isa/wdsreg.h
49
physaddr seg_addr;
sys/dev/isa/wdsreg.h
59
physaddr data;
sys/dev/isa/wdsreg.h
60
physaddr link;
sys/dev/pci/if_ipw.c
1073
sbd->bd->physaddr = htole32(sbuf->map->dm_segs[0].ds_addr);
sys/dev/pci/if_ipw.c
1322
sbd->bd->physaddr = htole32(sc->cmd_map->dm_segs[0].ds_addr);
sys/dev/pci/if_ipw.c
1448
sbd->bd->physaddr = htole32(shdr->addr);
sys/dev/pci/if_ipw.c
1473
sbd->bd->physaddr = htole32(sbuf->map->dm_segs[i].ds_addr);
sys/dev/pci/if_ipw.c
634
sbd->bd->physaddr = htole32(sbuf->map->dm_segs[0].ds_addr);
sys/dev/pci/if_ipwreg.h
128
u_int32_t physaddr;
sys/dev/pci/if_nfe.c
1138
desc64->physaddr[0] =
sys/dev/pci/if_nfe.c
1140
desc64->physaddr[1] =
sys/dev/pci/if_nfe.c
1148
desc32->physaddr = htole32(map->dm_segs[i].ds_addr);
sys/dev/pci/if_nfe.c
1304
NFE_WRITE(sc, NFE_RX_RING_ADDR_HI, ((uint64_t)sc->rxq.physaddr) >> 32);
sys/dev/pci/if_nfe.c
1305
NFE_WRITE(sc, NFE_RX_RING_ADDR_LO, sc->rxq.physaddr & 0xffffffff);
sys/dev/pci/if_nfe.c
1306
NFE_WRITE(sc, NFE_TX_RING_ADDR_HI, ((uint64_t)sc->txq.physaddr) >> 32);
sys/dev/pci/if_nfe.c
1307
NFE_WRITE(sc, NFE_TX_RING_ADDR_LO, sc->txq.physaddr & 0xffffffff);
sys/dev/pci/if_nfe.c
1413
bus_addr_t physaddr;
sys/dev/pci/if_nfe.c
1460
ring->physaddr = ring->map->dm_segs[0].ds_addr;
sys/dev/pci/if_nfe.c
1494
physaddr = jbuf->physaddr;
sys/dev/pci/if_nfe.c
1520
physaddr = data->map->dm_segs[0].ds_addr;
sys/dev/pci/if_nfe.c
1525
desc64->physaddr[0] =
sys/dev/pci/if_nfe.c
1526
htole32(((uint64_t)physaddr) >> 32);
sys/dev/pci/if_nfe.c
1527
desc64->physaddr[1] = htole32(physaddr & 0xffffffff);
sys/dev/pci/if_nfe.c
1532
desc32->physaddr = htole32(physaddr);
sys/dev/pci/if_nfe.c
1659
bus_addr_t physaddr;
sys/dev/pci/if_nfe.c
1703
physaddr = ring->jmap->dm_segs[0].ds_addr;
sys/dev/pci/if_nfe.c
1708
jbuf->physaddr = physaddr;
sys/dev/pci/if_nfe.c
1713
physaddr += NFE_JBYTES;
sys/dev/pci/if_nfe.c
1793
ring->physaddr = ring->map->dm_segs[0].ds_addr;
sys/dev/pci/if_nfe.c
807
bus_addr_t physaddr;
sys/dev/pci/if_nfe.c
872
physaddr =
sys/dev/pci/if_nfe.c
873
sc->rxq.jbuf[sc->rxq.jbufmap[i]].physaddr;
sys/dev/pci/if_nfe.c
897
physaddr = jbuf->physaddr;
sys/dev/pci/if_nfe.c
929
physaddr = data->map->dm_segs[0].ds_addr;
sys/dev/pci/if_nfe.c
974
desc64->physaddr[0] =
sys/dev/pci/if_nfe.c
975
htole32(((uint64_t)physaddr) >> 32);
sys/dev/pci/if_nfe.c
976
desc64->physaddr[1] = htole32(physaddr & 0xffffffff);
sys/dev/pci/if_nfe.c
978
desc32->physaddr = htole32(physaddr);
sys/dev/pci/if_nfereg.h
159
volatile uint32_t physaddr;
sys/dev/pci/if_nfereg.h
174
volatile uint32_t physaddr[2];
sys/dev/pci/if_nfevar.h
31
bus_addr_t physaddr;
sys/dev/pci/if_nfevar.h
42
bus_addr_t physaddr;
sys/dev/pci/if_nfevar.h
56
bus_addr_t physaddr;
sys/dev/pci/mly.c
1733
sg->physaddr = htole64(ds->ds_addr);
sys/dev/pci/mlyreg.h
83
u_int64_t physaddr;
sys/dev/pci/oboe.c
652
uint32_t physaddr;
sys/dev/pci/oboe.c
662
physaddr = vtophys((uintptr_t)sc->sc_taskfile);
sys/dev/pci/oboe.c
664
OUTB(sc, (physaddr >> 0x0a) & 0xff, OBOE_TFP0);
sys/dev/pci/oboe.c
665
OUTB(sc, (physaddr >> 0x12) & 0xff, OBOE_TFP1);
sys/dev/pci/oboe.c
666
OUTB(sc, (physaddr >> 0x1a) & 0x3f, OBOE_TFP2);
sys/dev/qbus/if_il.c
611
il_setaddr(u_char *physaddr, struct il_softc *sc)
sys/dev/qbus/if_il.c
616
memcpy((void *)is->is_addr, (void *)physaddr, sizeof is->is_addr);
sys/dev/usb/ehci.c
1533
sc->sc_async_head->physaddr | EHCI_LINK_QH);
sys/dev/usb/ehci.c
1764
DPRINTFN(10, "QTD(%#jx) at 0x%08jx:", (uintptr_t)sqtd, sqtd->physaddr,
sys/dev/usb/ehci.c
1822
DPRINTFN(10, "QH(%#jx) at %#jx:", (uintptr_t)sqh, sqh->physaddr, 0, 0);
sys/dev/usb/ehci.c
1919
(uintptr_t)itd->xfer_next, itd->physaddr, itd->slot, 0);
sys/dev/usb/ehci.c
2187
head->qh->qh_link = htole32(sqh->physaddr | EHCI_LINK_QH);
sys/dev/usb/ehci.c
2243
sqh->qh->qh_qtd.qtd_next = htole32(sqtd->physaddr);
sys/dev/usb/ehci.c
2942
sqh->physaddr = BUS_ADDR_LO32(baddr);
sys/dev/usb/ehci.c
3007
sqtd->physaddr = BUS_ADDR_LO32(baddr);
sys/dev/usb/ehci.c
3106
prev->qtd->qtd_next = htole32(sqtd->physaddr);
sys/dev/usb/ehci.c
3275
itd->physaddr = BUS_ADDR_LO32(baddr);
sys/dev/usb/ehci.c
3336
sitd->physaddr = BUS_ADDR_LO32(baddr);
sys/dev/usb/ehci.c
3470
hit |= cur == sqtd->physaddr;
sys/dev/usb/ehci.c
3477
DPRINTF("cur=0x%08jx", sqtd->physaddr, 0, 0, 0);
sys/dev/usb/ehci.c
3478
sqh->qh->qh_curqtd = htole32(sqtd->physaddr); /* unlink qTDs */
sys/dev/usb/ehci.c
3656
setup->qtd->qtd_next = setup->qtd->qtd_altnext = htole32(next->physaddr);
sys/dev/usb/ehci.c
3810
htole32(status->physaddr);
sys/dev/usb/ehci.c
3820
setup->qtd->qtd_next = setup->qtd->qtd_altnext = htole32(next->physaddr);
sys/dev/usb/ehci.c
3850
sc->sc_async_head->physaddr | EHCI_LINK_QH);
sys/dev/usb/ehci.c
4605
htole32(EHCI_LINK_SITD | sitd->physaddr);
sys/dev/usb/ehci.c
4718
htole32(itd->physaddr | EHCI_LINK_ITD);
sys/dev/usb/ehci.c
4853
htole32(itd->physaddr | EHCI_LINK_ITD);
sys/dev/usb/ehci.c
4988
sc->sc_flist[frindex] = htole32(EHCI_LINK_ITD | itd->physaddr);
sys/dev/usb/ehci.c
607
sqh->qh->qh_link = htole32(sqh->next->physaddr |
sys/dev/usb/ehci.c
636
i)].sqh->physaddr);
sys/dev/usb/ehci.c
651
htole32(sqh->physaddr | EHCI_LINK_QH);
sys/dev/usb/ehci.c
676
EOWRITE4(sc, EHCI_ASYNCLISTADDR, sqh->physaddr | EHCI_LINK_QH);
sys/dev/usb/ehcivar.h
40
ehci_physaddr_t physaddr; /* qTD's physical address */
sys/dev/usb/ehcivar.h
51
ehci_physaddr_t physaddr;
sys/dev/usb/ehcivar.h
72
ehci_physaddr_t physaddr;
sys/dev/usb/ohci.c
1022
OWRITE4(sc, OHCI_CONTROL_HEAD_ED, sc->sc_ctrl_head->physaddr);
sys/dev/usb/ohci.c
1023
OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->sc_bulk_head->physaddr);
sys/dev/usb/ohci.c
1184
sc->sc_ctrl_head->physaddr);
sys/dev/usb/ohci.c
1186
sc->sc_bulk_head->physaddr);
sys/dev/usb/ohci.c
1584
sed->ed->ed_headp = HTOO32(p->physaddr |
sys/dev/usb/ohci.c
1852
head->ed->ed_nexted = HTOO32(sed->physaddr);
sys/dev/usb/ohci.c
1898
int h = HASH(std->physaddr);
sys/dev/usb/ohci.c
1924
if (std->physaddr == a)
sys/dev/usb/ohci.c
1933
int h = HASH(sitd->physaddr);
sys/dev/usb/ohci.c
1940
(uintptr_t)sitd, (u_long)sitd->physaddr, 0, 0);
sys/dev/usb/ohci.c
1955
sitd->physaddr, 0, 0);
sys/dev/usb/ohci.c
1969
if (sitd->physaddr == a)
sys/dev/usb/ohci.c
1994
DPRINTF("TD(%#jx) at 0x%08jx:", (uintptr_t)std, std->physaddr, 0, 0);
sys/dev/usb/ohci.c
2017
DPRINTF("ITD(%#jx) at 0x%08jx", (uintptr_t)sitd, sitd->physaddr, 0, 0);
sys/dev/usb/ohci.c
2056
DPRINTF("ED(%#jx) at 0x%08jx:", (uintptr_t)sed, sed->physaddr, 0, 0);
sys/dev/usb/ohci.c
2129
tdphys = sitd->physaddr;
sys/dev/usb/ohci.c
2142
tdphys = std->physaddr;
sys/dev/usb/ohci.c
2372
hit |= headp == p->physaddr;
sys/dev/usb/ohci.c
2411
DPRINTFN(1, "set hd=0x%08jx, tl=0x%08jx", (int)p->physaddr,
sys/dev/usb/ohci.c
2414
sed->ed->ed_headp = HTOO32(p->physaddr |
sys/dev/usb/ohci.c
2860
end->td->td_nexttd = HTOO32(stat->physaddr);
sys/dev/usb/ohci.c
2894
setup->td->td_nexttd = HTOO32(next->physaddr);
sys/dev/usb/ohci.c
2913
stat->td->td_nexttd = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
2941
sed->ed->ed_tailp = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3129
last->td->td_nexttd = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3157
sed->ed->ed_tailp = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3322
last->td->td_nexttd = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3340
sed->ed->ed_tailp = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3465
hsed->ed->ed_nexted = HTOO32(sed->physaddr);
sys/dev/usb/ohci.c
3663
sitd->itd->itd_nextitd = HTOO32(nsitd->physaddr);
sys/dev/usb/ohci.c
3703
sitd->itd->itd_nextitd = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3737
sed->ed->ed_tailp = HTOO32(tail->physaddr);
sys/dev/usb/ohci.c
3791
sed->ed->ed_headp = HTOO32(sitd->physaddr); /* unlink TDs */
sys/dev/usb/ohci.c
426
sed->physaddr = DMAADDR(&dma, offs);
sys/dev/usb/ohci.c
494
std->physaddr = DMAADDR(&dma, offs);
sys/dev/usb/ohci.c
673
cur->td->td_nexttd = (next != NULL) ? HTOO32(next->physaddr) : 0;
sys/dev/usb/ohci.c
753
sitd->physaddr = DMAADDR(&dma, offs);
sys/dev/usb/ohci.c
914
sed->ed->ed_nexted = HTOO32(psed->physaddr);
sys/dev/usb/ohci.c
924
HTOO32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr);
sys/dev/usb/ohcivar.h
41
ohci_physaddr_t physaddr;
sys/dev/usb/ohcivar.h
52
ohci_physaddr_t physaddr;
sys/dev/usb/ohcivar.h
71
ohci_physaddr_t physaddr;
sys/dev/usb/uhci.c
1100
htole32(sc->sc_hctl_start->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
1147
eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
1229
eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
1294
eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
1582
htole32(stat->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
1845
std->physaddr = DMAADDR(&dma, offs);
sys/dev/usb/uhci.c
1911
sqh->physaddr = DMAADDR(&dma, offs);
sys/dev/usb/uhci.c
2117
std->physaddr | UHCI_PTR_VF | UHCI_PTR_TD
sys/dev/usb/uhci.c
2174
std->physaddr | UHCI_PTR_VF | UHCI_PTR_TD
sys/dev/usb/uhci.c
2310
sqh->qh.qh_elink = htole32(data->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2518
dataend->td.td_link = htole32(stat->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2533
setup->td.td_link = htole32(next->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2569
sqh->qh.qh_elink = htole32(setup->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2718
sqh->qh.qh_elink = htole32(data->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
3109
vstd->td.td_link = htole32(std->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
3274
eqh->qh.qh_hlink = htole32(sqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
494
lsqh->qh.qh_elink = htole32(std->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
504
bsqh->qh.qh_hlink = htole32(lsqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
516
chsqh->qh.qh_hlink = htole32(bsqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
528
clsqh->qh.qh_hlink = htole32(chsqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
546
std->td.td_link = htole32(sqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
553
sqh->qh.qh_hlink = htole32(clsqh->physaddr | UHCI_PTR_QH);
sys/dev/usb/uhci.c
565
sc->sc_pframes[j] = htole32(std->physaddr);
sys/dev/usb/uhci.c
810
DPRINTF("TD(%#jx) at 0x%08jx", (uintptr_t)p, p->physaddr, 0, 0);
sys/dev/usb/uhci.c
852
(int)sqh->physaddr, le32toh(sqh->qh.qh_hlink),
sys/dev/usb/uhcivar.h
105
uhci_physaddr_t physaddr; /* TD's physical address. */
sys/dev/usb/uhcivar.h
125
uhci_physaddr_t physaddr; /* QH's physical address. */