Home
last modified time | relevance | path

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

/Linux-v5.15/arch/nds32/kernel/
Dex-entry.S105 mfsr $p0, $ITYPE
117 mfsr $r2, $ITYPE
/Linux-v5.15/drivers/block/
Dfloppy.c299 #define ITYPE(x) (((x) >> 2) & 0x1f) macro
607 return !current_type[drive] && !ITYPE(drive_state[drive].fd_device); in drive_no_geom()
2109 int type = ITYPE(drive_state[drive].fd_device); in set_floppy()
3225 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type) in set_geometry()
3334 int type = ITYPE(drive_state[drive].fd_device); in fd_getgeo()
3370 int type = ITYPE(drive_state[drive].fd_device); in fd_locked_ioctl()
3655 type = ITYPE(drive_state[drive].fd_device); in compat_set_geometry()
3671 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device), in compat_get_prm()
4023 set_capacity(disks[drive][ITYPE(new_dev)], floppy_sizes[new_dev]); in floppy_open()
4582 if (ITYPE(i)) in do_floppy_init()
[all …]