Searched refs:SFI_GET_NUM_ENTRIES (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/platform/sfi/ |
D | sfi.c | 46 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/ |
D | sfi_core.c | 265 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/ |
D | sfi.c | 80 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/ |
D | sfi.h | 88 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ macro
|
/Linux-v5.10/drivers/cpufreq/ |
D | sfi-cpufreq.c | 30 num_freq_table_entries = SFI_GET_NUM_ENTRIES(sb, in sfi_parse_freq()
|