Searched refs:sgptr (Results 1 – 7 of 7) sorted by relevance
234 void *sgptr, bus_addr_t addr,245 void *sgptr, bus_addr_t addr, bus_size_t len, int last) in ahd_sg_setup() argument252 sg = (struct ahd_dma64_seg *)sgptr; in ahd_sg_setup()259 sg = (struct ahd_dma_seg *)sgptr; in ahd_sg_setup()328 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()473 uint32_t sgptr; in ahd_complete_scb() local475 sgptr = aic_le32toh(scb->hscb->sgptr); in ahd_complete_scb()476 if ((sgptr & SG_STATUS_VALID) != 0) in ahd_complete_scb()489 uint32_t sgptr; in ahd_update_residual() local491 sgptr = aic_le32toh(scb->hscb->sgptr); in ahd_update_residual()[all …]
273 uint32_t sgptr; in ahc_update_residual() local275 sgptr = aic_le32toh(scb->hscb->sgptr); in ahc_update_residual()276 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
624 uint32_t sgptr; in ahd_run_data_fifo() local637 sgptr |= LAST_SEG; in ahd_run_data_fifo()669 uint32_t sgptr; in ahd_run_data_fifo() local712 sgptr -= 0x100; in ahd_run_data_fifo()713 sgptr &= ~0xFF; in ahd_run_data_fifo()738 uint32_t sgptr; in ahd_run_data_fifo() local795 sgptr |= LAST_SEG; in ahd_run_data_fifo()4875 uint32_t sgptr; in ahd_handle_ign_wide_residue() local4994 uint32_t sgptr; in ahd_reinitialize_dataptrs() local8349 uint32_t sgptr; in ahd_calc_residual() local[all …]
576 hscb->sgptr = aic_htole32(hscb->sgptr); in ahc_handle_seqint()1551 aic_le32toh(hscb->sgptr), in ahc_print_scb()3662 uint32_t sgptr; in ahc_handle_ign_wide_residue() local3665 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue()3692 sgptr &= SG_PTR_MASK; in ahc_handle_ign_wide_residue()3743 uint32_t sgptr; in ahc_reinitialize_dataptrs() local3754 sgptr &= SG_PTR_MASK; in ahc_reinitialize_dataptrs()6191 uint32_t sgptr; in ahc_calc_residual() local6212 sgptr = aic_le32toh(hscb->sgptr); in ahc_calc_residual()6216 sgptr &= ~SG_RESID_VALID; in ahc_calc_residual()[all …]
981 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()1033 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahc_execute_scb()
476 /*20*/ uint32_t sgptr; member
515 /*36*/ uint32_t sgptr; member