Searched refs:ITYPE (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/audio/ |
H A D | mixeng.c | 39 #define ITYPE int macro 49 #undef ITYPE 54 #define ITYPE uint macro 62 #undef ITYPE 70 #define ITYPE int macro 89 #undef ITYPE 94 #define ITYPE uint macro 111 #undef ITYPE 116 #define ITYPE int macro 135 #undef ITYPE [all …]
|
H A D | mixeng_template.h | 34 #define ET glue (ENDIAN_CONVERSION, glue (glue (glue (_, ITYPE), BSIZE), _t)) 35 #define IN_T glue (glue (ITYPE, BSIZE), _t)
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ |
H A D | start.S | 402 mfsr $r28, EIT_ITYPE ! $ir2 $ITYPE 412 mfsr $r28, EIT_PREV_ITYPE ! $ir8 prev $ITYPE
|
/openbmc/linux/drivers/block/ |
H A D | floppy.c | 300 #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() 3256 if (!disk || ITYPE(drive_state[cnt].fd_device) != type) in set_geometry() 3365 int type = ITYPE(drive_state[drive].fd_device); in fd_getgeo() 3401 int type = ITYPE(drive_state[drive].fd_device); in fd_locked_ioctl() 3677 type = ITYPE(drive_state[drive].fd_device); in compat_set_geometry() 3693 err = get_floppy_geometry(drive, ITYPE(drive_state[drive].fd_device), in compat_get_prm() 4045 set_capacity(disks[drive][ITYPE(new_dev)], floppy_sizes[new_dev]); in floppy_open() 4615 if (ITYPE(i)) in do_floppy_init() [all …]
|