Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dtrees.c721 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 Dgpio.h476 struct gpio_desc *desc_list, int max_count,
520 struct gpio_desc *desc_list, int max_count,
/rk3399_rockchip-uboot/drivers/input/
H A Dcros_ec_keyb.c46 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 Dgpio-uclass.c881 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 Dtpm_tis_infineon.c128 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()