Searched refs:cis_start_addr (Results 1 – 4 of 4) 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 616 if (si_backplane_access(sih, cis_start_addr + i * sizeof(uint32), 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 660 cis_start_addr = row->start_addr; in dhd_conf_get_otp() 665 if (!cis_start_addr || !cis_end_addr) { in dhd_conf_get_otp() 669 cis_max_cnt = (cis_end_addr - cis_start_addr + 1) / sizeof(uint32); 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() 688 cis_start_addr, cis_end_addr, totlen); in dhd_conf_get_otp()
|
| H A D | dhd_custom_cis.c | 90 uint32 cis_start_addr = CIS_TUPLE_START_ADDRESS; in read_otp_from_bp() local 123 if (si_backplane_access(bus->sih, cis_start_addr + i * sizeof(uint32), in read_otp_from_bp()
|
| /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 528 if (si_backplane_access(sih, cis_start_addr + i * sizeof(uint32), 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 572 cis_start_addr = row->start_addr; in dhd_conf_get_otp() 577 if (!cis_start_addr || !cis_end_addr) { in dhd_conf_get_otp() 581 cis_max_cnt = (cis_end_addr - cis_start_addr + 1) / sizeof(uint32); 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() 600 cis_start_addr, cis_end_addr, totlen); in dhd_conf_get_otp()
|
| H A D | dhd_custom_cis.c | 90 uint32 cis_start_addr = CIS_TUPLE_START_ADDRESS; in read_otp_from_bp() local 123 if (si_backplane_access(bus->sih, cis_start_addr + i * sizeof(uint32), in read_otp_from_bp()
|