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

/linux-4.1.27/drivers/usb/host/
H A Dbcma-hcd.c217 u16 chipid_top; bcma_hcd_probe() local
224 chipid_top = (chipinfo->id & 0xFF00); bcma_hcd_probe()
225 if (chipid_top != 0x4700 && chipid_top != 0x5300) bcma_hcd_probe()
H A Dssb-hcd.c155 u16 chipid_top; ssb_hcd_probe() local
160 chipid_top = (dev->bus->chip_id & 0xFF00); ssb_hcd_probe()
161 if (chipid_top != 0x4700 && chipid_top != 0x5300) ssb_hcd_probe()
/linux-4.1.27/drivers/ssb/
H A Ddriver_pcicore.c395 u16 chipid_top; pcicore_is_in_hostmode() local
398 chipid_top = (bus->chip_id & 0xFF00); pcicore_is_in_hostmode()
399 if (chipid_top != 0x4700 && pcicore_is_in_hostmode()
400 chipid_top != 0x5300) pcicore_is_in_hostmode()
/linux-4.1.27/drivers/bcma/
H A Ddriver_pci_host.c31 u16 chipid_top; bcma_core_pci_is_in_hostmode() local
34 chipid_top = (bus->chipinfo.id & 0xFF00); bcma_core_pci_is_in_hostmode()
35 if (chipid_top != 0x4700 && bcma_core_pci_is_in_hostmode()
36 chipid_top != 0x5300) bcma_core_pci_is_in_hostmode()

Completed in 165 milliseconds