Searched refs:chipid_top (Results 1 – 4 of 4) sorted by relevance
155 u16 chipid_top; in ssb_hcd_probe() local160 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_hcd_probe()161 if (chipid_top != 0x4700 && chipid_top != 0x5300) in ssb_hcd_probe()
217 u16 chipid_top; in bcma_hcd_probe() local224 chipid_top = (chipinfo->id & 0xFF00); in bcma_hcd_probe()225 if (chipid_top != 0x4700 && chipid_top != 0x5300) in bcma_hcd_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()
385 u16 chipid_top; in pcicore_is_in_hostmode() local388 chipid_top = (bus->chip_id & 0xFF00); in pcicore_is_in_hostmode()389 if (chipid_top != 0x4700 && in pcicore_is_in_hostmode()390 chipid_top != 0x5300) in pcicore_is_in_hostmode()