Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddc2114x.c198 unsigned int cfrv; in dc21x4x_initialize() local
212 pci_read_config_dword(devbusfn, PCI_REVISION_ID, &cfrv); in dc21x4x_initialize()
215 if ((cfrv & CFRV_RN) < DC2114x_BRK ) { in dc21x4x_initialize()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c839 int cfrv; /* Card CFRV copy */ member
1236 i = lp->cfrv & 0x000000fe; in de4x5_hw_init()
2024 lp->cfrv = (u_short) inl(PCI_CFRV); in de4x5_eisa_probe()
2053 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_eisa_probe()
2240 lp->cfrv = pdev->revision; in de4x5_pci_probe()
2248 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_pci_probe()