Home
last modified time | relevance | path

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

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq873 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 2;
959 test SCB_SGPTR, SG_LIST_NULL jnz . + 3;
1059 test SCB_SGPTR, SG_LIST_NULL jnz complete; /* No xfer */
1061 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jz upload_scb;
1153 or SCB_SGPTR, SG_LIST_NULL ret;
1397 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1428 test SCB_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1476 * if SG_LIST_NULL is not yet set, thus there cannot be
1479 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz data_phase_finish;
1561 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL ret;
[all …]
H A Daic7xxx.seq890 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz data_phase_inbounds;
982 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL;
1056 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 4;
1183 or SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL;
1306 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jnz residual_update_done;
1589 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz . + 2;
1659 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */
1661 test SCB_RESIDUAL_SGPTR, SG_LIST_NULL jz upload_scb;
1746 test SCB_RESIDUAL_SGPTR[0], SG_LIST_NULL jz mesgin_sdptrs_full;
1747 or SCB_SGPTR, SG_LIST_NULL;
H A Daic7xxx_reg.h1639 #define SG_LIST_NULL 0x01 macro
H A Daic79xx.reg3781 field SG_LIST_NULL 0x01 /* In the first byte */
3859 field SG_LIST_NULL 0x01 /* In the first byte */
H A Daic7xxx.reg1062 field SG_LIST_NULL 0x01 /* In the first byte */
H A Daic79xx_reg.h3689 #define SG_LIST_NULL 0x01 macro
/netbsd/sys/dev/ic/
H A Daic79xx.c448 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo()
451 & SG_LIST_NULL) != 0)) { in ahd_flush_qoutfifo()
688 sgptr | SG_LIST_NULL); in ahd_run_data_fifo()
793 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL); in ahd_run_data_fifo()
4780 if ((sgptr & SG_LIST_NULL) != 0 in ahd_handle_ign_wide_residue()
4797 if ((sgptr & SG_LIST_NULL) != 0) { in ahd_handle_ign_wide_residue()
8073 if ((sgptr & SG_LIST_NULL) != 0) in ahd_calc_residual()
8088 } else if ((resid_sgptr & SG_LIST_NULL) != 0) { in ahd_calc_residual()
H A Daic79xx_inline.h323 scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); in ahd_setup_noxfer_scb()
H A Daic7xxx_osm.c580 scb->hscb->sgptr = ahc_htole32(SG_LIST_NULL); in ahc_execute_scb()
H A Daic7xxx.c3591 if ((sgptr & SG_LIST_NULL) != 0 in ahc_handle_ign_wide_residue()
6107 if ((sgptr & SG_LIST_NULL) != 0) in ahc_calc_residual()
6116 } else if ((resid_sgptr & SG_LIST_NULL) != 0) { in ahc_calc_residual()