Home
last modified time | relevance | path

Searched refs:pm1a_cnt_blk (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/
H A Dacpi.c36 fadt->pm1a_cnt_blk = pmbase + 0x4; in acpi_create_fadt()
96 fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk; in acpi_create_fadt()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dacpi_s3.c31 enter_acpi_mode(fadt->pm1a_cnt_blk); in acpi_resume()
H A Dacpi_table.c474 enter_acpi_mode(fadt->pm1a_cnt_blk); in write_acpi_tables()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c41 fadt->pm1a_cnt_blk = pmbase + 0x4; in acpi_create_fadt()
101 fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk; in acpi_create_fadt()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtboot.h50 struct tboot_acpi_generic_address pm1a_cnt_blk; member
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dacpi_table.h153 u32 pm1a_cnt_blk; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtboot.c262 TB_COPY_GAS(tboot->acpi_sinfo.pm1a_cnt_blk, fadt->xpm1a_control_block); in tboot_copy_fadt()