Symbol: local_to_PCI
sys/arch/bebox/stand/boot/boot.h
60
u_long local_to_PCI(u_long);
sys/arch/bebox/stand/boot/fd.c
739
u_long pbuf = local_to_PCI((u_long)buf);
sys/arch/bebox/stand/boot/siop.c
1194
scriptaddr = (void *)local_to_PCI((u_long)script);
sys/arch/bebox/stand/boot/siop.c
121
xfer->siop_tables.cmd.addr = htoc32(local_to_PCI((u_long)xs->cmd));
sys/arch/bebox/stand/boot/siop.c
125
htoc32(local_to_PCI((u_long)xs->data));
sys/arch/bebox/stand/boot/siop.c
260
u_long scriptaddr = local_to_PCI((u_long)adp->script);
sys/arch/bebox/stand/boot/siop.c
279
if (dsa >= local_to_PCI((u_long)adp->xfer) &&
sys/arch/bebox/stand/boot/siop.c
280
dsa < local_to_PCI((u_long)adp->xfer) + SIOP_TABLE_SIZE) {
sys/arch/bebox/stand/boot/siop.c
281
dsa -= local_to_PCI((u_long)adp->xfer);
sys/arch/bebox/stand/boot/siop.c
310
local_to_PCI((u_long)siop_xfer));
sys/arch/bebox/stand/boot/siop.c
415
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/bebox/stand/boot/siop.c
440
local_to_PCI((u_long)adp->xfer));
sys/arch/bebox/stand/boot/siop.c
535
void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
sys/arch/bebox/stand/boot/siop.c
629
void *scriptaddr = (void *)local_to_PCI((u_long)script);
sys/arch/bebox/stand/boot/siop.c
677
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/bebox/stand/boot/siop.c
708
dsa = local_to_PCI((u_long)xfer);
sys/arch/bebox/stand/boot/siop.c
747
void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
sys/arch/prep/stand/boot/boot.h
50
u_long local_to_PCI(u_long);
sys/arch/prep/stand/boot/siop.c
1156
scriptaddr = (void *)local_to_PCI((u_long)script);
sys/arch/prep/stand/boot/siop.c
117
xfer->siop_tables.cmd.addr = htoc32(local_to_PCI((u_long)xs->cmd));
sys/arch/prep/stand/boot/siop.c
121
htoc32(local_to_PCI((u_long)xs->data));
sys/arch/prep/stand/boot/siop.c
237
u_long scriptaddr = local_to_PCI((u_long)adp->script);
sys/arch/prep/stand/boot/siop.c
256
if (dsa >= local_to_PCI((u_long)adp->xfer) &&
sys/arch/prep/stand/boot/siop.c
257
dsa < local_to_PCI((u_long)adp->xfer) + SIOP_TABLE_SIZE) {
sys/arch/prep/stand/boot/siop.c
258
dsa -= local_to_PCI((u_long)adp->xfer);
sys/arch/prep/stand/boot/siop.c
287
local_to_PCI((u_long)siop_xfer));
sys/arch/prep/stand/boot/siop.c
394
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/prep/stand/boot/siop.c
419
local_to_PCI((u_long)adp->xfer));
sys/arch/prep/stand/boot/siop.c
514
void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
sys/arch/prep/stand/boot/siop.c
608
void *scriptaddr = (void *)local_to_PCI((u_long)script);
sys/arch/prep/stand/boot/siop.c
656
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/prep/stand/boot/siop.c
687
dsa = local_to_PCI((u_long)xfer);
sys/arch/prep/stand/boot/siop.c
726
void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);