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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c290 #define ITYPE(x) (((x)>>2) & 0x1f) macro
2142 int type = ITYPE(UDRS->fd_device);
3315 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type)
3418 int type = ITYPE(drive_state[drive].fd_device);
3440 int i, type = ITYPE(UDRS->fd_device);
3785 (!ITYPE(UDRS->fd_device) && !current_type[drive]))
3855 #define NO_GEOM (!current_type[drive] && !ITYPE(UDRS->fd_device))
4197 if (ITYPE(i))
4198 floppy_sizes[i] = floppy_type[ITYPE(i)].size;

Completed in 54 milliseconds