/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/ |
H A D | page_pool.c | 105 static int dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) in dmabuf_page_pool_total() argument 109 if (high) { in dmabuf_page_pool_total() 165 bool high; in dmabuf_page_pool_do_shrink() local 168 high = true; in dmabuf_page_pool_do_shrink() 170 high = !!(gfp_mask & __GFP_HIGHMEM); in dmabuf_page_pool_do_shrink() 174 return dmabuf_page_pool_total(pool, high); in dmabuf_page_pool_do_shrink()
|
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/ |
H A D | page_pool.c | 104 static int dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) in dmabuf_page_pool_total() argument 108 if (high) in dmabuf_page_pool_total() 162 bool high; in dmabuf_page_pool_do_shrink() local 165 high = true; in dmabuf_page_pool_do_shrink() 167 high = !!(gfp_mask & __GFP_HIGHMEM); in dmabuf_page_pool_do_shrink() 170 return dmabuf_page_pool_total(pool, high); in dmabuf_page_pool_do_shrink()
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | rockchip_thermal.c | 50 * 0: low active, 1: high active
114 * @set_alarm_temp: set the high temperature interrupt
403 int high, low, mid;
in rk_tsadcv2_temp_to_code() local 413 high = (table->length - 1) - 1; /* ignore the last check for table */
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() 425 high = mid - 1;
in rk_tsadcv2_temp_to_code() 429 mid = (low + high) / ROCKCHIP_THERMAL_TWO;
in rk_tsadcv2_temp_to_code() 460 unsigned int high in rk_tsadcv2_code_to_temp() local 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 D | wpa.h | 68 uint8 high; member 82 uint8 high; member 104 uint8 high; member 113 uint8 high; member
|
H A D | bcmmsgbuf.h | 133 uint32 high; member 623 uint32 ts_high; /* time stamp high 28 bits */ 625 uint32 ts_high_ext :28; /* time stamp high 28 bits */ 638 uint32 high; member
|
H A D | wlioctl.h | 753 * high half is entries in wlc_ssid_t array that 799 * high half is entries in wlc_ssid_t array that 1426 uint32 tsf_h; /**< TSF high 32-bits of Measurement start time */ 1445 uint32 tsf_h; /**< TSF high 32-bits of Measurement start time */ 2316 int32 glitch_delay; /* interval between ACI scans when glitch count is consistently high */ 2324 uint16 nphy_b_energy_hi_aci; /**< high ACI power energy threshold for bphy */ 2389 uint8 filter; /**< override high pass corners to lowest */ 2990 /* version 3: assoc status: low nibble is status enum, high other flags */ 3092 uint16 bitmap_5g_high; /* bitmap for 5G high channels by 2 3609 uint16 tdmtx_txpri_dur_h; /* Total time (high 1 5520 uint32 high; global() member 15127 uint8 high; global() member [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | common.h | 500 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 D | drv_lib.c | 631 hi_u8 high, low; in hex2str() local 637 high = (val >> SHIFT_4BITS) & MAX_LOW_4BITS; in hex2str() 640 if (high <= 9) { /* 0 ~ 9. */ in hex2str() 641 buf[WORD_IDX_0] = high + '0'; in hex2str() 643 buf[WORD_IDX_0] = (high - 0x0A) + 'A'; /* A ~ F. */ in hex2str()
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_opp_select.c | 414 int high, low, mid;
in temp_to_conversion_rate() local 417 high = ARRAY_SIZE(conv_table) - 1;
in temp_to_conversion_rate() 418 mid = (high + low) / 0x02;
in temp_to_conversion_rate() 424 if (temp >= conv_table[high].temp) {
in temp_to_conversion_rate() 425 return conv_table[high].conv;
in temp_to_conversion_rate() 428 while (low <= high) {
in temp_to_conversion_rate() 436 high = 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 D | rockchip_opp_select.c | 444 int high, low, mid; in temp_to_conversion_rate() local 447 high = ARRAY_SIZE(conv_table) - 1; in temp_to_conversion_rate() 448 mid = (high + low) / 2; in temp_to_conversion_rate() 453 if (temp >= conv_table[high].temp) in temp_to_conversion_rate() 454 return conv_table[high].conv; in temp_to_conversion_rate() 456 while (low <= high) { in temp_to_conversion_rate() 466 high = 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 D | hi_flashboot_flash.c | 167 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()
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 270 unsigned long high, low; in sha1_finish() local 273 high = (ctx->total[0] >> 0x1d) | (ctx->total[1] << 0x3); in sha1_finish() 276 PUT_UINT32_BE(high, msglen, 0x0); in sha1_finish() 511 uint32_t high, low; in sha256_finish() local 514 high = ((ctx->total[0] >> 0x1d) | (ctx->total[1] << 0x3)); in sha256_finish() 517 PUT_UINT32_BE(high, msglen, 0); in sha256_finish()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 275 unsigned long high, low; in sha1_finish() local 278 high = (ctx->total[0] >> 29) in sha1_finish() 282 PUT_UINT32_BE (high, msglen, 0); in sha1_finish() 522 uint32_t high, low; in sha256_finish() local 525 high = ((ctx->total[0] >> 29) in sha256_finish() 529 PUT_UINT32_BE(high, msglen, 0); in sha256_finish()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmutils.c | 439 /* 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() 481 uint8 high = range_ptr[i + 1]; 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 D | dhd_msgbuf.c | 7444 dmap->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->dmaxfer.srcmem.pa)); in dhdmsgbuf_dmaxfer_req() 7446 dmap->host_ouput_buf_addr.high = htol32(PHYSADDRHI(prot->dmaxfer.dstmem.pa)); in dhdmsgbuf_dmaxfer_req() 8114 ioct_rqst->host_input_buf_addr.high = htol32(PHYSADDRHI(prot->ioctbuf.pa)); in dhd_fillup_ioct_reqst() 9848 ring_config_req->soft_doorbell.haddr.high = in dhd_msgbuf_ring_config_d2h_soft_doorbell() 9849 htol32(soft_doorbell->haddr.high); in dhd_msgbuf_ring_config_d2h_soft_doorbell() 9856 __FUNCTION__, ring_config_req->soft_doorbell.haddr.high, in dhd_msgbuf_ring_config_d2h_soft_doorbell() 10820 ts_req->host_buf_addr.high = htol32(PHYSADDRHI(prot->hostts_req_buf.pa)); in dhd_prot_send_host_timestamp() 11005 dur1 = ((ts->high & 0x3FF) * HP2P_TIME_SCALE) / 100; in dhd_update_hp2p_rxstats() 11010 __FUNCTION__, ts->low, ts->high)); in dhd_update_hp2p_rxstats() 11030 dur1 = ((ts->high in dhd_update_hp2p_txstats() [all...] |
H A D | wl_cfg80211.c | 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 D | wal_hipriv.c | 2859 hi_char high, low; in wal_hipriv_get_add_wow_pattern_param() local 2890 high = isdigit(ac_value[(idx << 1) + data_offset]) ? 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 2936 high = isdigit(pattern[(idx << 1) + data_offset]) ? 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()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 5474 check_ldflags -Wl,--high-entropy-va # binutils 2.25
|