Searched refs:io_32bit (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dide-devsets.c8 ide_devset_get(io_32bit, io_32bit);
18 drive->io_32bit = arg; set_io_32bit()
152 ide_ext_devset_rw_sync(io_32bit, io_32bit);
H A Dide-io-std.c171 u8 io_32bit = drive->io_32bit; ide_input_data() local
174 if (io_32bit) { ide_input_data()
177 if ((io_32bit & 2) && !mmio) { ide_input_data()
188 if ((io_32bit & 2) && !mmio) ide_input_data()
215 u8 io_32bit = drive->io_32bit; ide_output_data() local
218 if (io_32bit) { ide_output_data()
221 if ((io_32bit & 2) && !mmio) { ide_output_data()
232 if ((io_32bit & 2) && !mmio) ide_output_data()
H A Ddtc2278.c36 * and irq-unmasking is disallowed. If io_32bit is enabled,
101 /* disallow ->io_32bit changes */
H A Dide-taskfile.c286 u8 saved_io_32bit = drive->io_32bit; ide_pio_datablock()
292 drive->io_32bit = 0; ide_pio_datablock()
303 drive->io_32bit = saved_io_32bit; ide_pio_datablock()
H A Dcmd640.c87 * Version 0.96 prevent use of io_32bit when prefetch is off
390 drive->io_32bit = 0; __set_prefetch_mode()
H A Dide-eh.c306 drive->io_32bit = 0; pre_reset()
H A Dide-proc.c265 IDE_PROC_DEVSET(io_32bit, 0, 1 + (SUPPORT_VLB_SYNC << 1)),
H A Dide-probe.c1032 drive->io_32bit = 1; ide_port_for_each_dev()
/linux-4.4.14/include/uapi/linux/
H A Dhdreg.h340 #define HDIO_GET_32BIT 0x0309 /* get current io_32bit setting */
361 #define HDIO_SET_32BIT 0x0324 /* change io_32bit flags */
/linux-4.4.14/include/linux/
H A Dide.h535 u8 io_32bit; /* 0=16-bit, 1=32-bit, 2/3=32bit+sync */ member in struct:ide_drive_s
889 ide_decl_devset(io_32bit); variable

Completed in 349 milliseconds