[go: nahoru, domu]

Searched defs:tmp (Results 1 - 25 of 1667) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/core/subdev/mc/
H A Dnv44.c31 u32 tmp = nv_rd32(priv, 0x10020c); local
35 nv_wr32(priv, 0x001700, tmp);
38 nv_wr32(priv, 0x00170c, tmp);
/drivers/video/fbdev/via/
H A Dvia_aux_vt1621.c37 u8 tmp; local
39 if (!via_aux_read(&drv, 0x1B, &tmp, 1) || tmp != 0x02)
H A Dvia_aux_ch7301.c37 u8 tmp; local
39 if (!via_aux_read(&drv, 0x4B, &tmp, 1) || tmp != 0x17)
H A Dvia_aux_vt1622.c37 u8 tmp; local
39 if (!via_aux_read(&drv, 0x1B, &tmp, 1) || tmp != 0x03)
H A Dvia_aux_vt1625.c37 u8 tmp; local
39 if (!via_aux_read(&drv, 0x1B, &tmp, 1) || tmp != 0x50)
H A Dvia_aux_vt1631.c39 u8 tmp[len]; local
41 if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len))
H A Dvia_aux_vt1636.c39 u8 tmp[len]; local
41 if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len))
H A Dvia_aux_sii164.c39 u8 tmp[len]; local
41 if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len))
H A Dvia_aux_vt1632.c39 u8 tmp[len]; local
41 if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len))
/drivers/gpu/drm/
H A Ddrm_of.c20 struct drm_crtc *tmp; local
22 list_for_each_entry(tmp, &dev->mode_config.crtc_list, head) {
23 if (tmp->port == port)
/drivers/infiniband/hw/mlx5/
H A Dah.c68 u32 tmp; local
72 tmp = be32_to_cpu(ah->av.grh_gid_fl);
73 if (tmp & (1 << 30)) {
75 ah_attr->grh.sgid_index = (tmp >> 20) & 0xff;
76 ah_attr->grh.flow_label = tmp & 0xfffff;
/drivers/net/wireless/ti/wl18xx/
H A Dio.c29 u32 tmp; local
36 ret = wlcore_read32(wl, addr, &tmp);
40 tmp = (tmp & 0xffff0000) | val;
41 ret = wlcore_write32(wl, addr, tmp);
43 ret = wlcore_read32(wl, addr - 2, &tmp);
47 tmp = (tmp & 0xffff) | (val << 16);
48 ret = wlcore_write32(wl, addr - 2, tmp);
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dpllnva3.c51 u32 tmp = freq * *P * M; local
52 N = tmp / info->refclk;
53 fN = tmp % info->refclk;
61 fN = tmp - (N * info->refclk);
/drivers/gpu/drm/radeon/
H A Dr520.c39 uint32_t tmp; local
43 tmp = RREG32_MC(R520_MC_STATUS);
44 if (tmp & R520_MC_STATUS_IDLE) {
54 unsigned pipe_select_current, gb_pipe_select, tmp; local
83 tmp = RREG32(R300_DST_PIPE_CONFIG);
84 pipe_select_current = (tmp >> 2) & 3;
85 tmp = (1 << pipe_select_current) |
87 WREG32_PLL(0x000D, tmp);
96 uint32_t tmp; local
100 tmp
[all...]
H A Dvce_v2_0.c36 u32 tmp; local
39 tmp = RREG32(VCE_CLOCK_GATING_B);
40 tmp |= 0xe70000;
41 WREG32(VCE_CLOCK_GATING_B, tmp);
43 tmp = RREG32(VCE_UENC_CLOCK_GATING);
44 tmp |= 0xff000000;
45 WREG32(VCE_UENC_CLOCK_GATING, tmp);
47 tmp = RREG32(VCE_UENC_REG_CLOCK_GATING);
48 tmp &= ~0x3fc;
49 WREG32(VCE_UENC_REG_CLOCK_GATING, tmp);
71 u32 orig, tmp; local
124 u32 tmp; local
[all...]
/drivers/infiniband/hw/amso1100/
H A Dc2_intr.c119 struct c2wr_hdr tmp; local
150 host_msg = &tmp;
151 memcpy(host_msg, adapter_msg, sizeof(tmp));
/drivers/infiniband/hw/ehca/
H A Dehca_pd.c89 struct ipz_small_queue_page *page, *tmp; local
93 list_for_each_entry_safe(page, tmp, &my_pd->free[i], list) {
/drivers/isdn/hysdn/
H A Dhysdn_init.c133 hysdn_card *tmp = card_root; local
134 while (tmp) {
135 if (tmp->next == card)
136 tmp->next = card->next;
137 card_last = tmp;
138 tmp = tmp->next;
/drivers/misc/cxl/
H A Dcontext.c169 int tmp; local
172 idr_for_each_entry(&afu->contexts_idr, ctx, tmp)
/drivers/misc/
H A Dti_dac7512.c31 unsigned char tmp[2]; local
39 tmp[0] = val >> 8;
40 tmp[1] = val & 0xff;
41 spi_write(spi, tmp, sizeof(tmp));
/drivers/net/wireless/b43/
H A Dsysfs.c38 char tmp[10 + 1] = { 0 }; local
44 memcpy(tmp, buf, count);
45 ret = simple_strtol(tmp, NULL, 10);
/drivers/pcmcia/
H A Dcardbus.c109 struct pci_dev *bridge, *dev, *tmp; local
122 list_for_each_entry_safe(dev, tmp, &bus->devices, bus_list)
/drivers/power/reset/
H A Dbrcmstb-reboot.c41 u32 tmp; local
49 rc = regmap_read(regmap, rst_src_en, &tmp);
61 rc = regmap_read(regmap, sw_mstr_rst, &tmp);
/drivers/staging/lustre/lustre/include/
H A Dobd_cksum.h69 unsigned int performance = 0, tmp; local
73 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32));
74 if (tmp > performance) {
75 performance = tmp;
80 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_CRC32C));
81 if (tmp > performance) {
82 performance = tmp;
87 tmp = cfs_crypto_hash_speed(cksum_obd2cfs(OBD_CKSUM_ADLER));
88 if (tmp > performance) {
89 performance = tmp;
[all...]
/drivers/staging/lustre/lustre/libcfs/
H A Dprng.c113 int rem, tmp; local
119 get_random_bytes(&tmp, sizeof(tmp));
120 tmp ^= cfs_rand();
121 memcpy(buf, &tmp, rem);
127 get_random_bytes(&tmp, sizeof(tmp));
128 *p = cfs_rand() ^ tmp;
134 get_random_bytes(&tmp, sizeof(tmp));
[all...]

Completed in 516 milliseconds

1234567891011>>