Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/sfi/
Dsfi.c60 cpu_num = SFI_GET_NUM_ENTRIES(sb, struct sfi_cpu_table_entry); in sfi_parse_cpus()
86 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_apic_table_entry); in sfi_parse_ioapic()
/linux-4.4.14/arch/x86/platform/intel-mid/
Dsfi.c85 sfi_mtimer_num = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_mtmr()
158 sfi_mrtc_num = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_mrtc()
197 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_gpio_table_entry); in sfi_parse_gpio()
439 num = SFI_GET_NUM_ENTRIES(sb, struct sfi_device_table_entry); in sfi_parse_devs()
/linux-4.4.14/drivers/sfi/
Dsfi_core.c264 tbl_cnt = SFI_GET_NUM_ENTRIES(syst_va, u64); in sfi_get_table()
321 tbl_cnt = SFI_GET_NUM_ENTRIES(syst_va, u64); in sfi_parse_syst()
472 tbl_cnt = SFI_GET_NUM_ENTRIES(syst_va, u64); in sfi_sysfs_init()
/linux-4.4.14/drivers/cpufreq/
Dsfi-cpufreq.c38 num_freq_table_entries = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_freq()
/linux-4.4.14/include/linux/
Dsfi.h88 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ macro