Searched refs:cis_max_cnt (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 573 uint32 cis_start_addr, uint32 cis_max_cnt) in dhd_conf_read_otp_from_bp() argument 615 for (i=0; i<cis_max_cnt; i++) { in dhd_conf_read_otp_from_bp() 650 uint32 cis_start_addr = 0, cis_end_addr = 0, cis_max_cnt; in dhd_conf_get_otp() local 669 cis_max_cnt = (cis_end_addr - cis_start_addr + 1) / sizeof(uint32); in dhd_conf_get_otp() 671 raw_data = kmalloc(cis_max_cnt, GFP_KERNEL); in dhd_conf_get_otp() 673 CONFIG_ERROR("Failed to allocate buffer of %d bytes\n", cis_max_cnt); in dhd_conf_get_otp() 677 totlen = dhd_conf_read_otp_from_bp(sih, raw_data, cis_start_addr, cis_max_cnt); in dhd_conf_get_otp()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 485 uint32 cis_start_addr, uint32 cis_max_cnt) in dhd_conf_read_otp_from_bp() argument 527 for (i=0; i<cis_max_cnt; i++) { in dhd_conf_read_otp_from_bp() 562 uint32 cis_start_addr = 0, cis_end_addr = 0, cis_max_cnt; in dhd_conf_get_otp() local 581 cis_max_cnt = (cis_end_addr - cis_start_addr + 1) / sizeof(uint32); in dhd_conf_get_otp() 583 raw_data = kmalloc(cis_max_cnt, GFP_KERNEL); in dhd_conf_get_otp() 585 CONFIG_ERROR("Failed to allocate buffer of %d bytes\n", cis_max_cnt); in dhd_conf_get_otp() 589 totlen = dhd_conf_read_otp_from_bp(sih, raw_data, cis_start_addr, cis_max_cnt); in dhd_conf_get_otp()
|