Searched refs:io32bit (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1044 static unsigned long io32bit; variable
1527 print_flag(get_io32bit, "32-bit IO_support flag", io32bit);
1528 ioctl_or_warn(fd, HDIO_SET_32BIT, (int *)io32bit);
1947 if (c == 'c') parse_opts(&get_io32bit, &set_io32bit, &io32bit, 0, INT_MAX /*8*/);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c72 static int set_io32bit = 0, get_io32bit = 0, io32bit = 0; variable
1605 printf(" setting 32-bit IO_support flag to %d\n", io32bit);
1606 if (ioctl(fd, HDIO_SET_32BIT, io32bit)) {
2776 case GET_SET_PARM('c',"32-bit-IO",io32bit,0,3);

Completed in 121 milliseconds