Searched refs:spi_reg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 2699 static void spi_reg(struct ksz_hw *hw, u8 data, u8 reg) in spi_reg() function 2748 spi_reg(hw, AT93C_READ, reg); in eeprom_read() 2771 spi_reg(hw, AT93C_CODE, AT93C_WR_ON); in eeprom_write() 2777 spi_reg(hw, AT93C_ERASE, reg); in eeprom_write() 2793 spi_reg(hw, AT93C_WRITE, reg); in eeprom_write() 2810 spi_reg(hw, AT93C_CODE, AT93C_WR_OFF); in eeprom_write()
|