Home
last modified time | relevance | path

Searched refs:UNIT (Results 1 – 14 of 14) sorted by relevance

/linux/arch/mips/cavium-octeon/
A Docteon-memcpy.S134 #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/arch/mips/lib/
A Dmemcpy.S251 #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 Dcsum_partial.S472 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/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc.c225 #define UNIT SZ_1M in guc_ctl_log_params_flags() macro
228 #define UNIT SZ_4K in guc_ctl_log_params_flags() macro
233 BUILD_BUG_ON(!IS_ALIGNED(CRASH_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
235 BUILD_BUG_ON(!IS_ALIGNED(DEBUG_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
237 BUILD_BUG_ON((CRASH_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
239 BUILD_BUG_ON((DEBUG_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
245 ((CRASH_BUFFER_SIZE / UNIT - 1) << GUC_LOG_CRASH_SHIFT) | in guc_ctl_log_params_flags()
246 ((DEBUG_BUFFER_SIZE / UNIT - 1) << GUC_LOG_DEBUG_SHIFT) | in guc_ctl_log_params_flags()
249 #undef UNIT in guc_ctl_log_params_flags()
/linux/drivers/block/
A Dfloppy.c302 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro
925 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback()
976 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives()
977 (0x10 << UNIT(drive)))) in scandrives()
1309 output_byte(fdc, UNIT(drive)); in fdc_specify()
1573 output_byte(fdc, UNIT(drive)); in check_wp()
1646 output_byte(current_fdc, UNIT(current_drive)); in seek_floppy()
1905 data = UNIT(current_drive); in start_motor()
1913 data |= (0x10 << UNIT(current_drive)); in start_motor()
1916 mask &= ~(0x10 << UNIT(current_drive)); in start_motor()
[all …]
/linux/drivers/gpu/drm/radeon/
A Dsumod.h319 # define UNIT(x) ((x) << 24) macro
/linux/Documentation/ide/
A DChangeLog.ide-floppy.1996-200215 * Issue START command only if TEST UNIT READY fails.
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_dp_types.h1050 uint8_t UNIT :1; member
/linux/Documentation/scsi/
A DChangeLog.sym53c8xx295 - 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 Dsym53c8xx_2.rst885 first TEST UNIT READY command received for this device.
A Dncr53c8xx.rst1181 first TEST UNIT READY command received for this device.
/linux/drivers/scsi/ufs/
A Dufs-sysfs.c1164 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_dp.c1979 interval_unit = dpcd_interval.bits.UNIT ? 1 : 2; /* 0b = 2 ms, 1b = 1 ms */
/linux/
A DMAINTAINERS9264 IIO UNIT CONVERTER
10376 KERNEL UNIT TESTING FRAMEWORK (KUnit)
16412 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER

Completed in 73 milliseconds