Home
last modified time | relevance | path

Searched refs:qoutfifo (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h229 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset()
500 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
H A Daic7xxx.c334 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()
336 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
348 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL; in ahc_run_qoutfifo()
4511 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init()
4710 &ahc->shared_data_dmamap, (caddr_t *)&ahc->qoutfifo, in ahc_init()
4718 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()
4719 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init()
4726 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init()
4728 ahc->qinfifo = &ahc->qoutfifo[256]; in ahc_init()
6522 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
[all …]
H A Daic7xxxvar.h1031 uint8_t *qoutfifo; member
H A Daic79xx.c882 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo()
6073 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init()
6083 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init()
6087 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE]; in ahd_init()
6413 ahd->qoutfifo[i].valid_tag = 0; in ahd_chip_init()
8385 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256; in ahd_loadseq()
10178 - (uint8_t *)ahd->qoutfifo); in ahd_targetcmd_offset()
10578 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues()
10579 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD); in ahd_check_cmdcmpltqueues()
10580 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues()
H A Daic79xx.h1141 struct ahd_completion *qoutfifo; member
/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg1404 * put into the qoutfifo.
1417 * memory. This includes the qoutfifo and target mode
H A Daic79xx.reg3519 * put into the qoutfifo.
3658 * memory. This includes the qoutfifo and target mode
3666 * position in the qoutfifo.