Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/davicom/
A Ddm9000.c185 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK); in dm9000_reset()
187 if (ior(db, DM9000_NCR) & 1) in dm9000_reset()
190 iow(db, DM9000_NCR, 0); in dm9000_reset()
191 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK); in dm9000_reset()
193 if (ior(db, DM9000_NCR) & 1) in dm9000_reset()
754 unsigned ncr = dm9000_read_locked(db, DM9000_NCR); in dm9000_show_carrier()
937 iow(db, DM9000_NCR, ncr); in dm9000_init_dm9000()
A Ddm9000.h14 #define DM9000_NCR 0x00 macro

Completed in 9 milliseconds