io_mode           775 drivers/dma/sun4i-dma.c 	u8 ram_type, io_mode, linear_mode;
io_mode           794 drivers/dma/sun4i-dma.c 		io_mode = SUN4I_DDMA_ADDR_MODE_IO;
io_mode           798 drivers/dma/sun4i-dma.c 		io_mode = SUN4I_NDMA_ADDR_MODE_IO;
io_mode           805 drivers/dma/sun4i-dma.c 			    SUN4I_DMA_CFG_DST_ADDR_MODE(io_mode) |
io_mode           812 drivers/dma/sun4i-dma.c 			    SUN4I_DMA_CFG_SRC_ADDR_MODE(io_mode);
io_mode           190 drivers/gpu/drm/amd/amdgpu/atom.c 		switch (gctx->io_mode) {
io_mode           201 drivers/gpu/drm/amd/amdgpu/atom.c 			if (!(gctx->io_mode & 0x80)) {
io_mode           205 drivers/gpu/drm/amd/amdgpu/atom.c 			if (!gctx->iio[gctx->io_mode & 0x7F]) {
io_mode           207 drivers/gpu/drm/amd/amdgpu/atom.c 					gctx->io_mode & 0x7F);
io_mode           212 drivers/gpu/drm/amd/amdgpu/atom.c 					     gctx->iio[gctx->io_mode & 0x7F],
io_mode           462 drivers/gpu/drm/amd/amdgpu/atom.c 		switch (gctx->io_mode) {
io_mode           477 drivers/gpu/drm/amd/amdgpu/atom.c 			if (!(gctx->io_mode & 0x80)) {
io_mode           481 drivers/gpu/drm/amd/amdgpu/atom.c 			if (!gctx->iio[gctx->io_mode & 0xFF]) {
io_mode           483 drivers/gpu/drm/amd/amdgpu/atom.c 					gctx->io_mode & 0x7F);
io_mode           486 drivers/gpu/drm/amd/amdgpu/atom.c 			atom_iio_execute(gctx, gctx->iio[gctx->io_mode & 0xFF],
io_mode           894 drivers/gpu/drm/amd/amdgpu/atom.c 			ctx->ctx->io_mode = ATOM_IO_MM;
io_mode           896 drivers/gpu/drm/amd/amdgpu/atom.c 			ctx->ctx->io_mode = ATOM_IO_IIO | port;
io_mode           900 drivers/gpu/drm/amd/amdgpu/atom.c 		ctx->ctx->io_mode = ATOM_IO_PCI;
io_mode           904 drivers/gpu/drm/amd/amdgpu/atom.c 		ctx->ctx->io_mode = ATOM_IO_SYSIO;
io_mode          1274 drivers/gpu/drm/amd/amdgpu/atom.c 	ctx->io_mode = ATOM_IO_MM;
io_mode           141 drivers/gpu/drm/amd/amdgpu/atom.h 	int io_mode;
io_mode           196 drivers/gpu/drm/radeon/atom.c 		switch (gctx->io_mode) {
io_mode           207 drivers/gpu/drm/radeon/atom.c 			if (!(gctx->io_mode & 0x80)) {
io_mode           211 drivers/gpu/drm/radeon/atom.c 			if (!gctx->iio[gctx->io_mode & 0x7F]) {
io_mode           213 drivers/gpu/drm/radeon/atom.c 					gctx->io_mode & 0x7F);
io_mode           218 drivers/gpu/drm/radeon/atom.c 					     gctx->iio[gctx->io_mode & 0x7F],
io_mode           468 drivers/gpu/drm/radeon/atom.c 		switch (gctx->io_mode) {
io_mode           483 drivers/gpu/drm/radeon/atom.c 			if (!(gctx->io_mode & 0x80)) {
io_mode           487 drivers/gpu/drm/radeon/atom.c 			if (!gctx->iio[gctx->io_mode & 0xFF]) {
io_mode           489 drivers/gpu/drm/radeon/atom.c 					gctx->io_mode & 0x7F);
io_mode           492 drivers/gpu/drm/radeon/atom.c 			atom_iio_execute(gctx, gctx->iio[gctx->io_mode & 0xFF],
io_mode           865 drivers/gpu/drm/radeon/atom.c 			ctx->ctx->io_mode = ATOM_IO_MM;
io_mode           867 drivers/gpu/drm/radeon/atom.c 			ctx->ctx->io_mode = ATOM_IO_IIO | port;
io_mode           871 drivers/gpu/drm/radeon/atom.c 		ctx->ctx->io_mode = ATOM_IO_PCI;
io_mode           875 drivers/gpu/drm/radeon/atom.c 		ctx->ctx->io_mode = ATOM_IO_SYSIO;
io_mode          1231 drivers/gpu/drm/radeon/atom.c 	ctx->io_mode = ATOM_IO_MM;
io_mode           139 drivers/gpu/drm/radeon/atom.h 	int io_mode;
io_mode           962 drivers/i2c/busses/i2c-qup.c 	u32 io_mode = QUP_REPACK_EN;
io_mode           970 drivers/i2c/busses/i2c-qup.c 		io_mode |= QUP_OUTPUT_BLK_MODE;
io_mode           980 drivers/i2c/busses/i2c-qup.c 			io_mode |= QUP_INPUT_BLK_MODE;
io_mode           992 drivers/i2c/busses/i2c-qup.c 	writel(io_mode, qup->base + QUP_IO_MODE);
io_mode          1163 drivers/i2c/busses/i2c-qup.c 	u32 io_mode = QUP_REPACK_EN;
io_mode          1166 drivers/i2c/busses/i2c-qup.c 		io_mode |= QUP_OUTPUT_BLK_MODE;
io_mode          1173 drivers/i2c/busses/i2c-qup.c 		io_mode |= QUP_INPUT_BLK_MODE;
io_mode          1179 drivers/i2c/busses/i2c-qup.c 	writel(io_mode, qup->base + QUP_IO_MODE);
io_mode          1669 drivers/i2c/busses/i2c-qup.c 	u32 io_mode, hw_ver, size;
io_mode          1820 drivers/i2c/busses/i2c-qup.c 	io_mode = readl(qup->base + QUP_IO_MODE);
io_mode          1826 drivers/i2c/busses/i2c-qup.c 	size = QUP_OUTPUT_BLOCK_SIZE(io_mode);
io_mode          1833 drivers/i2c/busses/i2c-qup.c 	size = QUP_INPUT_BLOCK_SIZE(io_mode);
io_mode          1857 drivers/i2c/busses/i2c-qup.c 	size = QUP_OUTPUT_FIFO_SIZE(io_mode);
io_mode          1860 drivers/i2c/busses/i2c-qup.c 	size = QUP_INPUT_FIFO_SIZE(io_mode);
io_mode           134 drivers/isdn/hardware/mISDN/hfc_multi.h 	int io_mode;
io_mode           149 drivers/isdn/hardware/mISDN/hfc_multi.h 	int		io_mode; /* selects mode */
io_mode           118 drivers/isdn/hardware/mISDN/hfc_multi_8xx.h 	if (m->io_mode) /* use mode from card config */
io_mode           119 drivers/isdn/hardware/mISDN/hfc_multi_8xx.h 		hc->io_mode = m->io_mode;
io_mode           120 drivers/isdn/hardware/mISDN/hfc_multi_8xx.h 	switch (hc->io_mode) {
io_mode          4379 drivers/isdn/hardware/mISDN/hfcmulti.c 	if (m->io_mode) /* use mode from card config */
io_mode          4380 drivers/isdn/hardware/mISDN/hfcmulti.c 		hc->io_mode = m->io_mode;
io_mode          4381 drivers/isdn/hardware/mISDN/hfcmulti.c 	switch (hc->io_mode) {
io_mode          5029 drivers/isdn/hardware/mISDN/hfcmulti.c 	hc->io_mode = iomode[HFC_cnt];
io_mode           354 drivers/md/dm-cache-target.c 	enum cache_io_mode io_mode;
io_mode           513 drivers/md/dm-cache-target.c 	return cache->features.io_mode == CM_IO_WRITETHROUGH;
io_mode           518 drivers/md/dm-cache-target.c 	return cache->features.io_mode == CM_IO_WRITEBACK;
io_mode           523 drivers/md/dm-cache-target.c 	return unlikely(cache->features.io_mode == CM_IO_PASSTHROUGH);
io_mode          2215 drivers/md/dm-cache-target.c 	cf->io_mode = CM_IO_WRITEBACK;
io_mode          2242 drivers/md/dm-cache-target.c 			cf->io_mode = CM_IO_WRITEBACK;
io_mode          2247 drivers/md/dm-cache-target.c 			cf->io_mode = CM_IO_WRITETHROUGH;
io_mode          2252 drivers/md/dm-cache-target.c 			cf->io_mode = CM_IO_PASSTHROUGH;
io_mode          3131 drivers/md/dm-cache-target.c 		      cache_device_name(cache), (int) cf->io_mode);
io_mode           101 drivers/net/ethernet/davicom/dm9000.c 	u8		io_mode;		/* 0:word, 2:byte */
io_mode           914 drivers/net/ethernet/davicom/dm9000.c 	db->io_mode = ior(db, DM9000_ISR) >> 6;	/* ISR bit7:6 keeps I/O mode */
io_mode           186 sound/soc/qcom/qdsp6/q6asm.c 	uint32_t io_mode;
io_mode           597 sound/soc/qcom/qdsp6/q6asm.c 		if (ac->io_mode & ASM_SYNC_IO_MODE) {
io_mode           626 sound/soc/qcom/qdsp6/q6asm.c 		if (ac->io_mode & ASM_SYNC_IO_MODE) {
io_mode           786 sound/soc/qcom/qdsp6/q6asm.c 	ac->io_mode = ASM_SYNC_IO_MODE;
io_mode           889 sound/soc/qcom/qdsp6/q6asm.c 	ac->io_mode |= ASM_TUN_WRITE_IO_MODE;