Searched refs:IS_GM45 (Results 1 – 3 of 3) sorted by relevance
159 #define IS_GM45(devid) (intel_get_device_info(devid)->is_cantiga) macro161 #define IS_G4X(devid) (IS_G45(devid) || IS_GM45(devid))
185 #define IS_GM45(devid) ((devid) == PCI_CHIP_GM45_GM) macro186 #define IS_G4X(devid) (IS_G45(devid) || IS_GM45(devid))
52 if (IS_GM45(devid)) { in print_clock_info()