Searched refs:ENC28J60_READ_CTRL_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | enc28j60_hw.h | 284 #define ENC28J60_READ_CTRL_REG 0x00 macro
|
H A D | enc28j60.c | 274 return spi_read_op(priv, ENC28J60_READ_CTRL_REG, address); in nolock_regb_read() 296 rl = spi_read_op(priv, ENC28J60_READ_CTRL_REG, address); in nolock_regw_read() 297 rh = spi_read_op(priv, ENC28J60_READ_CTRL_REG, address + 1); in nolock_regw_read()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | enc28j60_hw.h | 284 #define ENC28J60_READ_CTRL_REG 0x00 macro
|
H A D | enc28j60.c | 273 return spi_read_op(priv, ENC28J60_READ_CTRL_REG, address); in nolock_regb_read() 295 rl = spi_read_op(priv, ENC28J60_READ_CTRL_REG, address); in nolock_regw_read() 296 rh = spi_read_op(priv, ENC28J60_READ_CTRL_REG, address + 1); in nolock_regw_read()
|
Completed in 10 milliseconds