Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-ssb.c148 u16 chipid_top; in ssb_ohci_probe() local
151 chipid_top = (dev->bus->chip_id & 0xFF00); in ssb_ohci_probe()
152 if (chipid_top != 0x4700 && chipid_top != 0x5300) in ssb_ohci_probe()
/drivers/ssb/
Ddriver_pcicore.c409 u16 chipid_top; in pcicore_is_in_hostmode() local
412 chipid_top = (bus->chip_id & 0xFF00); in pcicore_is_in_hostmode()
413 if (chipid_top != 0x4700 && in pcicore_is_in_hostmode()
414 chipid_top != 0x5300) in pcicore_is_in_hostmode()