Searched refs:qoutfifo (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/dev/aic7xxx/ |
| HD | aic79xx_inline.h | 417 - (uint8_t *)ahd->qoutfifo); in ahd_targetcmd_offset() 873 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues() 874 /*len*/sizeof(*ahd->qoutfifo), BUS_DMASYNC_POSTREAD); in ahd_check_cmdcmpltqueues() 875 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues()
|
| HD | aic7xxx_inline.h | 220 return (((uint8_t *)&ahc->targetcmds[index]) - ahc->qoutfifo); in ahc_targetcmd_offset() 549 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
|
| HD | aic7xxx.c | 319 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo() 321 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo() 333 *((uint32_t *)(&ahc->qoutfifo[modnext])) = 0xFFFFFFFFUL; in ahc_run_qoutfifo() 4062 aic_dmamem_free(ahc, ahc->shared_data_dmat, ahc->qoutfifo, in ahc_free() 4712 ahc->qoutfifo[i] = SCB_LIST_NULL; in ahc_chip_init() 4944 (void **)&ahc->qoutfifo, in ahc_init() 4954 ahc->qoutfifo, driver_data_size, ahc_dmamap_cb, in ahc_init() 4958 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init() 4959 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[AHC_TMODE_CMDS]; in ahc_init() 4966 ahc->qoutfifo = (uint8_t *)&ahc->targetcmds[256]; in ahc_init() [all …]
|
| HD | aic7xxx.h | 1041 uint8_t *qoutfifo; member
|
| HD | aic79xx.h | 1199 struct ahd_completion *qoutfifo; member
|
| HD | aic7xxx.reg | 1403 * put into the qoutfifo. 1416 * memory. This includes the qoutfifo and target mode
|
| HD | aic79xx.c | 864 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo() 5421 aic_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo, in ahd_free() 6378 driver_data_size = AHD_SCB_MAX * sizeof(*ahd->qoutfifo) in ahd_init() 6413 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init() 6414 next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE]; in ahd_init() 6748 ahd->qoutfifo[i].valid_tag = 0; in ahd_chip_init() 8716 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256; in ahd_loadseq()
|
| HD | aic79xx.reg | 3518 * put into the qoutfifo. 3657 * memory. This includes the qoutfifo and target mode 3665 * position in the qoutfifo.
|