Home
last modified time | relevance | path

Searched refs:chipid_top (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dohci-ssb.c193 u16 chipid_top; in ssb_ohci_probe() local
196 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_ohci_probe()
197 if (chipid_top != 0x4700 && chipid_top != 0x5300) in ssb_ohci_probe()
/linux-3.4.99/drivers/bcma/
Ddriver_pci_host.c30 u16 chipid_top; in bcma_core_pci_is_in_hostmode() local
33 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()
/linux-3.4.99/drivers/ssb/
Ddriver_pcicore.c386 u16 chipid_top; in pcicore_is_in_hostmode() local
389 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()