Home
last modified time | relevance | path

Searched refs:sts_val (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_perf.c62 uint32_t sts_val; member
454 set->spec[PX_SPEC_STATUS] = px->sts_val; in acpi_px_to_set()
484 int i, status, sts_val, tries; in acpi_px_set() local
510 sts_val = sc->px_states[i].sts_val; in acpi_px_set()
520 if (status == sts_val || in acpi_px_set()
521 ((sts_val & ~0xff) == 0 && (status & 0xff) == sts_val)) in acpi_px_set()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_debug_tools.h289 u32 sts_val /* Value read from the STS attention register */; member
H A Decore_dbg_fw_funcs.c6407 u32 sts_addr, sts_val; in ecore_dbg_read_attn() local
6419 sts_val = ecore_rd(p_hwfn, p_ptt, sts_addr); in ecore_dbg_read_attn()
6420 if (!sts_val) in ecore_dbg_read_attn()
6428 reg_result->sts_val = sts_val; in ecore_dbg_read_attn()
6458 …08x, status 0x%08x, mask 0x%08x\n", attn_type_str, sts_addr, reg_result->sts_val, reg_result->mask… in ecore_dbg_print_attn()