Searched refs:num_aps (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | mp_init.c | 311 static int start_aps(int ap_count, atomic_t *num_aps) in start_aps() argument 352 wait_for_aps(num_aps, ap_count, 200, 15); in start_aps() 365 if (wait_for_aps(num_aps, ap_count, 10000, 50)) { in start_aps() 367 atomic_read(num_aps), ap_count); in start_aps() 380 int num_aps = num_cpus - 1; in bsp_do_flight_plan() local 388 if (wait_for_aps(&rec->cpus_entered, num_aps, in bsp_do_flight_plan() 487 int num_aps; in mp_init() local 544 num_aps = num_cpus - 1; in mp_init() 545 ret = start_aps(num_aps, ap_count); in mp_init() 549 num_aps); in mp_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | tboot.c | 314 static int tboot_wait_for_aps(int num_aps) in tboot_wait_for_aps() argument 319 while (atomic_read((atomic_t *)&tboot->num_in_wfs) != num_aps && in tboot_wait_for_aps() 328 return !(atomic_read((atomic_t *)&tboot->num_in_wfs) == num_aps); in tboot_wait_for_aps()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 10363 uint8 num_aps; /* Number of APs to range, at least min_ap_count */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 13466 uint8 num_aps; /* Number of APs to range, at least min_ap_count */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 13466 uint8 num_aps; /* Number of APs to range, at least min_ap_count */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 13477 uint8 num_aps; /* Number of APs to range, at least min_ap_count */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 16532 uint8 num_aps; /* Number of APs to range, at least min_ap_count */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 16550 uint8 num_aps; /* Number of APs to range, at least min_ap_count */ member
|