Searched refs:UNIT (Results 1 – 10 of 10) sorted by relevance
| /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(4)(src), l_exc_copy) [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/arch/mips/lib/ |
| H A D | csum_partial.S | 57 #define UNIT(unit) ((unit)*NBYTES) macro 76 LOAD _t0, (offset + UNIT(0))(src); \ 77 LOAD _t1, (offset + UNIT(1))(src); \ 78 LOAD _t2, (offset + UNIT(2))(src); \ 79 LOAD _t3, (offset + UNIT(3))(src); \ 472 LOAD(t0, UNIT(0)(src)) 473 LOAD(t1, UNIT(1)(src)) 474 LOAD(t2, UNIT(2)(src)) 475 LOAD(t3, UNIT(3)(src)) 476 LOAD(t4, UNIT(4)(src)) [all …]
|
| /linux/drivers/block/ |
| H A D | floppy.c | 298 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro 734 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive))) || in disk_change() 735 (fdc_state[fdc].dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change() 824 fdc_outb(fdc_state[fdc].dor & ~(0x10 << UNIT(drive)), in twaddle() 919 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback() 933 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive)))) in floppy_off() 970 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives() 971 (0x10 << UNIT(drive)))) in scandrives() 974 set_dor(current_fdc, ~(0x10 << UNIT(drive)), 0); in scandrives() 1307 output_byte(fdc, UNIT(drive)); in fdc_specify() [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | sumod.h | 319 # define UNIT(x) ((x) << 24) macro
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_eh.rst | 368 scmd发送START STOP UNIT(STU)命令且将start置1。注意,由
|
| /linux/Documentation/scsi/ |
| 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/ |
| H A D | MAINTAINERS | 12711 IIO UNIT CONVERTER 14250 KERNEL UNIT TESTING FRAMEWORK (KUnit) 23373 RENESAS RZ/G3E THERMAL SENSOR UNIT DRIVER 23380 RENESAS RZ/G3S THERMAL SENSOR UNIT DRIVER 23709 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
|