Home
last modified time | relevance | path

Searched refs:ap_count (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c263 *ap_countp = &params->ap_count; in load_sipi_vector()
310 static int start_aps(int ap_count, atomic_t *num_aps) in start_aps() argument
316 if (ap_count == 0) in start_aps()
328 debug("Attempting to start %d APs\n", ap_count); in start_aps()
351 wait_for_aps(num_aps, ap_count, 200, 15); in start_aps()
364 if (wait_for_aps(num_aps, ap_count, 10000, 50)) { in start_aps()
366 atomic_read(num_aps), ap_count); in start_aps()
487 atomic_t *ap_count; in mp_init() local
532 ret = load_sipi_vector(&ap_count, num_cpus); in mp_init()
533 if (ap_count == NULL) in mp_init()
[all …]
H A Dsipi_vector.S103 movl ap_count, %eax
107 lock cmpxchg %ecx, ap_count
215 ap_count: label
/openbmc/qemu/tests/unit/
H A Dcheck-qobject.c42 va_list ap_count, ap_extract; in do_test_equality() local
47 va_start(ap_count, _); in do_test_equality()
48 va_copy(ap_extract, ap_count); in do_test_equality()
49 while (va_arg(ap_count, QObject *) != &test_equality_end_of_arguments) { in do_test_equality()
52 va_end(ap_count); in do_test_equality()
/openbmc/u-boot/arch/x86/include/asm/
H A Dsipi.h69 atomic_t ap_count; member
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c565 if (wl->ap_count == 0 && is_ap) { /* first AP */ in wl1271_init_vif_specific()
576 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) { in wl1271_init_vif_specific()
H A Dwlcore.h240 u8 ap_count; member
H A Dmain.c353 else if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl12xx_irq_ps_regulate_link()
2613 wl->ap_count++; in wl1271_op_add_interface()
2734 wl->ap_count--; in __wl1271_op_remove_interface()
2746 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface()
2752 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
H A Dtx.c129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()