Home
last modified time | relevance | path

Searched refs:SG_LIST_NULL (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq1068 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 2;
1154 test SCB_SGPTR, SG_LIST_NULL jnz . + 3;
1250 test SCB_SGPTR, SG_LIST_NULL jnz complete; /* No xfer */
1252 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jz upload_scb;
1365 or SCB_SGPTR, SG_LIST_NULL ret;
1645 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1676 test SCB_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1724 * if SG_LIST_NULL is not yet set, thus there cannot be
1727 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz data_phase_finish;
1809 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL ret;
[all …]
H A Daic7xxx.seq891 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz data_phase_inbounds;
981 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL;
1053 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL
1188 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL;
1308 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jnz residual_update_done;
1591 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 2;
1661 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */
1663 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jz upload_scb;
1748 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz mesgin_sdptrs_full;
1749 or SCB_SGPTR, SG_LIST_NULL;
H A Daic7xxx_reg.h1631 #define SG_LIST_NULL 0x01 macro
H A Daic79xx.reg3818 field SG_LIST_NULL 0x01 /* In the first byte */
3896 field SG_LIST_NULL 0x01 /* In the first byte */
H A Daic7xxx.reg1063 field SG_LIST_NULL 0x01 /* In the first byte */
H A Daic79xx_reg.h3736 #define SG_LIST_NULL 0x01 macro
/openbsd/sys/dev/ic/
H A Daic7xxx_openbsd.c362 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahc_execute_scb()
H A Daic79xx.c463 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo()
466 & SG_LIST_NULL) != 0)) { in ahd_flush_qoutfifo()
740 sgptr | SG_LIST_NULL); in ahd_run_data_fifo()
844 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL); in ahd_run_data_fifo()
4886 if ((sgptr & SG_LIST_NULL) != 0 in ahd_handle_ign_wide_residue()
4903 if ((sgptr & SG_LIST_NULL) != 0) { in ahd_handle_ign_wide_residue()
8105 if ((sgptr & SG_LIST_NULL) != 0) in ahd_calc_residual()
8120 } else if ((resid_sgptr & SG_LIST_NULL) != 0) { in ahd_calc_residual()
10110 scb->hscb->sgptr = aic_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
H A Daic7xxx.c3632 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue()
3650 if ((sgptr & SG_LIST_NULL) != 0) { in ahc_handle_ign_wide_residue()
5934 if ((sgptr & SG_LIST_NULL) != 0) in ahc_calc_residual()
5943 } else if ((resid_sgptr & SG_LIST_NULL) != 0) { in ahc_calc_residual()