Home
last modified time | relevance | path

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

/Linux-v4.19/arch/nds32/kernel/
Dex-entry.S84 mfsr $p0, $ITYPE
96 mfsr $r2, $ITYPE
/Linux-v4.19/drivers/block/
Dfloppy.c301 #define ITYPE(x) (((x) >> 2) & 0x1f) macro
608 return !current_type[drive] && !ITYPE(UDRS->fd_device); in drive_no_geom()
2066 int type = ITYPE(UDRS->fd_device); in set_floppy()
3266 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type) in set_geometry()
3375 int type = ITYPE(drive_state[drive].fd_device); in fd_getgeo()
3393 int type = ITYPE(UDRS->fd_device); in fd_locked_ioctl()
3675 type = ITYPE(UDRS->fd_device); in compat_set_geometry()
3691 err = get_floppy_geometry(drive, ITYPE(UDRS->fd_device), &p); in compat_get_prm()
4564 if (ITYPE(i)) in do_floppy_init()
4565 floppy_sizes[i] = floppy_type[ITYPE(i)].size; in do_floppy_init()