HomeSort by: relevance | last modified time | path
    Searched defs:scriptaddr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
siop.c 253 #define CALL_SCRIPT(ent) writel(adp->addr + SIOP_DSP, scriptaddr + ent);
260 u_long scriptaddr = local_to_PCI((u_long)adp->script); local in function:siop_intr
361 readl(adp->addr + SIOP_DSP) - scriptaddr);
392 readl(adp->addr + SIOP_DSP) - scriptaddr);
481 writel(adp->addr + SIOP_DSP, scriptaddr + Ent_script_sched);
486 writel(adp->addr + SIOP_DSP, scriptaddr + Ent_script_sched);
535 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); local in function:siop_scsi_request
544 htoc32(scriptaddr + Ent_lunsw_return);
629 void *scriptaddr = (void *)local_to_PCI((u_long)script); local in function:siop_start
681 htoc32(scriptaddr + Ent_script_sched_slot0 + slot * 8)
747 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); local in function:siop_add_reselsw
1178 void *scriptaddr; local in function:siop_init
    [all...]
  /src/sys/arch/prep/stand/boot/
siop.c 230 #define CALL_SCRIPT(ent) writel(adp->addr + SIOP_DSP, scriptaddr + ent);
237 u_long scriptaddr = local_to_PCI((u_long)adp->script); local in function:siop_intr
340 readl(adp->addr + SIOP_DSP) - scriptaddr);
371 readl(adp->addr + SIOP_DSP) - scriptaddr);
460 writel(adp->addr + SIOP_DSP, scriptaddr + Ent_script_sched);
465 writel(adp->addr + SIOP_DSP, scriptaddr + Ent_script_sched);
514 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); local in function:siop_scsi_request
523 htoc32(scriptaddr + Ent_lunsw_return);
608 void *scriptaddr = (void *)local_to_PCI((u_long)script); local in function:siop_start
660 htoc32(scriptaddr + Ent_script_sched_slot0 + slot * 8)
726 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script); local in function:siop_add_reselsw
1140 void *scriptaddr; local in function:siop_init
    [all...]

Completed in 13 milliseconds