Searched refs:IS_945 (Results 1 – 6 of 6) sorted by relevance
52 #define IS_945(devid) (devid == PCI_CHIP_I945_G || \ macro64 IS_945(devid))
442 intel->is_945 = IS_945(devID); in intelInitContext()
198 #define IS_945(devid) ((devid) == PCI_CHIP_I945_G || \ macro212 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid))
95 } else if (IS_945(devid) && IS_MOBILE(devid)) { in print_clock_info()
567 if (IS_945(devid)) { in DEBUGSTRING()
148 #define IS_945(devid) (IS_945G(devid) || \ macro