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

/linux-4.1.27/drivers/block/
H A Dfloppy.c296 #define ITYPE(x) (((x) >> 2) & 0x1f) macro
603 return !current_type[drive] && !ITYPE(UDRS->fd_device); drive_no_geom()
2060 int type = ITYPE(UDRS->fd_device); set_floppy()
3258 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type) set_geometry()
3367 int type = ITYPE(drive_state[drive].fd_device); fd_getgeo()
3385 int type = ITYPE(UDRS->fd_device); fd_locked_ioctl()
4225 if (ITYPE(i)) do_floppy_init()
4226 floppy_sizes[i] = floppy_type[ITYPE(i)].size; do_floppy_init()

Completed in 201 milliseconds