Searched refs:chip_match (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 2161 dhd_conf_read_chiprev(dhd_pub_t *dhd, int *chip_match, in dhd_conf_read_chiprev() argument 2179 *chip_match = 1; in dhd_conf_read_chiprev() 2181 *chip_match = 0; in dhd_conf_read_chiprev() 2182 CONFIG_MSG("chip=0x%x, rev=%d, chip_match=%d\n", chip, rev, *chip_match); in dhd_conf_read_chiprev() 3313 int bcmerror = -1, chip_match = -1; in dhd_conf_read_config() local 3373 dhd_conf_read_chiprev(dhd, &chip_match, pick, len_param); in dhd_conf_read_config() 3374 if (!chip_match) in dhd_conf_read_config()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 3262 dhd_conf_read_chiprev(dhd_pub_t *dhd, int *chip_match, in dhd_conf_read_chiprev() argument 3280 *chip_match = 1; in dhd_conf_read_chiprev() 3282 *chip_match = 0; in dhd_conf_read_chiprev() 3283 CONFIG_MSG("chip=0x%x, rev=%d, chip_match=%d\n", chip, rev, *chip_match); in dhd_conf_read_chiprev() 4591 int bcmerror = -1, chip_match = -1; in dhd_conf_read_config() local 4652 dhd_conf_read_chiprev(dhd, &chip_match, pick, len_param); in dhd_conf_read_config() 4653 if (!chip_match) in dhd_conf_read_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 3144 dhd_conf_read_chiprev(dhd_pub_t *dhd, int *chip_match, in dhd_conf_read_chiprev() argument 3162 *chip_match = 1; in dhd_conf_read_chiprev() 3164 *chip_match = 0; in dhd_conf_read_chiprev() 3165 CONFIG_MSG("chip=0x%x, rev=%d, chip_match=%d\n", chip, rev, *chip_match); in dhd_conf_read_chiprev() 4452 int bcmerror = -1, chip_match = -1; in dhd_conf_read_config() local 4513 dhd_conf_read_chiprev(dhd, &chip_match, pick, len_param); in dhd_conf_read_config() 4514 if (!chip_match) in dhd_conf_read_config()
|