Searched refs:max_count (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | trees.c | 721 int max_count = 7; /* max repeat count */ local 724 if (nextlen == 0) max_count = 138, min_count = 3; 729 if (++count < max_count && curlen == nextlen) { 743 max_count = 138, min_count = 3; 745 max_count = 6, min_count = 3; 747 max_count = 7, min_count = 4; 766 int max_count = 7; /* max repeat count */ local 770 if (nextlen == 0) max_count = 138, min_count = 3; 774 if (++count < max_count && curlen == nextlen) { 794 max_count = 138, min_count = 3; [all …]
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | gpio.h | 476 struct gpio_desc *desc_list, int max_count, 520 struct gpio_desc *desc_list, int max_count,
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | cros_ec_keyb.c | 46 int max_count, bool *samep) in check_for_keys() argument 77 if ((data & mask) && num_keys < max_count) { in check_for_keys()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 881 struct gpio_desc *desc, int max_count, in gpio_request_list_by_name_nodev() argument 887 for (count = 0; count < max_count; count++) { in gpio_request_list_by_name_nodev() 906 struct gpio_desc *desc, int max_count, in gpio_request_list_by_name() argument 915 max_count, flags); in gpio_request_list_by_name()
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 128 unsigned int sleep_time_us, u8 max_count) in tpm_tis_i2c_write_generic() argument 144 for (count = 0; count < max_count; count++) { in tpm_tis_i2c_write_generic()
|