Searched refs:sh (Results 126 - 150 of 779) sorted by path

1234567891011>>

/linux-master/arch/x86/kernel/cpu/
H A DMakefile63 cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/mkcapflags.sh $@ $^
68 $(obj)/capflags.c: $(cpufeature) $(vmxfeature) $(src)/mkcapflags.sh FORCE
/linux-master/arch/x86/um/vdso/
H A DMakefile66 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
/linux-master/arch/xtensa/kernel/syscalls/
H A DMakefile8 syshdr := $(srctree)/scripts/syscallhdr.sh
9 systbl := $(srctree)/scripts/syscalltbl.sh
/linux-master/crypto/
H A Dtwofish_common.c487 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh]
495 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
578 * 128-bit keys use only sa through sh; 256-bit use all of them. */
579 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; local
601 CALC_S (se, sf, sg, sh, 8, 0x00, 0x2D, 0x01, 0x2D); /* 01 A4 02 A4 */
602 CALC_S (se, sf, sg, sh, 9, 0x2D, 0xA4, 0x44, 0x8A); /* A4 56 A1 55 */
603 CALC_S (se, sf, sg, sh, 10, 0x8A, 0xD5, 0xBF, 0xD1); /* 55 82 FC 87 */
604 CALC_S (se, sf, sg, sh, 11, 0xD1, 0x7F, 0x3D, 0x99); /* 87 F3 C1 5A */
605 CALC_S (se, sf, sg, sh, 1
[all...]
/linux-master/drivers/
H A DMakefile142 obj-$(CONFIG_SUPERH) += sh/
/linux-master/drivers/bluetooth/
H A Dbluecard_cs.c453 struct hci_sco_hdr *sh; local
471 sh = hci_sco_hdr(info->rx_skb);
473 info->rx_count = sh->dlen;
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c1232 unsigned int sh = chan->in_log2_element_size; local
1234 u32 mercy = chan->in_consumed_bytes + (2 << sh) - 1;
1236 return xillyusb_send_opcode(xdev, chan_num, opcode, mercy >> sh);
1459 unsigned int sh = chan->in_log2_element_size; local
1485 fifo_checkpoint = fifo_checkpoint_bytes >> sh;
1487 (complete_checkpoint_bytes + (1 << sh) - 1) >> sh;
1489 diff = (fifo_checkpoint - complete_checkpoint) << sh;
1499 leap = (checkpoint - chan->in_current_checkpoint) << sh;
/linux-master/drivers/cpufreq/
H A DMakefile106 obj-$(CONFIG_SH_CPU_FREQ) += sh-cpufreq.o
/linux-master/drivers/dma/
H A DMakefile68 obj-$(CONFIG_RENESAS_DMA) += sh/
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1371 #define amdgpu_asic_read_register(adev, se, sh, offset, v)((adev)->asic_funcs->read_register((adev), (se), (sh), (offset), (v)))
H A Damdgpu_debugfs.c256 if ((rd->id.grbm.sh != 0xFFFFFFFF && rd->id.grbm.sh >= adev->gfx.config.max_sh_per_se) ||
266 rd->id.grbm.sh,
353 rd->id.grbm.sh = v1_data.grbm.sh;
427 /* switch to the specific se/sh/cu */
429 amdgpu_gfx_select_se_sh(adev, rd->id.se, rd->id.sh, rd->id.cu, rd->id.xcc_id);
1061 uint32_t offset, se, sh, cu, wave, simd, data[32]; local
1069 sh = (*pos & GENMASK_ULL(22, 15)) >> 15;
1086 /* switch to the specific se/sh/c
1153 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; local
[all...]
H A Damdgpu_gfx.c112 * sh is stored in mask[se * max_sh + sh].
116 unsigned int se, sh, cu; local
127 int ret = sscanf(p, "%u.%u.%u", &se, &sh, &cu);
134 if (se < max_se && sh < max_sh && cu < 16) {
135 DRM_INFO("amdgpu: disabling CU %u.%u.%u\n", se, sh, cu);
136 mask[se * max_sh + sh] |= 1u << cu;
139 se, sh, cu);
H A Damdgpu_gfx.h456 #define amdgpu_gfx_select_se_sh(adev, se, sh, instance, xcc_id) ((adev)->gfx.funcs->select_se_sh((adev), (se), (sh), (instance), (xcc_id)))
H A Damdgpu_umr.h31 __u32 se, sh, instance; member in struct:amdgpu_debugfs_regs2_iocdata::__anon158
41 __u32 se, sh, instance; member in struct:amdgpu_debugfs_regs2_iocdata_v2::__anon160
50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member in struct:amdgpu_debugfs_gprwave_iocdata
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c107 int i, se, sh, cu, cu_bitmap_sh_mul, cu_inc = wgp_mode_req ? 2 : 1; local
140 * Each half of se_mask must be filled only on bits 0-cu_per_sh[se][sh]-1.
146 for (sh = 0; sh < gfx_info->max_sh_per_se; sh++)
147 cu_per_sh[se][sh] = hweight32(
148 cu_info->bitmap[xcc_inst][se % 4][sh + (se / 4) *
192 for (sh = 0; sh < gfx_info->max_sh_per_se; sh
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Dbuild-igt.sh11 . ../.gitlab-ci/container/create-cross-file.sh armhf
H A Dbuild.sh9 . .gitlab-ci/container/container_pre_build.sh
83 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} drivers/gpu/drm/ci/${MERGE_FRAGMENT}
134 . .gitlab-ci/container/container_post_build.sh
H A Dlava-submit.sh18 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
20 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
21 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
26 artifacts/ci-common/generate-env.sh | tee results/job-rootfs-overlay/set-job-env-vars.sh
44 --first-stage-init artifacts/ci-common/init-stage1.sh \
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h236 u16 sh; member in struct:nv50_wndw_atom::__anon907
H A Dovly507e.c48 NVVAL(NV507E, SET_SIZE_IN, HEIGHT, asyw->scale.sh),
H A Dwndw.c328 asyw->scale.sh = asyw->state.src_h >> 16;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv50.c195 u32 reg, sh, gpio_val; local
204 sh = (func.line & 0x7) << 2;
207 if (gpio_val & (8 << sh))
212 ram_mask(hwsq, gpio[reg], (0x3 << sh), ((val | 0x2) << sh));
/linux-master/drivers/gpu/drm/radeon/
H A Dcik.c132 static u32 cik_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh);
3020 * @sh_num: sh block to address
6524 static u32 cik_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh) argument
6529 cik_select_se_sh(rdev, se, sh);
H A Dsi.c128 static u32 si_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh);
5279 static u32 si_get_cu_active_bitmap(struct radeon_device *rdev, u32 se, u32 sh) argument
5284 si_select_se_sh(rdev, se, sh);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c3421 int lsb, reg, sh; local
3486 sh = (lsb % IBA7322_REDIRECT_VEC_PER_REG) *
3489 redirect[reg] |= ((u64) msixnum) << sh;

Completed in 370 milliseconds

1234567891011>>