Searched defs:btoc (Results 1 – 2 of 2) sorted by relevance
173 struct btoc { in cpuidle() struct174 char *behavior; in cpuidle()175 int cmd; in cpuidle()176 int Errno; in cpuidle()333 struct btoc { in S3sup() struct334 char *behavior; in S3sup()335 int cmd; in S3sup()386 struct btoc { in autoS3() struct387 char *behavior; in autoS3()388 int cmd; in autoS3()[all …]
187 #define btoc(x) mmu_btopr(x) macro