Searched refs:pm_tmr (Results 1 – 3 of 3) sorted by relevance
63 struct AcpiGenericAddress pm_tmr; /* PM_TMR_BLK */ member
2252 build_append_int_noprefix(tbl, f->pm_tmr.address, 4); /* PM_TMR_BLK */ in build_fadt()2260 build_append_int_noprefix(tbl, f->pm_tmr.bit_width / 8, 1); /* PM_TMR_LEN */ in build_fadt()2318 build_append_gas_from_struct(tbl, &f->pm_tmr); /* X_PM_TMR_BLK */ in build_fadt()
178 .pm_tmr = { .space_id = as, .bit_width = 4 * 8, .address = io + 0x08 }, in init_common_fadt_data()