Lines Matching defs:sp
42 #define CPU_ACPI_PPC(sp) sp->cs_ppc
43 #define CPU_ACPI_PSD(sp) sp->cs_psd
44 #define CPU_ACPI_PCT(sp) sp->cs_pct
45 #define CPU_ACPI_PCT_CTRL(sp) &sp->cs_pct[0]
46 #define CPU_ACPI_PCT_STATUS(sp) &sp->cs_pct[1]
47 #define CPU_ACPI_PSTATES(sp) sp->cs_pstates.ss_states
48 #define CPU_ACPI_PSTATES_COUNT(sp) sp->cs_pstates.ss_count
57 #define CPU_ACPI_TPC(sp) sp->cs_tpc
58 #define CPU_ACPI_TSD(sp) sp->cs_tsd
59 #define CPU_ACPI_PTC(sp) sp->cs_ptc
60 #define CPU_ACPI_PTC_CTRL(sp) &sp->cs_ptc[0]
61 #define CPU_ACPI_PTC_STATUS(sp) &sp->cs_ptc[1]
62 #define CPU_ACPI_TSTATES(sp) sp->cs_tstates.ss_states
63 #define CPU_ACPI_TSTATES_COUNT(sp) sp->cs_tstates.ss_count
73 #define CPU_ACPI_CSD(sp) sp->cs_csd
74 #define CPU_ACPI_CSTATES(sp) sp->cs_cstates.ss_states
75 #define CPU_ACPI_CSTATES_COUNT(sp) sp->cs_cstates.ss_count
89 #define CPU_ACPI_IS_OBJ_CACHED(sp, obj) (sp->cpu_acpi_cached & obj)
90 #define CPU_ACPI_OBJ_IS_CACHED(sp, obj) (sp->cpu_acpi_cached |= obj)
91 #define CPU_ACPI_OBJ_IS_NOT_CACHED(sp, obj) (sp->cpu_acpi_cached &= ~obj)