HomeSort by: relevance | last modified time | path
    Searched defs:atapi (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mmcformat/
uscsilib.h 65 } atapi; member in union:uscsi_addr::__anon076a3679010a
  /src/sys/dev/pci/
pdcide.c 332 u_int32_t idedma_ctl, scr, atapi; local in function:pdc202xx_setup_channel
372 ATADEBUG_PRINT(("pdc202xx_setup_channel %s:%d: ATAPI 0x%x\n",
384 atapi = 0;
386 atapi = PDC262_ATAPI_UDMA;
388 PDC262_ATAPI(channel), atapi);
571 int atapi; local in function:pdc20262_dma_start
574 atapi = (dma_maps->dma_flags & WDC_DMA_READ) ?
576 atapi |= dma_maps->dmamap_xfer->dm_mapsize >> 1;
578 PDC262_ATAPI(channel), atapi);
591 int atapi, error local in function:pdc20262_dma_finish
    [all...]
  /src/sys/sys/
scsiio.h 66 } atapi; member in union:scsi_addr::__anond391dd89010a
  /src/sys/dev/ata/
atavar.h 74 * ATA/ATAPI commands description
76 * This structure defines the interface between the ATA/ATAPI device driver
83 * A separate interface is needed for read/write or ATAPI packet commands
155 int c_dscpoll; /* counter for dsc polling (ATAPI) */
156 int c_lenoff; /* offset to c_bcount (ATAPI) */
157 } atapi; member in union:ata_xfer::__anon6a121983030a
161 #define c_atapi u.atapi
190 #define C_ATAPI 0x0001 /* xfer is ATAPI request */
261 /* High-level functions and structures used by both ATA and ATAPI devices */
359 * as it's used for autoconfig by both ata and atapi drivers
    [all...]

Completed in 84 milliseconds