Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dex-entry.S105 mfsr $p0, $ITYPE
117 mfsr $r2, $ITYPE
/OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S427 mfsr $r28, EIT_ITYPE ! $ir2 $ITYPE
437 mfsr $r28, EIT_PREV_ITYPE ! $ir8 prev $ITYPE
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c301 #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()
3347 if (!bdev || ITYPE(drive_state[cnt].fd_device) != type) in set_geometry()
3456 int type = ITYPE(drive_state[drive].fd_device); in fd_getgeo()
3492 int type = ITYPE(drive_state[drive].fd_device); in fd_locked_ioctl()
3767 type = ITYPE(drive_state[drive].fd_device); in compat_set_geometry()
3783 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device), in compat_get_prm()
4671 if (ITYPE(i)) in do_floppy_init()
4672 floppy_sizes[i] = floppy_type[ITYPE(i)].size; in do_floppy_init()