xref: /DragonOS/kernel/src/driver/acpi/pmtmr.rs (revision 8d72b68da9339ec97e1b8929bcf2946f0fd83cd5)
1 pub const ACPI_PM_OVERRUN: u64 = 1 << 24;
2 
3 /// Number of PMTMR ticks expected during calibration run
4 pub const PMTMR_TICKS_PER_SEC: u64 = 3579545;
5