Home
last modified time | relevance | path

Searched refs:HDIO_SET_32BIT (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dhdreg.h361 #define HDIO_SET_32BIT 0x0324 /* change io_32bit flags */ macro
/linux-3.4.99/drivers/ide/
Dide-ioctls.c11 { HDIO_GET_32BIT, HDIO_SET_32BIT, &ide_devset_io_32bit },
/linux-3.4.99/Documentation/ioctl/
Dhdio.txt45 HDIO_SET_32BIT change io_32bit flags
783 HDIO_SET_32BIT setting.
845 HDIO_SET_32BIT change io_32bit flags
850 ioctl(fd, HDIO_SET_32BIT, val);
/linux-3.4.99/block/
Dcompat_ioctl.c626 case HDIO_SET_32BIT: in compat_blkdev_driver_ioctl()