Searched refs:ap_start (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c112 P->ap_start, P->ap_intr, P->ap_complete);
H A Data_disk.c1245 ata_pktp->ap_start = func;
1252 * ap_start function is called.
1316 ata_pktp->ap_start = ata_disk_start;
1598 ata_pktp->ap_start = ata_disk_start_dma_in;
1602 ata_pktp->ap_start = ata_disk_start_pio_in;
1611 ata_pktp->ap_start = ata_disk_start_dma_out;
1615 ata_pktp->ap_start = ata_disk_start_pio_out;
1648 ata_pktp->ap_start = ata_disk_start_dma_in;
1652 ata_pktp->ap_start = ata_disk_start_pio_in;
1662 ata_pktp->ap_start
[all...]
H A Datapi.c849 ata_pktp->ap_start = atapi_fsm_start;
1195 arq_pktp->ap_start = atapi_fsm_start;
H A Data_common.h611 int (*ap_start)(ata_ctl_t *ata_ctlp, ata_drv_t *ata_drvp, member in struct:ata_pkt
H A Data_common.c2473 rc = (*ata_pktp->ap_start)(ata_ctlp, ata_drvp, ata_pktp);
2665 return ((*arq_pktp->ap_start)(ata_ctlp, ata_drvp, arq_pktp));
3248 ata_pktp->ap_start = func;
3254 * ap_start function is called.
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.h194 uint32_t ap_start; /* 80h - 83h */ member in struct:audiots_processor
H A Daudiots.c90 * returns ap_start. Just set the ap_stop register with the
91 * channels you want to stop. The same goes for ap_start.
1340 ddi_put32(handle, &regs->aud_regs.ap_start, port->tp_dma_mask);

Completed in 91 milliseconds