Searched refs:sh_sleep_regs (Results 1 – 2 of 2) sorted by relevance
/linux/arch/sh/kernel/ |
A D | asm-offsets.c | 47 DEFINE(SH_SLEEP_REG_STBCR, offsetof(struct sh_sleep_regs, stbcr)); in main() 48 DEFINE(SH_SLEEP_REG_BAR, offsetof(struct sh_sleep_regs, bar)); in main() 49 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main() 50 DEFINE(SH_SLEEP_REG_PTEL, offsetof(struct sh_sleep_regs, ptel)); in main() 51 DEFINE(SH_SLEEP_REG_TTB, offsetof(struct sh_sleep_regs, ttb)); in main() 52 DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea)); in main() 53 DEFINE(SH_SLEEP_REG_MMUCR, offsetof(struct sh_sleep_regs, mmucr)); in main() 54 DEFINE(SH_SLEEP_REG_PTEA, offsetof(struct sh_sleep_regs, ptea)); in main() 55 DEFINE(SH_SLEEP_REG_PASCR, offsetof(struct sh_sleep_regs, pascr)); in main() 56 DEFINE(SH_SLEEP_REG_IRMCR, offsetof(struct sh_sleep_regs, irmcr)); in main() [all …]
|
/linux/arch/sh/include/asm/ |
A D | suspend.h | 39 struct sh_sleep_regs { struct 77 struct sh_sleep_regs addr; argument 80 struct sh_sleep_regs data;
|
Completed in 3 milliseconds