Home
last modified time | relevance | path

Searched refs:DDI_DEV_NO_AUTOINCR (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.S234 cmp DDI_DEV_NO_AUTOINCR, %o4; \
327 cmp DDI_DEV_NO_AUTOINCR, %o4; \
412 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
420 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
428 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
436 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
464 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
472 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
480 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
488 set DDI_DEV_NO_AUTOINCR, %o4 /* Set flag to DDI_DEV_NO_AUTOINCR */
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi_fsm.c290 ata_pktp->ap_cdb_len >> 1, DDI_DEV_NO_AUTOINCR); in atapi_send_cdb()
412 ata_ctlp->ac_data, xfer_words, DDI_DEV_NO_AUTOINCR); in atapi_pio_data_in()
490 ata_ctlp->ac_data, xfer_words, DDI_DEV_NO_AUTOINCR); in atapi_pio_data_out()
H A Data_disk.c2547 ata_ctlp->ac_data, (count >> 1), DDI_DEV_NO_AUTOINCR); in ata_disk_pio_xfer_data_in()
2585 ata_ctlp->ac_data, (count >> 1), DDI_DEV_NO_AUTOINCR); in ata_disk_pio_xfer_data_out()
H A Data_common.c1701 NBPSCTR >> 1, DDI_DEV_NO_AUTOINCR); in ata_id_common()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c150 printf("#define\tDDI_DEV_NO_AUTOINCR %d\n", DDI_DEV_NO_AUTOINCR); in main()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c85 cnt, DDI_DEV_NO_AUTOINCR); in ipw2100_csr_rep_get16()
113 cnt, DDI_DEV_NO_AUTOINCR); in ipw2100_csr_rep_put8()
/illumos-gate/usr/src/uts/intel/os/
H A Dddi_i86.c1794 repcount, DDI_DEV_NO_AUTOINCR); in ddi_io_rep_get8()
1803 repcount, DDI_DEV_NO_AUTOINCR); in ddi_io_rep_get16()
1812 repcount, DDI_DEV_NO_AUTOINCR); in ddi_io_rep_get32()
1829 repcount, DDI_DEV_NO_AUTOINCR); in ddi_io_rep_put8()
1838 repcount, DDI_DEV_NO_AUTOINCR); in ddi_io_rep_put16()
1847 repcount, DDI_DEV_NO_AUTOINCR); in ddi_io_rep_put32()
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c4688 (spkt->satapkt_cmd.satacmd_acdb_len >> 1), DDI_DEV_NO_AUTOINCR); in nv_start_pkt_pio()
4783 (ushort_t *)nvp->nvp_data, (count >> 1), DDI_DEV_NO_AUTOINCR); in nv_intr_pio_in()
4885 (ushort_t *)nvp->nvp_data, (count >> 1), DDI_DEV_NO_AUTOINCR); in nv_intr_pio_out()
5030 DDI_DEV_NO_AUTOINCR); in nv_intr_pkt_pio()
5105 DDI_DEV_NO_AUTOINCR); in nv_intr_pkt_pio()
5124 DDI_DEV_NO_AUTOINCR); in nv_intr_pkt_pio()
6367 (cdb_len >> 1), DDI_DEV_NO_AUTOINCR); in nv_start_rqsense_pio()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h1056 #define CS_DEV_NO_AUTOINCR DDI_DEV_NO_AUTOINCR
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1889 #define DDI_DEV_NO_AUTOINCR 0x0000 macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/
H A Dpvscsi.c160 len, DDI_DEV_NO_AUTOINCR); in pvscsi_write_cmd_desc()