Home
last modified time | relevance | path

Searched refs:UNIT (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Docteon-memcpy.S134 #define UNIT(unit) FIRST(unit) define
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(
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Docteon-memcpy.S134 #define UNIT(unit) FIRST(unit) define
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...]
/kernel/linux/linux-5.10/arch/mips/lib/
H A Dmemcpy.S251 #define UNIT(unit) FIRST(unit) define
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(
[all...]
H A Dcsum_partial.S57 #define UNIT(unit) ((unit)*NBYTES) define
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(
[all...]
/kernel/linux/linux-6.6/arch/mips/lib/
H A Dmemcpy.S251 #define UNIT(unit) FIRST(unit) define
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(
[all...]
H A Dcsum_partial.S57 #define UNIT(unit) ((unit)*NBYTES) define
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(
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c222 #define UNIT SZ_1M in guc_ctl_log_params_flags() macro
225 #define UNIT SZ_4K in guc_ctl_log_params_flags() macro
230 BUILD_BUG_ON(!IS_ALIGNED(CRASH_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
232 BUILD_BUG_ON(!IS_ALIGNED(DPC_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
234 BUILD_BUG_ON(!IS_ALIGNED(ISR_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
236 BUILD_BUG_ON((CRASH_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
238 BUILD_BUG_ON((DPC_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
240 BUILD_BUG_ON((ISR_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
246 ((CRASH_BUFFER_SIZE / UNIT - 1) << GUC_LOG_CRASH_SHIFT) | in guc_ctl_log_params_flags()
247 ((DPC_BUFFER_SIZE / UNIT in guc_ctl_log_params_flags()
251 #undef UNIT guc_ctl_log_params_flags() macro
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dfloppy.c303 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro
739 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive))) || in disk_change()
740 (fdc_state[fdc].dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change()
829 fdc_outb(fdc_state[fdc].dor & ~(0x10 << UNIT(drive)), in twaddle()
924 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback()
938 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive)))) in floppy_off()
975 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives()
976 (0x10 << UNIT(drive)))) in scandrives()
979 set_dor(current_fdc, ~(0x10 << UNIT(driv in scandrives()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dfloppy.c302 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ macro
739 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive))) || in disk_change()
740 (fdc_state[fdc].dor & 3) != UNIT(drive) || fdc != FDC(drive)) { in disk_change()
829 fdc_outb(fdc_state[fdc].dor & ~(0x10 << UNIT(drive)), in twaddle()
924 unsigned char mask = ~(0x10 << UNIT(nr)); in motor_off_callback()
938 if (!(fdc_state[fdc].dor & (0x10 << UNIT(drive)))) in floppy_off()
975 if (!(set_dor(current_fdc, ~3, UNIT(drive) | (0x10 << UNIT(drive))) & in scandrives()
976 (0x10 << UNIT(drive)))) in scandrives()
979 set_dor(current_fdc, ~(0x10 << UNIT(driv in scandrives()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_128b_132b.c64 interval_unit = dpcd_interval.bits.UNIT ? 1 : 2; /* 0b = 2 ms, 1b = 1 ms */ in dpcd_128b_132b_get_aux_rd_interval()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dsumod.h319 # define UNIT(x) ((x) << 24) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dsumod.h319 # define UNIT(x) ((x) << 24) macro
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufs-sysfs.c797 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h1086 uint8_t UNIT :1; member
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufs-sysfs.c1262 UFS_LUN_DESC_PARAM(_name, _uname, UNIT, _size)

Completed in 19 milliseconds