Searched refs:hid2 (Results 1 – 3 of 3) sorted by relevance
113 u32 hid2; in cpu_750fx_cpu_speed() local123 hid2 = mfspr(SPRN_HID2_750FX); in cpu_750fx_cpu_speed()124 hid2 &= ~0x2000; in cpu_750fx_cpu_speed()125 mtspr(SPRN_HID2_750FX, hid2); in cpu_750fx_cpu_speed()134 hid2 = mfspr(SPRN_HID2_750FX); in cpu_750fx_cpu_speed()135 hid2 |= 0x2000; in cpu_750fx_cpu_speed()136 mtspr(SPRN_HID2_750FX, hid2); in cpu_750fx_cpu_speed()
876 static inline bool acpi_dev_hid_match(struct acpi_device *adev, const char *hid2) in acpi_dev_hid_match() argument880 return hid1 && hid2 && !strcmp(hid1, hid2); in acpi_dev_hid_match()935 #define acpi_dev_hid_uid_match(adev, hid2, uid2) \ argument936 (acpi_dev_hid_match(adev, hid2) && \
787 #define acpi_dev_hid_uid_match(adev, hid2, uid2) (adev && false) argument