Searched refs:ENC28J60_WRITE_CTRL_REG (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/microchip/ |
H A D | enc28j60_hw.h | 286 #define ENC28J60_WRITE_CTRL_REG 0x40 macro
|
H A D | enc28j60.c | 318 spi_write_op(priv, ENC28J60_WRITE_CTRL_REG, address, data); in nolock_regb_write() 334 spi_write_op(priv, ENC28J60_WRITE_CTRL_REG, address, (u8) data); in nolock_regw_write() 335 spi_write_op(priv, ENC28J60_WRITE_CTRL_REG, address + 1, in nolock_regw_write() 661 spi_write_op(priv, ENC28J60_WRITE_CTRL_REG, ECON1, 0x00); in enc28j60_hw_init()
|