Searched refs:UNIT (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/arch/mips/cavium-octeon/ |
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) 196 EXC( LOAD t0, UNIT(4)(src), l_exc_copy) 197 EXC( LOAD t1, UNIT(5)(src), l_exc_copy) 198 EXC( LOAD t2, UNIT(6)(src), l_exc_copy) 199 EXC( LOAD t3, UNIT(7)(src), l_exc_copy) 235 EXC( LOAD t0, UNIT(0)(src), l_exc) [all …]
|
/linux-6.3-rc2/arch/mips/lib/ |
A D | memcpy.S | 251 #define UNIT(unit) FIRST(unit) macro 325 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 326 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 327 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 328 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 330 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) 331 LOAD(t7, UNIT(5)(src), .Ll_exc_copy\@) 332 STORE(t0, UNIT(0)(dst), .Ls_exc_p8u\@) 333 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@) 334 LOAD(t0, UNIT(6)(src), .Ll_exc_copy\@) [all …]
|
A D | csum_partial.S | 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)) 477 LOAD(t5, UNIT(5)(src)) 478 LOAD(t6, UNIT(6)(src)) 479 LOAD(t7, UNIT(7)(src)) 516 LOAD(t0, UNIT(0)(src)) 517 LOAD(t1, UNIT(1)(src)) [all …]
|
/linux-6.3-rc2/drivers/block/ |
A D | floppy.c | 302 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro 924 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback() 975 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives() 976 (0x10 << UNIT(drive)))) in scandrives() 1308 output_byte(fdc, UNIT(drive)); in fdc_specify() 1572 output_byte(fdc, UNIT(drive)); in check_wp() 1645 output_byte(current_fdc, UNIT(current_drive)); in seek_floppy() 1904 data = UNIT(current_drive); in start_motor() 1912 data |= (0x10 << UNIT(current_drive)); in start_motor() 1915 mask &= ~(0x10 << UNIT(current_drive)); in start_motor() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
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-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | sumod.h | 319 # define UNIT(x) ((x) << 24) macro
|
/linux-6.3-rc2/Documentation/scsi/ |
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).
|
A D | sym53c8xx_2.rst | 885 first TEST UNIT READY command received for this device.
|
A D | ncr53c8xx.rst | 1181 first TEST UNIT READY command received for this device.
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc_dp_types.h | 1095 uint8_t UNIT :1; member
|
/linux-6.3-rc2/drivers/ufs/core/ |
A D | ufs-sysfs.c | 1245 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)
|
/linux-6.3-rc2/ |
A D | MAINTAINERS | 9969 IIO UNIT CONVERTER 11229 KERNEL UNIT TESTING FRAMEWORK (KUnit) 18054 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
|
Completed in 94 milliseconds