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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dhawk_common.c230 uint vend_dev_id; local
235 vend_dev_id = in_be32((uint *)smc_base + PCI_VENDOR_ID);
237 if (((vend_dev_id & 0xffff0000) >> 16) != PCI_VENDOR_ID_MOTOROLA) {
239 "Not a Motorola Memory Controller", vend_dev_id);
243 vend_dev_id &= 0x0000ffff;
245 if (vend_dev_id == PCI_DEVICE_ID_MOTOROLA_FALCON) {
252 else if (vend_dev_id == PCI_DEVICE_ID_MOTOROLA_HAWK) {
260 "Not a Falcon or HAWK", vend_dev_id);
H A Dharrier.c248 uint vend_dev_id; local
255 vend_dev_id = in_be32((uint *) xcsr_base + PCI_VENDOR_ID);
257 if (((vend_dev_id & 0xffff0000) >> 16) != PCI_VENDOR_ID_MOTOROLA) {
259 "Not a Motorola Memory Controller", vend_dev_id);
263 vend_dev_id &= 0x0000ffff;
265 if (vend_dev_id == PCI_DEVICE_ID_MOTOROLA_HARRIER) {
271 "Not a Harrier", vend_dev_id);

Completed in 42 milliseconds