Searched refs:sync_mode (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/
H A Ddc395x.c286 u8 sync_mode; /* 0:async mode */ member in struct:DeviceCtlBlk
1280 dcb->sync_mode &= ~(SYNC_NEGO_DONE + WIDE_NEGO_DONE);
1289 dcb->sync_mode &= ~WIDE_NEGO_ENABLE;
1560 && (((dcb->sync_mode & WIDE_NEGO_ENABLE)
1561 && !(dcb->sync_mode & WIDE_NEGO_DONE))
1562 || ((dcb->sync_mode & SYNC_NEGO_ENABLE)
1563 && !(dcb->sync_mode & SYNC_NEGO_DONE)))
1570 if (dcb->sync_mode & WIDE_NEGO_ENABLE
1576 if (dcb->sync_mode & SYNC_NEGO_ENABLE
1581 if (dcb->sync_mode
[all...]
/drivers/scsi/aacraid/
H A Dsrc.c212 if (!dev->sync_mode || command != SEND_SYNCHRONOUS_FIB) {
640 if (!dev->sync_mode) {
771 if (!dev->sync_mode) {
H A Dcomminit.c349 dev->sync_mode = aac_sync_mode;
363 dev->sync_mode = 1;
H A Dsa.c388 dev->sync_mode = 0; /* sync. mode not supported */
H A Drx.c646 dev->sync_mode = 0; /* sync. mode not supported */
H A Daacraid.h1134 int sync_mode; member in struct:aac_dev
H A Dlinit.c1172 if (aac->sync_mode) {
H A Dcommsup.c516 if (dev->sync_mode) {
/drivers/usb/musb/
H A Dtusb6010_omap.c350 dma_params.sync_mode = OMAP_DMA_SYNC_FRAME;
367 dma_params.sync_mode = OMAP_DMA_SYNC_FRAME;
/drivers/media/video/omap3isp/
H A Disphist.c76 hist->dma_config.sync_mode = OMAP_DMA_SYNC_ELEMENT;
/drivers/usb/gadget/
H A Domap_udc.c535 const int sync_mode = cpu_is_omap15xx() local
549 length, 1, sync_mode, dma_trigger, 0);
555 ep->ep.maxpacket >> 1, length, sync_mode,
/drivers/tty/
H A Dsynclink_gt.c456 static void sync_mode(struct slgt_info *info);
2522 sync_mode(info);
4263 static void sync_mode(struct slgt_info *info) function

Completed in 256 milliseconds