/linux/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 134 #define UNIT(unit) FIRST(unit) macro 187 EXC( LOAD t0, UNIT(0)(src), l_exc) 188 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 189 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 190 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 192 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 193 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 194 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 195 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 196 EXC( LOAD t0, UNIT( [all...] |
/linux/tools/testing/selftests/power_supply/ |
H A D | helpers.sh | 27 UNIT="$2" 33 if [ "$UNIT" = "uA" ]; then 36 elif [ "$UNIT" = "uV" ]; then 39 elif [ "$UNIT" = "uAh" ]; then 42 elif [ "$UNIT" = "uW" ]; then 45 elif [ "$UNIT" = "uWh" ]; then 78 UNIT=$2 # optional 85 ktap_print_msg "Reported: '$DATA' $UNIT ($(to_human_readable_unit "$DATA" "$UNIT"))" 93 UNIT [all...] |
/linux/drivers/block/ |
H A D | floppy.c | 302 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro 738 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive))) || in disk_change() 739 (fdc_state[fdc].dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change() 828 fdc_outb(fdc_state[fdc].dor & ~(0x10 << UNIT(drive)), in twaddle() 923 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback() 937 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive)))) in floppy_off() 974 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives() 975 (0x10 << UNIT(drive)))) in scandrives() 978 set_dor(current_fdc, ~(0x10 << UNIT(driv in scandrives() [all...] |
/linux/drivers/gpu/drm/radeon/ |
H A D | sumod.h | 319 # define UNIT(x) ((x) << 24) macro
|
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_training_128b_132b.c | 64 interval_unit = dpcd_interval.bits.UNIT ? 1 : 2; /* 0b = 2 ms, 1b = 1 ms */ in dpcd_128b_132b_get_aux_rd_interval()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvrm/ |
H A D | rpcfn.h | 12 # define X(UNIT, RPC) NV_VGPU_MSG_FUNCTION_##RPC, argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/ |
H A D | rpcfn.h | 12 # define X(UNIT, RPC, VAL) NV_VGPU_MSG_FUNCTION_##RPC = VAL, argument
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx | 295 - Complete all disconnected CCBs for a logical UNIT if we are told 296 about a UNIT ATTENTION for a RESET condition by this target. 298 message to a logical UNIT (for test purpose).
|
H A D | scsi_eh.rst | 362 START STOP UNIT command is issued w/ start=1. Note that
|
H A D | sym53c8xx_2.rst | 885 first TEST UNIT READY command received for this device.
|
H A D | ncr53c8xx.rst | 1181 first TEST UNIT READY command received for this device.
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 1115 uint8_t UNIT :1; member
|
/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 1989 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)
|
/linux/drivers/tty/vt/ |
H A D | ucs_width_table.h_shipped | 437 { 0x1D360, 0x1D376 }, /* COUNTING ROD UNIT DIGIT ONE - IDEOGRAPHIC TALLY MARK FIVE */
|
/linux/ |
H A D | MAINTAINERS | 11911 IIO UNIT CONVERTER 13360 KERNEL UNIT TESTING FRAMEWORK (KUnit) 21798 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
|