Home
last modified time | relevance | path

Searched refs:SFI_GET_NUM_ENTRIES (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/x86/platform/sfi/
Dsfi.c46 cpu_num = SFI_GET_NUM_ENTRIES(sb, struct sfi_cpu_table_entry); in sfi_parse_cpus()
72 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_apic_table_entry); in sfi_parse_ioapic()
/Linux-v5.10/drivers/sfi/
Dsfi_core.c265 tbl_cnt = SFI_GET_NUM_ENTRIES(syst_va, u64); in sfi_get_table()
322 tbl_cnt = SFI_GET_NUM_ENTRIES(syst_va, u64); in sfi_parse_syst()
473 tbl_cnt = SFI_GET_NUM_ENTRIES(syst_va, u64); in sfi_sysfs_init()
/Linux-v5.10/arch/x86/platform/intel-mid/
Dsfi.c80 sfi_mtimer_num = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_mtmr()
152 sfi_mrtc_num = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_mrtc()
191 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_gpio_table_entry); in sfi_parse_gpio()
474 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_device_table_entry); in sfi_parse_devs()
/Linux-v5.10/include/linux/
Dsfi.h88 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ macro
/Linux-v5.10/drivers/cpufreq/
Dsfi-cpufreq.c30 num_freq_table_entries = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_freq()