Home
last modified time | relevance | path

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

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