Home
last modified time | relevance | path

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

/drivers/usb/host/
Dssb-hcd.c155 u16 chipid_top; in ssb_hcd_probe() local
160 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_hcd_probe()
161 if (chipid_top != 0x4700 && chipid_top != 0x5300) in ssb_hcd_probe()
Dbcma-hcd.c217 u16 chipid_top; in bcma_hcd_probe() local
224 chipid_top = (chipinfo->id & 0xFF00); in bcma_hcd_probe()
225 if (chipid_top != 0x4700 && chipid_top != 0x5300) in bcma_hcd_probe()
/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()
/drivers/ssb/
Ddriver_pcicore.c385 u16 chipid_top; in pcicore_is_in_hostmode() local
388 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()