Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_inline.h236 void *sgptr, bus_addr_t addr,
247 void *sgptr, bus_addr_t addr, bus_size_t len, int last) in ahd_sg_setup() argument
254 sg = (struct ahd_dma64_seg *)sgptr; in ahd_sg_setup()
261 sg = (struct ahd_dma_seg *)sgptr; in ahd_sg_setup()
330 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
475 uint32_t sgptr; in ahd_complete_scb() local
477 sgptr = aic_le32toh(scb->hscb->sgptr); in ahd_complete_scb()
478 if ((sgptr & SG_STATUS_VALID) != 0) in ahd_complete_scb()
491 uint32_t sgptr; in ahd_update_residual() local
493 sgptr = aic_le32toh(scb->hscb->sgptr); in ahd_update_residual()
[all …]
H A Daic7xxx_inline.h275 uint32_t sgptr; in ahc_update_residual() local
277 sgptr = aic_le32toh(scb->hscb->sgptr); in ahc_update_residual()
278 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
H A Daic79xx.c625 uint32_t sgptr; in ahd_run_data_fifo() local
638 sgptr |= LAST_SEG; in ahd_run_data_fifo()
670 uint32_t sgptr; in ahd_run_data_fifo() local
713 sgptr -= 0x100; in ahd_run_data_fifo()
714 sgptr &= ~0xFF; in ahd_run_data_fifo()
739 uint32_t sgptr; in ahd_run_data_fifo() local
796 sgptr |= LAST_SEG; in ahd_run_data_fifo()
4876 uint32_t sgptr; in ahd_handle_ign_wide_residue() local
5004 uint32_t sgptr; in ahd_reinitialize_dataptrs() local
8359 uint32_t sgptr; in ahd_calc_residual() local
[all …]
H A Daic7xxx.c577 hscb->sgptr = aic_htole32(hscb->sgptr); in ahc_handle_seqint()
1552 aic_le32toh(hscb->sgptr), in ahc_print_scb()
3663 uint32_t sgptr; in ahc_handle_ign_wide_residue() local
3666 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue()
3697 sgptr &= SG_PTR_MASK; in ahc_handle_ign_wide_residue()
3750 uint32_t sgptr; in ahc_reinitialize_dataptrs() local
3761 sgptr &= SG_PTR_MASK; in ahc_reinitialize_dataptrs()
6199 uint32_t sgptr; in ahc_calc_residual() local
6220 sgptr = aic_le32toh(hscb->sgptr); in ahc_calc_residual()
6224 sgptr &= ~SG_RESID_VALID; in ahc_calc_residual()
[all …]
H A Daic7xxx_osm.c972 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()
1029 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahc_execute_scb()
H A Daic7xxx.h478 /*20*/ uint32_t sgptr; member
H A Daic79xx.h517 /*36*/ uint32_t sgptr; member