Home
last modified time | relevance | path

Searched refs:FPGA_VER (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/tehuti/
Dtehuti.h362 #define FPGA_VER 0x5030 macro
Dtehuti.c113 readl(nic->regs + SROM_VER), readl(nic->regs + FPGA_VER) & 0xFFF, in print_hw_id()
1965 if ((readl(nic->regs + FPGA_VER) & 0xFFF) >= 378) { in bdx_probe()
2017 if ((readl(nic->regs + FPGA_VER) & 0xFFF) == 308) { in bdx_probe()
/linux-3.4.99/drivers/staging/rts5139/
Drts51x_card.h161 #define FPGA_VER 0x80 macro
Drts51x_chip.c185 if (val & FPGA_VER) { in rts51x_init_chip()
/linux-3.4.99/drivers/atm/
Dsolos-pci.c51 #define FPGA_VER 0x74 macro
1137 data32 = ioread32(card->config_regs + FPGA_VER); in fpga_probe()