| /OK3568_Linux_fs/kernel/drivers/iio/common/st_sensors/ |
| H A D | st_sensors_core.c | 162 u8 tmp_value; in st_sensors_set_enable() local 169 tmp_value = sdata->sensor_settings->pw.value_on; in st_sensors_set_enable() 178 tmp_value = odr_out.value; in st_sensors_set_enable() 183 sdata->sensor_settings->pw.mask, tmp_value); in st_sensors_set_enable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-ethtool.c | 354 u32 tmp_value, tmp_mask; in dpaa2_eth_prep_uip_rule() local 381 tmp_value = be32_to_cpu(uip_value->l4_4_bytes); in dpaa2_eth_prep_uip_rule() 385 *(__be16 *)(key + off) = htons(tmp_value >> 16); in dpaa2_eth_prep_uip_rule() 390 *(__be16 *)(key + off) = htons(tmp_value & 0xFFFF); in dpaa2_eth_prep_uip_rule()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_rc.c | 323 RK_S32 tmp_value = 0; in cal_pic_quant() local 351 tmp_value = axb_div_c(rc->target_pic_size - tmp_avg_rc_error, in cal_pic_quant() 353 rc->qp_hdr = new_pic_quant(&rc->lin_reg, tmp_value, in cal_pic_quant()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | apic.c | 333 unsigned int lvtt_value, tmp_value; in __setup_APIC_LVTT() local 362 tmp_value = apic_read(APIC_TDCR); in __setup_APIC_LVTT() 364 (tmp_value & ~(APIC_TDR_DIV_1 | APIC_TDR_DIV_TMBASE)) | in __setup_APIC_LVTT()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | pktgen.c | 1658 __u32 tmp_value = 0; in pktgen_if_write() local 1659 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write() 1665 pkt_dev->tos = tmp_value; in pktgen_if_write() 1674 __u32 tmp_value = 0; in pktgen_if_write() local 1675 len = hex32_arg(&user_buffer[i], 2, &tmp_value); in pktgen_if_write() 1681 pkt_dev->traffic_class = tmp_value; in pktgen_if_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/ |
| H A D | rtl8723d_hal_init.c | 932 u32 tmp_size = 0, tmp_value = 0; in send_fw_packet() local 994 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); in send_fw_packet() 996 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); in send_fw_packet() 997 tmp_value = (tmp_value >> 6) << 1; in send_fw_packet() 1000 (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value); in send_fw_packet()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/ |
| H A D | rtl8723d_hal_init.c | 931 u32 tmp_size = 0, tmp_value = 0; in send_fw_packet() local 993 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); in send_fw_packet() 995 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); in send_fw_packet() 996 tmp_value = (tmp_value >> 6) << 1; in send_fw_packet() 999 (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value); in send_fw_packet()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/ |
| H A D | rtl8188f_hal_init.c | 935 u32 tmp_size, tmp_value; 1021 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); 1023 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); 1024 tmp_value = (tmp_value >> 6) << 1; 1026 rtw_write8(padapter, REG_MCUFWDL + 2, (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/rtl8703b/ |
| H A D | rtl8703b_hal_init.c | 925 u32 tmp_size, tmp_value; in send_fw_packet() local 1010 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); in send_fw_packet() 1012 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); in send_fw_packet() 1013 tmp_value = (tmp_value >> 6) << 1; in send_fw_packet() 1015 rtw_write8(padapter, REG_MCUFWDL + 2, (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value); in send_fw_packet()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/ |
| H A D | rtl8188f_hal_init.c | 934 u32 tmp_size, tmp_value; 1020 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); 1022 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); 1023 tmp_value = (tmp_value >> 6) << 1; 1025 rtw_write8(padapter, REG_MCUFWDL + 2, (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/ |
| H A D | rtl8188f_hal_init.c | 935 u32 tmp_size, tmp_value; 1021 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); 1023 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); 1024 tmp_value = (tmp_value >> 6) << 1; 1026 rtw_write8(padapter, REG_MCUFWDL + 2, (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/ |
| H A D | rtl8188f_hal_init.c | 934 u32 tmp_size, tmp_value; 1020 tmp_value = rtw_read8(padapter, REG_MCUFWDL + 1); 1022 rtw_write8(padapter, REG_MCUFWDL + 1, (u8)tmp_value & ~(BIT(5))); 1023 tmp_value = (tmp_value >> 6) << 1; 1025 rtw_write8(padapter, REG_MCUFWDL + 2, (rtw_read8(padapter, REG_MCUFWDL + 2) & 0xF8) | tmp_value);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.c | 7938 u8 tmp_value; in rtw_hal_mac_write_efuse_bt_hidden() local 7940 if (mac->ops->read_efuse(mac, addr, 1, &tmp_value, MAC_AX_EFUSE_BANK_BT) != MACSUCCESS) { in rtw_hal_mac_write_efuse_bt_hidden() 7945 if(tmp_value != 0xFF) { in rtw_hal_mac_write_efuse_bt_hidden() 7946 PHL_INFO("%s bt efuse hidden offset = 0x%x has value = 0x%x.\n", __FUNCTION__, addr, tmp_value); in rtw_hal_mac_write_efuse_bt_hidden()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.c | 7954 u8 tmp_value; in rtw_hal_mac_write_efuse_bt_hidden() local 7956 if (mac->ops->read_efuse(mac, addr, 1, &tmp_value, MAC_AX_EFUSE_BANK_BT) != MACSUCCESS) { in rtw_hal_mac_write_efuse_bt_hidden() 7961 if(tmp_value != 0xFF) { in rtw_hal_mac_write_efuse_bt_hidden() 7962 PHL_INFO("%s bt efuse hidden offset = 0x%x has value = 0x%x.\n", __FUNCTION__, addr, tmp_value); in rtw_hal_mac_write_efuse_bt_hidden()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 3282 u32 tmp_value; in rtl8168_driver_start() local 3285 tmp_value = rtl8168_ocp_read(tp, 0x30, 1); in rtl8168_driver_start() 3286 tmp_value |= BIT_0; in rtl8168_driver_start() 3287 rtl8168_ocp_write(tp, 0x30, 1, tmp_value); in rtl8168_driver_start() 3325 u32 tmp_value; in rtl8168_driver_stop() local 3330 tmp_value = rtl8168_ocp_read(tp, 0x30, 1); in rtl8168_driver_stop() 3331 tmp_value |= BIT_0; in rtl8168_driver_stop() 3332 rtl8168_ocp_write(tp, 0x30, 1, tmp_value); in rtl8168_driver_stop()
|