Home
last modified time | relevance | path

Searched refs:io_mode (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfc_multi_8xx.h117 if (m->io_mode) /* use mode from card config */ in setup_embedded()
118 hc->io_mode = m->io_mode; in setup_embedded()
119 switch (hc->io_mode) { in setup_embedded()
Dhfc_multi.h133 int io_mode; member
148 int io_mode; /* selects mode */ member
Dhfcmulti.c4397 if (m->io_mode) /* use mode from card config */ in setup_pci()
4398 hc->io_mode = m->io_mode; in setup_pci()
4399 switch (hc->io_mode) { in setup_pci()
5047 hc->io_mode = iomode[HFC_cnt]; in hfcmulti_init()
/linux-4.1.27/drivers/gpu/drm/radeon/
Datom.c191 switch (gctx->io_mode) { in atom_get_src_int()
204 if (!(gctx->io_mode & 0x80)) { in atom_get_src_int()
208 if (!gctx->iio[gctx->io_mode & 0x7F]) { in atom_get_src_int()
211 gctx->io_mode & 0x7F); in atom_get_src_int()
216 gctx->iio[gctx->io_mode & 0x7F], in atom_get_src_int()
466 switch (gctx->io_mode) { in atom_put_dst()
483 if (!(gctx->io_mode & 0x80)) { in atom_put_dst()
487 if (!gctx->iio[gctx->io_mode & 0xFF]) { in atom_put_dst()
490 gctx->io_mode & 0x7F); in atom_put_dst()
493 atom_iio_execute(gctx, gctx->iio[gctx->io_mode & 0xFF], in atom_put_dst()
[all …]
Datom.h140 int io_mode; member
/linux-4.1.27/drivers/i2c/busses/
Di2c-qup.c560 u32 io_mode, hw_ver, size; in qup_i2c_probe() local
627 io_mode = readl(qup->base + QUP_IO_MODE); in qup_i2c_probe()
633 size = QUP_OUTPUT_BLOCK_SIZE(io_mode); in qup_i2c_probe()
640 size = QUP_INPUT_BLOCK_SIZE(io_mode); in qup_i2c_probe()
647 size = QUP_OUTPUT_FIFO_SIZE(io_mode); in qup_i2c_probe()
650 size = QUP_INPUT_FIFO_SIZE(io_mode); in qup_i2c_probe()
/linux-4.1.27/drivers/md/
Ddm-cache-target.c143 enum cache_io_mode io_mode; member
672 return f->io_mode == CM_IO_WRITETHROUGH; in writethrough_mode()
677 return f->io_mode == CM_IO_WRITEBACK; in writeback_mode()
682 return f->io_mode == CM_IO_PASSTHROUGH; in passthrough_mode()
2137 cf->io_mode = CM_IO_WRITEBACK; in init_features()
2162 cf->io_mode = CM_IO_WRITEBACK; in parse_features()
2165 cf->io_mode = CM_IO_WRITETHROUGH; in parse_features()
2168 cf->io_mode = CM_IO_PASSTHROUGH; in parse_features()
3120 DMERR("internal error: unknown io mode: %d", (int) cache->features.io_mode); in cache_status()
/linux-4.1.27/drivers/net/ethernet/davicom/
Ddm9000.c110 u8 io_mode; /* 0:word, 2:byte */ member
921 db->io_mode = ior(db, DM9000_ISR) >> 6; /* ISR bit7:6 keeps I/O mode */ in dm9000_init_dm9000()