Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c419 dm9000_read_locked(struct board_info *db, int reg) in dm9000_read_locked() function
448 status = dm9000_read_locked(db, DM9000_EPCR); in dm9000_wait_eeprom()
609 ret = dm9000_read_locked(dm, DM9000_NSR) & NSR_LINKST ? 1 : 0; in dm9000_get_link()
753 unsigned ncr = dm9000_read_locked(db, DM9000_NCR); in dm9000_show_carrier()
775 unsigned nsr = dm9000_read_locked(db, DM9000_NSR); in dm9000_poll_work()