Searched refs:nolock_regw_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A 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(pri in enc28j60_dump_regs() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | enc28j60.c | 290 static int nolock_regw_read(struct enc28j60_net *priv, u8 address) in nolock_regw_read() function 306 ret = nolock_regw_read(priv, address); in locked_regw_read() 360 reg = nolock_regw_read(priv, ERDPTL); in enc28j60_mem_read() 385 reg = nolock_regw_read(priv, EWRPTL); in enc28j60_packet_write() 399 __func__, nolock_regw_read(priv, EWRPTL)); in enc28j60_packet_write() 405 __func__, nolock_regw_read(priv, EWRPTL), len); in enc28j60_packet_write() 452 ret = nolock_regw_read(priv, MIRDL); in enc28j60_phy_read() 548 nolock_regw_read(priv, ERXSTL), nolock_regw_read(priv, ERXNDL), in enc28j60_dump_regs() 549 nolock_regw_read(pri in enc28j60_dump_regs() [all...] |
Completed in 4 milliseconds