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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-ssb.c192 u16 chipid_top; local
195 chipid_top = (dev->bus->chip_id & 0xFF00);
196 if (chipid_top != 0x4700 && chipid_top != 0x5300)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_pcicore.c380 u16 chipid_top; local
383 chipid_top = (bus->chip_id & 0xFF00);
384 if (chipid_top != 0x4700 &&
385 chipid_top != 0x5300)

Completed in 47 milliseconds