Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dssb-hcd.c154 u16 chipid_top; in ssb_hcd_probe() local
159 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_hcd_probe()
160 if (chipid_top != 0x4700 && chipid_top != 0x5300) in ssb_hcd_probe()
/linux/drivers/bcma/
A Ddriver_pci_host.c31 u16 chipid_top; in bcma_core_pci_is_in_hostmode() local
34 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()
/linux/drivers/ssb/
A Ddriver_pcicore.c400 u16 chipid_top; in pcicore_is_in_hostmode() local
403 chipid_top = (bus->chip_id & 0xFF00); in pcicore_is_in_hostmode()
404 if (chipid_top != 0x4700 && in pcicore_is_in_hostmode()
405 chipid_top != 0x5300) in pcicore_is_in_hostmode()

Completed in 6 milliseconds