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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddm9000.h24 #define DM9000_EPCR 0x0B macro
H A Ddm9000.c339 status = dm9000_read_locked(db, DM9000_EPCR);
374 iow(db, DM9000_EPCR, EPCR_ERPRR);
385 iow(db, DM9000_EPCR, 0x0);
412 iow(db, DM9000_EPCR, EPCR_WEP | EPCR_ERPRW);
420 iow(db, DM9000_EPCR, 0);
1245 iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS); /* Issue phyxcer read command */
1255 iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer read command */
1296 iow(db, DM9000_EPCR, EPCR_EPOS | EPCR_ERPRW); /* Issue phyxcer write command */
1306 iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer write command */

Completed in 106 milliseconds