Searched refs:nolock_regw_read (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 291 static int nolock_regw_read(struct enc28j60_net *priv, u8 address) in nolock_regw_read() function 307 ret = nolock_regw_read(priv, address); in locked_regw_read() 361 reg = nolock_regw_read(priv, ERDPTL); in enc28j60_mem_read() 386 reg = nolock_regw_read(priv, EWRPTL); in enc28j60_packet_write() 400 __func__, nolock_regw_read(priv, EWRPTL)); in enc28j60_packet_write() 406 __func__, nolock_regw_read(priv, EWRPTL), len); in enc28j60_packet_write() 453 ret = nolock_regw_read(priv, MIRDL); in enc28j60_phy_read() 549 nolock_regw_read(priv, ERXSTL), nolock_regw_read(priv, ERXNDL), in enc28j60_dump_regs() 550 nolock_regw_read(priv, ERXWRPTL), in enc28j60_dump_regs() 551 nolock_regw_read(priv, ERXRDPTL), in enc28j60_dump_regs() [all …]
|