Home
last modified time | relevance | path

Searched refs:CFRV_RN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddc2114x.c20 #define CFRV_RN 0x000000f0 /* Revision Number */ macro
215 if ((cfrv & CFRV_RN) < DC2114x_BRK ) { in dc21x4x_initialize()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h154 #define CFRV_RN 0x000000f0 /* Revision Number */ macro
H A Dde4x5.c2053 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_eisa_probe()
2145 device = ((this_dev->revision & CFRV_RN) < DC2114x_BRK in srom_search()
2248 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_pci_probe()