Searched refs:RESTART (Results 1 - 5 of 5) sorted by relevance

/drivers/i2c/busses/
H A Di2c-intel-mid.c99 #define RESTART (1 << 5) /* Send a Restart condition */ macro
406 writel((i2c->speed + 1) << 1 | SLV_DIS | RESTART | MASTER_EN,
479 "RESTART disabled and master sent READ cmd in 10-bit addressing.\n");
483 "RESTART disabled and user is trying to send START byte.\n");
485 writel(RESTART, i2c->base + IC_CON);
655 if ((reg & RESTART) != RESTART) {
657 writel(reg | RESTART, i2c->base + IC_CON);
/drivers/mmc/host/
H A Dbfin_sdh.c156 dma_cfg |= DMAFLOW_ARRAY | NDSIZE_5 | RESTART | WDSIZE_32 | DMAEN;
/drivers/spi/
H A Dspi-bfin5xx.c722 (DMAFLOW_AUTO | RESTART | dma_width | DI_EN);
740 dma_config = (RESTART | dma_width | DI_EN);
/drivers/net/tokenring/
H A Dibmtr.c1241 ti->open_action = RESTART;
1856 if ( ti->open_action == RESTART){
/drivers/ata/
H A Dpata_bf54x.c837 unsigned short config = DMAFLOW_ARRAY | NDSIZE_5 | RESTART | WDSIZE_16 | DMAEN;

Completed in 489 milliseconds