Lines Matching refs:of_machine_is_compatible
920 if (of_machine_is_compatible("PowerBook3,1") || in detect_byte_swap()
921 of_machine_is_compatible("PowerBook2,1")) in detect_byte_swap()
924 if (of_machine_is_compatible("PowerBook2,1")) in detect_byte_swap()
957 if (of_machine_is_compatible("AAPL,3400/2400") in snd_pmac_detect()
958 || of_machine_is_compatible("AAPL,3500")) in snd_pmac_detect()
960 else if (of_machine_is_compatible("PowerBook1,1") in snd_pmac_detect()
961 || of_machine_is_compatible("AAPL,PowerBook1998")) in snd_pmac_detect()
1031 chip->can_capture = of_machine_is_compatible("PowerMac4,2") in snd_pmac_detect()
1032 || of_machine_is_compatible("PowerBook3,2") in snd_pmac_detect()
1033 || of_machine_is_compatible("PowerBook3,3") in snd_pmac_detect()
1034 || of_machine_is_compatible("PowerBook4,1") in snd_pmac_detect()
1035 || of_machine_is_compatible("PowerBook4,2") in snd_pmac_detect()
1036 || of_machine_is_compatible("PowerBook4,3"); in snd_pmac_detect()