Home
last modified time | relevance | path

Searched refs:low (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c50 * 0: low active, 1: high active
403 int high, low, mid; in rk_tsadcv2_temp_to_code() local
412 low = 0; in rk_tsadcv2_temp_to_code()
414 mid = (high + low) / ROCKCHIP_THERMAL_TWO; in rk_tsadcv2_temp_to_code()
417 if (temp < table->id[low].temp || temp > table->id[high].temp) { in rk_tsadcv2_temp_to_code()
421 while (low <= high) { in rk_tsadcv2_temp_to_code()
427 low = mid + 1; in rk_tsadcv2_temp_to_code()
429 mid = (low + high) / ROCKCHIP_THERMAL_TWO; in rk_tsadcv2_temp_to_code()
459 unsigned int low = 1; in rk_tsadcv2_code_to_temp() local
461 unsigned int mid = (low in rk_tsadcv2_code_to_temp()
1206 rockchip_thermal_set_trips(void *_sensor, int low, int high) rockchip_thermal_set_trips() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwpa.h67 uint8 low; member
81 uint8 low; member
103 uint8 low; member
112 uint8 low; member
H A Dbcmmsgbuf.h132 uint32 low; member
619 uint32 ts_low; /* time stamp low 32 bits */
637 uint32 low; member
H A Dwlioctl.h750 * low half is count of channels in channel_list, 0
796 * low half is count of channels in channel_list, 0
1427 uint32 tsf_l; /**< TSF low 32-bits */
1446 uint32 tsf_l; /**< TSF low 32-bits */
2322 uint16 nphy_b_energy_lo_aci; /**< low ACI power energy threshold for bphy */
2990 /* version 3: assoc status: low nibble is status enum, high other flags */
3085 uint16 bitmap_5g_lo; /* bitmap for 5G low channels by 2:
3606 uint16 tdmtx_txa_dur_l; /* Total time (low 16 bits) txa on */
3607 uint16 tdmtx_txa_dur_h; /* Total time (low 16 bits) txa on */
3608 uint16 tdmtx_txpri_dur_l; /* Total time (low 1
5519 uint32 low; global() member
15126 uint8 low; global() member
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h500 unsigned int high, unsigned int low);
502 unsigned int high, unsigned int low);
506 unsigned int high, unsigned int low);
508 unsigned int high, unsigned int low);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_lib.c631 hi_u8 high, low; in hex2str() local
638 low = val & MAX_LOW_4BITS; in hex2str()
646 if (low <= 9) { /* 0 ~ 9. */ in hex2str()
647 buf[WORD_IDX_1] = low + '0'; in hex2str()
649 buf[WORD_IDX_1] = (low - 0x0A) + 'A'; in hex2str()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_opp_select.c414 int high, low, mid; in temp_to_conversion_rate() local
416 low = 0; in temp_to_conversion_rate()
418 mid = (high + low) / 0x02; in temp_to_conversion_rate()
421 if (temp <= conv_table[low].temp) { in temp_to_conversion_rate()
422 return conv_table[low].conv; in temp_to_conversion_rate()
428 while (low <= high) { in temp_to_conversion_rate()
434 low = mid + 1; in temp_to_conversion_rate()
438 mid = (low + high) / 0x02; in temp_to_conversion_rate()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c444 int high, low, mid; in temp_to_conversion_rate() local
446 low = 0; in temp_to_conversion_rate()
448 mid = (high + low) / 2; in temp_to_conversion_rate()
451 if (temp <= conv_table[low].temp) in temp_to_conversion_rate()
452 return conv_table[low].conv; in temp_to_conversion_rate()
456 while (low <= high) { in temp_to_conversion_rate()
464 low = mid + 1; in temp_to_conversion_rate()
468 mid = (low + high) / 2; in temp_to_conversion_rate()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
H A Dhi_flashboot_flash.c167 hi_u32 flash_protect_check_nonprotect(hi_u8 low, hi_u8 high) in flash_protect_check_nonprotect() argument
170 if (((high & (0x1 << 0x6)) == 0) && ((low & (0x7 << 0x2)) == 0)) { in flash_protect_check_nonprotect()
174 if (((high & (0x1 << 0x6)) == (0x1 << 0x6)) && ((low & (0x3 << 0x3)) == (0x3 << 0x3))) { in flash_protect_check_nonprotect()
259 ret = flash_protect_set_protect(FLASH_PROTECT_32K_INSTRUCT, HI_FALSE); /* protect low 32KB */ in flash_protect_cancel()
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c270 unsigned long high, low; in sha1_finish() local
274 low = (ctx->total[0] << 0x3); in sha1_finish()
277 PUT_UINT32_BE(low, msglen, 0x4); in sha1_finish()
511 uint32_t high, low; in sha256_finish() local
515 low = (ctx->total[0] << 0x3); in sha256_finish()
518 PUT_UINT32_BE(low, msglen, 0x4); in sha256_finish()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c275 unsigned long high, low; in sha1_finish() local
280 low = (ctx->total[0] << 3); in sha1_finish()
283 PUT_UINT32_BE (low, msglen, 4); in sha1_finish()
522 uint32_t high, low; in sha256_finish() local
527 low = (ctx->total[0] << 3); in sha256_finish()
530 PUT_UINT32_BE(low, msglen, 4); in sha256_finish()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c439 /* usr_prio range from low to high with usr_prio value */
441 up_table_set(uint8 *up_table, uint8 usr_prio, uint8 low, uint8 high) in up_table_set() argument
445 if (usr_prio > 7 || low > high || low >= UP_TABLE_MAX || high >= UP_TABLE_MAX) { in up_table_set()
449 for (i = low; i <= high; i++) { in up_table_set()
480 uint8 low = range_ptr[i]; in wl_set_up_table() local
482 if (low == 255 && high == 255) { in wl_set_up_table()
486 if (!up_table_set(up_table, i / 2, low, high)) { in wl_set_up_table()
H A Ddhd_msgbuf.c7445 dmap->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->dmaxfer.srcmem.pa)); in dhdmsgbuf_dmaxfer_req()
7447 dmap->host_ouput_buf_addr.low = htol32(PHYSADDRLO(prot->dmaxfer.dstmem.pa)); in dhdmsgbuf_dmaxfer_req()
8115 ioct_rqst->host_input_buf_addr.low = htol32(PHYSADDRLO(prot->ioctbuf.pa)); in dhd_fillup_ioct_reqst()
9850 ring_config_req->soft_doorbell.haddr.low = in dhd_msgbuf_ring_config_d2h_soft_doorbell()
9851 htol32(soft_doorbell->haddr.low); in dhd_msgbuf_ring_config_d2h_soft_doorbell()
9857 ring_config_req->soft_doorbell.haddr.low, in dhd_msgbuf_ring_config_d2h_soft_doorbell()
10821 ts_req->host_buf_addr.low = htol32(PHYSADDRLO(prot->hostts_req_buf.pa)); in dhd_prot_send_host_timestamp()
11010 __FUNCTION__, ts->low, ts->high)); in dhd_update_hp2p_rxstats()
11033 DHD_ERROR(("%s: 0x%x 0x%x\n", __FUNCTION__, ts->low, ts->high)); in dhd_update_hp2p_txstats()
11040 DHD_ERROR(("%s: 0x%x 0x%x\n", __FUNCTION__, ts->low, t in dhd_update_hp2p_txstats()
[all...]
H A Dwl_cfg80211.c2537 " due to low priority\n", in wl_cfg80211_disc_if_mgmt()
5692 count = pmkid->count.low | (pmkid->count.high << 8); in wl_cfg80211_set_mfp()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_hipriv.c2859 hi_char high, low; in wal_hipriv_get_add_wow_pattern_param() local
2893 low = isdigit(ac_value[(idx << 1) + data_offset + 1]) ? in wal_hipriv_get_add_wow_pattern_param()
2896 if ((hi_u8)high > 0xF || (hi_u8)low > 0xF) { in wal_hipriv_get_add_wow_pattern_param()
2900 wow_param->auc_pattern_value[idx] = (((hi_u8)high & 0xF) << 4) | ((hi_u8)low & 0xF); /* 4: 左移4位 */ in wal_hipriv_get_add_wow_pattern_param()
2912 hi_char high, low; in wal_get_add_wow_pattern_param() local
2939 low = isdigit(pattern[(idx << 1) + data_offset + 1]) ? in wal_get_add_wow_pattern_param()
2942 if ((hi_u8)high > 0xF || (hi_u8)low > 0xF) { in wal_get_add_wow_pattern_param()
2946 cfg_wow_param->auc_pattern_value[idx] = (((hi_u8)high & 0xF) << 4) | ((hi_u8)low & 0xF); /* 4: 左移4位 */ in wal_get_add_wow_pattern_param()

Completed in 119 milliseconds