| 697 | } |
| 698 | |
| 699 | static int is_platform_with_pch(void) |
| 700 | { |
| 701 | if (chipset >= CHIPSET_5_SERIES_IBEX_PEAK) |
| 702 | return 1; |
| 703 | |
| 704 | return 0; |
| 705 | } |
| 706 | |
| 707 | /* FLMAP0 register bit 24 onwards are reserved from SPT PCH */ |
| 708 | static int is_platform_with_100x_series_pch(void) |