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()
31 u16 chipid_top; in bcma_core_pci_is_in_hostmode() local34 chipid_top = (bus->chipinfo.id & 0xFF00); in bcma_core_pci_is_in_hostmode()35 if (chipid_top != 0x4700 && in bcma_core_pci_is_in_hostmode()36 chipid_top != 0x5300) in bcma_core_pci_is_in_hostmode()
395 u16 chipid_top; in pcicore_is_in_hostmode() local398 chipid_top = (bus->chip_id & 0xFF00); in pcicore_is_in_hostmode()399 if (chipid_top != 0x4700 && in pcicore_is_in_hostmode()400 chipid_top != 0x5300) in pcicore_is_in_hostmode()