Home
last modified time | relevance | path

Searched refs:axspi_read_reg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_spi.h44 u16 axspi_read_reg(struct axspi_data *ax_spi, u8 reg);
51 return axspi_read_reg(ax_spi, offset); in AX_READ()
H A Dax88796c_spi.c77 u16 axspi_read_reg(struct axspi_data *ax_spi, u8 reg) in axspi_read_reg() function