Searched refs:db_base (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_main.c184 unsigned long mem_base, mem_len, db_base, db_len; local
280 db_base = pci_resource_start(pdev, 4); /* doorbell is on bar 4 */
289 DPRINTK(INFO, "doorbell ioremap from %lx a size of %lx\n", db_base,
292 db_ptr = ioremap(db_base, NETXEN_DB_MAPSIZE_BYTES);
306 adapter->ahw.db_base = db_ptr;
743 iounmap(adapter->ahw.db_base);
H A Dnetxen_nic.h127 (adapter->ahw.db_base + (off))
788 void __iomem *db_base; member in struct:netxen_hardware_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c858 if (dp < mp->b_datap->db_base || mp->b_datap->db_ref > 1) {
1117 DPRINT2(" base=%x lim=%x", db->db_base, db->db_lim);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c858 if (dp < mp->b_datap->db_base || mp->b_datap->db_ref > 1) {
1117 DPRINT2(" base=%x lim=%x", db->db_base, db->db_lim);

Completed in 67 milliseconds