Searched refs:io_mode (Results 1 – 8 of 8) sorted by relevance
117 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()
133 int io_mode; member148 int io_mode; /* selects mode */ member
4397 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()
191 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 …]
140 int io_mode; member
560 u32 io_mode, hw_ver, size; in qup_i2c_probe() local627 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()
143 enum cache_io_mode io_mode; member672 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()
110 u8 io_mode; /* 0:word, 2:byte */ member921 db->io_mode = ior(db, DM9000_ISR) >> 6; /* ISR bit7:6 keeps I/O mode */ in dm9000_init_dm9000()