| /Linux-v5.4/arch/mips/cavium-octeon/ |
| D | octeon-memcpy.S | 134 #define UNIT(unit) FIRST(unit) macro 185 EXC( LOAD t0, UNIT(0)(src), l_exc) 186 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 187 EXC( LOAD t2, UNIT(2)(src), l_exc_copy) 188 EXC( LOAD t3, UNIT(3)(src), l_exc_copy) 190 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u) 191 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 192 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u) 193 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u) 194 EXC( LOAD t0, UNIT(4)(src), l_exc_copy) [all …]
|
| /Linux-v5.4/arch/mips/lib/ |
| 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 …]
|
| 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); \ 499 LOAD(t0, UNIT(0)(src), .Ll_exc\@) 500 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 501 LOAD(t2, UNIT(2)(src), .Ll_exc_copy\@) 502 LOAD(t3, UNIT(3)(src), .Ll_exc_copy\@) 503 LOAD(t4, UNIT(4)(src), .Ll_exc_copy\@) [all …]
|
| /Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc.c | 158 #define UNIT SZ_1M in guc_ctl_log_params_flags() macro 161 #define UNIT SZ_4K in guc_ctl_log_params_flags() macro 166 BUILD_BUG_ON(!IS_ALIGNED(CRASH_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags() 168 BUILD_BUG_ON(!IS_ALIGNED(DPC_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags() 170 BUILD_BUG_ON(!IS_ALIGNED(ISR_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags() 172 BUILD_BUG_ON((CRASH_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags() 174 BUILD_BUG_ON((DPC_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags() 176 BUILD_BUG_ON((ISR_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags() 182 ((CRASH_BUFFER_SIZE / UNIT - 1) << GUC_LOG_CRASH_SHIFT) | in guc_ctl_log_params_flags() 183 ((DPC_BUFFER_SIZE / UNIT - 1) << GUC_LOG_DPC_SHIFT) | in guc_ctl_log_params_flags() [all …]
|
| /Linux-v5.4/drivers/block/ |
| D | floppy.c | 304 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro 745 if (!(FDCS->dor & (0x10 << UNIT(drive))) || in disk_change() 746 (FDCS->dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change() 831 fd_outb(FDCS->dor & ~(0x10 << UNIT(current_drive)), FD_DOR); in twaddle() 910 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback() 924 if (!(FDCS->dor & (0x10 << UNIT(drive)))) in floppy_off() 961 if (!(set_dor(fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives() 962 (0x10 << UNIT(drive)))) in scandrives() 965 set_dor(fdc, ~(0x10 << UNIT(drive)), 0); in scandrives() 1295 output_byte(UNIT(current_drive)); in fdc_specify() [all …]
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | floppy.h | 101 LAST_OUT(UNIT(floppy)); in fd_scandrives()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | sumod.h | 319 # define UNIT(x) ((x) << 24) macro
|
| /Linux-v5.4/Documentation/ide/ |
| D | ChangeLog.ide-floppy.1996-2002 | 15 * Issue START command only if TEST UNIT READY fails.
|
| /Linux-v5.4/Documentation/scsi/ |
| 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).
|
| D | sym53c8xx_2.txt | 724 first TEST UNIT READY command received for this device.
|
| D | ncr53c8xx.txt | 967 first TEST UNIT READY command received for this device.
|
| /Linux-v5.4/drivers/scsi/ufs/ |
| D | ufs-sysfs.c | 741 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 7988 IIO UNIT CONVERTER 13931 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
|