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

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_ide_pci.c205 * pciidedrv_find(devid,list)
211 * devid - product and device ID we have
217 static int pciidedrv_find(uint32_t devid,uint32_t *list) argument
222 if (list[idx] == devid) return idx;
255 uint32_t devid,classid; local
274 devid = pci_conf_read(tag,PCI_ID_REG);
282 (pciidedrv_find(devid,pciidedrv_devlist) < 0)) {
H A Ddev_ide_frodo.c246 * pciidedrv_find(devid,list)
252 * devid - product and device ID we have
258 static int pciidedrv_find(uint32_t devid,uint32_t *list) argument
264 if (list[idx] == devid) return idx;
298 uint32_t devid,classid; local
318 devid = pci_conf_read(tag,PCI_ID_REG);
324 if (pciidedrv_find(devid,pciidedrv_devlist) < 0) {
348 for (unit = 0; unit < FRODO_NUM_PORTS(devid, classid); unit++)

Completed in 25 milliseconds