Searched refs:chipid_top (Results 1 – 3 of 3) sorted by relevance
193 u16 chipid_top; in ssb_ohci_probe() local196 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_ohci_probe()197 if (chipid_top != 0x4700 && chipid_top != 0x5300) in ssb_ohci_probe()
30 u16 chipid_top; in bcma_core_pci_is_in_hostmode() local33 chipid_top = (bus->chipinfo.id & 0xFF00); in bcma_core_pci_is_in_hostmode()34 if (chipid_top != 0x4700 && in bcma_core_pci_is_in_hostmode()35 chipid_top != 0x5300) in bcma_core_pci_is_in_hostmode()
386 u16 chipid_top; in pcicore_is_in_hostmode() local389 chipid_top = (bus->chip_id & 0xFF00); in pcicore_is_in_hostmode()390 if (chipid_top != 0x4700 && in pcicore_is_in_hostmode()391 chipid_top != 0x5300) in pcicore_is_in_hostmode()