| /OK3568_Linux_fs/kernel/sound/soc/ux500/ |
| H A D | ux500_msp_i2s.c | 121 u32 temp_reg = 0; in set_prot_desc_tx() local 123 temp_reg |= MSP_P2_ENABLE_BIT(protdesc->tx_phase_mode); in set_prot_desc_tx() 124 temp_reg |= MSP_P2_START_MODE_BIT(protdesc->tx_phase2_start_mode); in set_prot_desc_tx() 125 temp_reg |= MSP_P1_FRAME_LEN_BITS(protdesc->tx_frame_len_1); in set_prot_desc_tx() 126 temp_reg |= MSP_P2_FRAME_LEN_BITS(protdesc->tx_frame_len_2); in set_prot_desc_tx() 128 temp_reg |= MSP_P1_ELEM_LEN_BITS(protdesc->tx_elem_len_1); in set_prot_desc_tx() 129 temp_reg |= MSP_P2_ELEM_LEN_BITS(protdesc->tx_elem_len_2); in set_prot_desc_tx() 131 temp_reg |= MSP_P1_ELEM_LEN_BITS(data_size); in set_prot_desc_tx() 132 temp_reg |= MSP_P2_ELEM_LEN_BITS(data_size); in set_prot_desc_tx() 134 temp_reg |= MSP_DATA_DELAY_BITS(protdesc->tx_data_delay); in set_prot_desc_tx() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | jobdesc.c | 26 uint32_t temp_reg; in secmem_set_cmd() local 35 temp_reg = sec_in32(CAAM_SMCSJR(sm_vid, jr_id)); in secmem_set_cmd() 36 } while (temp_reg & CMD_COMPLETE); in secmem_set_cmd() 38 return temp_reg; in secmem_set_cmd() 56 uint32_t temp_reg; in caam_page_alloc() local 66 temp_reg = secmem_set_cmd(PARTITION(partition_num) | in caam_page_alloc() 68 if (temp_reg & SMCSJR_AERR) { in caam_page_alloc() 69 printf("Error: De-allocation status 0x%X\n", temp_reg); in caam_page_alloc() 81 temp_reg = secmem_set_cmd(PAGE(page_num) | CMD_INQUIRY); in caam_page_alloc() 84 if ((temp_reg & SMCSJR_PO) == PAGE_OWNED) { in caam_page_alloc() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
| H A D | ctrl_pex.c | 24 temp_reg, addr, dev_id, ctrl_mode; in hws_pex_config() local 130 temp_reg = (reg_read(PEX_CFG_DIRECT_ACCESS( in hws_pex_config() 138 if (temp_reg != 0x1) in hws_pex_config()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_protocol.c | 1380 unsigned char temp_reg; in nvp6158_coax_test_data_set() local 1387 temp_reg = gpio_i2c_read(nvp6158_iic_addr[coax_data->chip_num], coax_data->data_addr); in nvp6158_coax_test_data_set() 1388 temp_reg = ((temp_reg & ~(0x01 << coax_data->param)) | (0x01 << coax_data->param)); in nvp6158_coax_test_data_set() 1390 temp_reg = gpio_i2c_read(nvp6158_iic_addr[coax_data->chip_num], coax_data->data_addr); in nvp6158_coax_test_data_set() 1391 temp_reg = (temp_reg & ~(0x01 << coax_data->param)); in nvp6158_coax_test_data_set() 1393 temp_reg = gpio_i2c_read(nvp6158_iic_addr[coax_data->chip_num], coax_data->data_addr); in nvp6158_coax_test_data_set() 1394 temp_reg = ((temp_reg & ~(0x01 << coax_data->param)) | (0x01 << coax_data->param)); in nvp6158_coax_test_data_set() 1397 temp_reg = coax_data->param ; in nvp6158_coax_test_data_set() 1399 gpio_i2c_write(nvp6158_iic_addr[coax_data->chip_num], coax_data->data_addr, temp_reg ); in nvp6158_coax_test_data_set()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | rtsx_card.c | 1048 u8 temp_reg; in toggle_gpio() local 1050 rtsx_read_register(chip, CARD_GPIO, &temp_reg); in toggle_gpio() 1051 temp_reg ^= (0x01 << gpio); in toggle_gpio() 1052 rtsx_write_register(chip, CARD_GPIO, 0xFF, temp_reg); in toggle_gpio()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | amc6821.c | 116 static const u8 temp_reg[] = {AMC6821_REG_LTEMP_HI, variable 179 client, temp_reg[i]); in amc6821_update_device() 291 if (i2c_smbus_write_byte_data(client, temp_reg[ix], data->temp[ix])) { in temp_store()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_api.c | 2740 u32 temp_reg; in phydm_set_weighting_mcc() local 2744 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 2745 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 2746 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 2747 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 2748 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2749 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 2756 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2757 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_api.c | 2859 u32 temp_reg; in phydm_set_weighting_mcc() local 2863 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 2864 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 2865 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 2866 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 2867 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2868 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 2875 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2876 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_api.c | 2740 u32 temp_reg; in phydm_set_weighting_mcc() local 2744 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 2745 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 2746 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 2747 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 2748 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2749 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 2756 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2757 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_api.c | 2740 u32 temp_reg; in phydm_set_weighting_mcc() local 2744 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 2745 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 2746 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 2747 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 2748 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2749 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 2756 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 2757 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_api.c | 3028 u32 temp_reg; in phydm_set_weighting_mcc() local 3032 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3033 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3034 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3035 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3036 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3037 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3044 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3045 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | iceland_smumgr.c | 2513 uint32_t temp_reg; in iceland_set_mc_special_registers() local 2523 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_EMRS); in iceland_set_mc_special_registers() 2528 ((temp_reg & 0xffff0000)) | in iceland_set_mc_special_registers() 2535 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS); in iceland_set_mc_special_registers() 2540 (temp_reg & 0xffff0000) | in iceland_set_mc_special_registers() 2564 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS1); in iceland_set_mc_special_registers() 2569 (temp_reg & 0xffff0000) | in iceland_set_mc_special_registers()
|
| H A D | ci_smumgr.c | 2585 uint32_t temp_reg; in ci_set_mc_special_registers() local 2595 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_EMRS); in ci_set_mc_special_registers() 2600 ((temp_reg & 0xffff0000)) | in ci_set_mc_special_registers() 2607 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS); in ci_set_mc_special_registers() 2612 (temp_reg & 0xffff0000) | in ci_set_mc_special_registers() 2635 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS1); in ci_set_mc_special_registers() 2640 (temp_reg & 0xffff0000) | in ci_set_mc_special_registers()
|
| H A D | tonga_smumgr.c | 2978 uint32_t temp_reg; in tonga_set_mc_special_registers() local 2988 temp_reg = cgs_read_register(hwmgr->device, in tonga_set_mc_special_registers() 2994 ((temp_reg & 0xffff0000)) | in tonga_set_mc_special_registers() 3001 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS); in tonga_set_mc_special_registers() 3006 (temp_reg & 0xffff0000) | in tonga_set_mc_special_registers() 3028 temp_reg = cgs_read_register(hwmgr->device, mmMC_PMG_CMD_MRS1); in tonga_set_mc_special_registers() 3033 (temp_reg & 0xffff0000) | in tonga_set_mc_special_registers()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_api.c | 3412 u32 temp_reg; in phydm_set_weighting_mcc() local 3416 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3417 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3418 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3419 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3420 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3421 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3428 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3429 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_api.c | 3407 u32 temp_reg; in phydm_set_weighting_mcc() local 3411 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3412 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3413 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3414 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3415 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3416 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3423 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3424 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_api.c | 3412 u32 temp_reg; in phydm_set_weighting_mcc() local 3416 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3417 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3418 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3419 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3420 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3421 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3428 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3429 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_api.c | 3288 u32 temp_reg; in phydm_set_weighting_mcc() local 3292 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3293 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3294 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3295 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3296 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3297 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3304 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3305 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_api.c | 3408 u32 temp_reg; in phydm_set_weighting_mcc() local 3412 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3413 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3414 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3415 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3416 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3417 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3424 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3425 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_api.c | 3288 u32 temp_reg; in phydm_set_weighting_mcc() local 3292 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3293 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3294 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3295 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3296 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3297 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3304 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3305 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_api.c | 3398 u32 temp_reg; in phydm_set_weighting_mcc() local 3402 temp_reg = odm_get_bb_reg(dm, 0x98c, 0x00ff0000); in phydm_set_weighting_mcc() 3403 val_0x98e = (u8)(temp_reg >> 16) & 0xc0; in phydm_set_weighting_mcc() 3404 temp_reg = odm_get_bb_reg(dm, 0x98c, 0xff000000); in phydm_set_weighting_mcc() 3405 val_0x98f = (u8)(temp_reg >> 24) & 0x7f; in phydm_set_weighting_mcc() 3406 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3407 val_0x81b = (u8)(temp_reg >> 24) & 0xfd; in phydm_set_weighting_mcc() 3414 temp_reg = odm_get_bb_reg(dm, 0x818, 0xff000000); in phydm_set_weighting_mcc() 3415 val_0x81b = (u8)(temp_reg >> 24) | BIT(2); in phydm_set_weighting_mcc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_hwmgr.c | 2240 uint32_t temp_reg; in smu7_thermal_parameter_init() local 2246 temp_reg = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC, ixCNB_PWRMGT_CNTL); in smu7_thermal_parameter_init() 2249 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, GNB_SLOW_MODE, 0x1); in smu7_thermal_parameter_init() 2252 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, GNB_SLOW_MODE, 0x2); in smu7_thermal_parameter_init() 2255 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, GNB_SLOW, 0x1); in smu7_thermal_parameter_init() 2258 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, FORCE_NB_PS1, 0x1); in smu7_thermal_parameter_init() 2261 temp_reg = PHM_SET_FIELD(temp_reg, CNB_PWRMGT_CNTL, DPM_ENABLED, 0x1); in smu7_thermal_parameter_init() 2266 cgs_write_ind_register(hwmgr->device, CGS_IND_REG__SMC, ixCNB_PWRMGT_CNTL, temp_reg); in smu7_thermal_parameter_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | ni_dpm.c | 2714 u32 temp_reg; in ni_set_mc_special_registers() local 2721 temp_reg = RREG32(MC_PMG_CMD_EMRS); in ni_set_mc_special_registers() 2726 ((temp_reg & 0xffff0000)) | in ni_set_mc_special_registers() 2732 temp_reg = RREG32(MC_PMG_CMD_MRS); in ni_set_mc_special_registers() 2737 (temp_reg & 0xffff0000) | in ni_set_mc_special_registers() 2747 temp_reg = RREG32(MC_PMG_CMD_MRS1); in ni_set_mc_special_registers() 2752 (temp_reg & 0xffff0000) | in ni_set_mc_special_registers()
|
| H A D | si_dpm.c | 5343 u32 temp_reg; in si_set_mc_special_registers() local 5350 temp_reg = RREG32(MC_PMG_CMD_EMRS); in si_set_mc_special_registers() 5355 ((temp_reg & 0xffff0000)) | in si_set_mc_special_registers() 5361 temp_reg = RREG32(MC_PMG_CMD_MRS); in si_set_mc_special_registers() 5366 (temp_reg & 0xffff0000) | in si_set_mc_special_registers() 5387 temp_reg = RREG32(MC_PMG_CMD_MRS1); in si_set_mc_special_registers() 5392 (temp_reg & 0xffff0000) | in si_set_mc_special_registers()
|
| H A D | ci_dpm.c | 4326 u32 temp_reg; in ci_set_mc_special_registers() local 4333 temp_reg = RREG32(MC_PMG_CMD_EMRS); in ci_set_mc_special_registers() 4338 ((temp_reg & 0xffff0000)) | ((table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16); in ci_set_mc_special_registers() 4344 temp_reg = RREG32(MC_PMG_CMD_MRS); in ci_set_mc_special_registers() 4349 (temp_reg & 0xffff0000) | (table->mc_reg_table_entry[k].mc_data[i] & 0x0000ffff); in ci_set_mc_special_registers() 4370 temp_reg = RREG32(MC_PMG_CMD_MRS1); in ci_set_mc_special_registers() 4375 (temp_reg & 0xffff0000) | (table->mc_reg_table_entry[k].mc_data[i] & 0x0000ffff); in ci_set_mc_special_registers()
|