Searched refs:temp_reg (Results 1 - 14 of 14) sorted by relevance

/linux-master/sound/soc/ux500/
H A Dux500_msp_i2s.c118 u32 temp_reg = 0; local
120 temp_reg |= MSP_P2_ENABLE_BIT(protdesc->tx_phase_mode);
121 temp_reg |= MSP_P2_START_MODE_BIT(protdesc->tx_phase2_start_mode);
122 temp_reg |= MSP_P1_FRAME_LEN_BITS(protdesc->tx_frame_len_1);
123 temp_reg |= MSP_P2_FRAME_LEN_BITS(protdesc->tx_frame_len_2);
125 temp_reg |= MSP_P1_ELEM_LEN_BITS(protdesc->tx_elem_len_1);
126 temp_reg |= MSP_P2_ELEM_LEN_BITS(protdesc->tx_elem_len_2);
128 temp_reg |= MSP_P1_ELEM_LEN_BITS(data_size);
129 temp_reg |= MSP_P2_ELEM_LEN_BITS(data_size);
131 temp_reg |
145 u32 temp_reg = 0; local
174 u32 temp_reg = 0; local
219 u32 temp_reg = 0; local
[all...]
/linux-master/include/net/
H A Dstrparser.h76 /* temp_reg is a temporary register used for bpf_convert_data_end_access
79 u64 temp_reg; member in struct:sk_skb_cb
/linux-master/drivers/staging/rts5208/
H A Drtsx_card.c1048 u8 temp_reg; local
1050 rtsx_read_register(chip, CARD_GPIO, &temp_reg);
1051 temp_reg ^= (0x01 << gpio);
1052 rtsx_write_register(chip, CARD_GPIO, 0xFF, temp_reg);
/linux-master/drivers/hwmon/
H A Damc6821.c116 static const u8 temp_reg[] = {AMC6821_REG_LTEMP_HI, variable
179 client, temp_reg[i]);
291 if (i2c_smbus_write_byte_data(client, temp_reg[ix], data->temp[ix])) {
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c2514 uint32_t temp_reg; local
2524 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_EMRS);
2529 ((temp_reg & 0xffff0000)) |
2536 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS);
2541 (temp_reg & 0xffff0000) |
2565 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS1);
2570 (temp_reg & 0xffff0000) |
H A Dtonga_smumgr.c2978 uint32_t temp_reg; local
2988 temp_reg = cgs_read_register(hwmgr->device,
2994 ((temp_reg & 0xffff0000)) |
3001 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS);
3006 (temp_reg & 0xffff0000) |
3028 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS1);
3033 (temp_reg & 0xffff0000) |
H A Dci_smumgr.c2587 uint32_t temp_reg; local
2597 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_EMRS);
2602 ((temp_reg & 0xffff0000)) |
2609 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS);
2614 (temp_reg & 0xffff0000) |
2637 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS1);
2642 (temp_reg & 0xffff0000) |
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c2538 uint32_t temp_reg; local
2544 temp_reg = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC, ixCNB_PWRMGT_CNTL);
2547 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, GNB_SLOW_MODE, 0x1);
2550 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, GNB_SLOW_MODE, 0x2);
2553 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, GNB_SLOW, 0x1);
2556 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNT
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dni_dpm.c2719 u32 temp_reg; local
2726 temp_reg = RREG32(MC_PMG_CMD_EMRS);
2731 ((temp_reg & 0xffff0000)) |
2737 temp_reg = RREG32(MC_PMG_CMD_MRS);
2742 (temp_reg & 0xffff0000) |
2752 temp_reg = RREG32(MC_PMG_CMD_MRS1);
2757 (temp_reg & 0xffff0000) |
H A Dci_dpm.c4297 u32 temp_reg; local
4304 temp_reg = RREG32(MC_PMG_CMD_EMRS);
4309 ((temp_reg & 0xffff0000)) | ((table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16);
4315 temp_reg = RREG32(MC_PMG_CMD_MRS);
4320 (temp_reg & 0xffff0000) | (table->mc_reg_table_entry[k].mc_data[i] & 0x0000ffff);
4341 temp_reg = RREG32(MC_PMG_CMD_MRS1);
4346 (temp_reg & 0xffff0000) | (table->mc_reg_table_entry[k].mc_data[i] & 0x0000ffff);
H A Dsi_dpm.c5297 u32 temp_reg; local
5304 temp_reg = RREG32(MC_PMG_CMD_EMRS);
5309 ((temp_reg & 0xffff0000)) |
5315 temp_reg = RREG32(MC_PMG_CMD_MRS);
5320 (temp_reg & 0xffff0000) |
5341 temp_reg = RREG32(MC_PMG_CMD_MRS1);
5346 (temp_reg & 0xffff0000) |
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5839 u32 temp_reg; local
5846 temp_reg = RREG32(MC_PMG_CMD_EMRS);
5851 ((temp_reg & 0xffff0000)) |
5857 temp_reg = RREG32(MC_PMG_CMD_MRS);
5862 (temp_reg & 0xffff0000) |
5881 temp_reg = RREG32(MC_PMG_CMD_MRS1);
5886 (temp_reg & 0xffff0000) |
/linux-master/drivers/scsi/
H A Dipr.c8086 volatile u32 temp_reg; local
8088 temp_reg = readl(ioa_cfg->regs.sense_interrupt_reg);
8089 return ((temp_reg & IPR_PCII_CRITICAL_OPERATION) == 0);
/linux-master/net/core/
H A Dfilter.c10722 offsetof(struct sk_skb_cb, temp_reg);

Completed in 361 milliseconds