Home
last modified time | relevance | path

Searched refs:aux_reg_read (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/mspi/
Dmspi_dw.h173 static uint32_t aux_reg_read(const struct device *dev, uint32_t off) in aux_reg_read() function
211 { return aux_reg_read(dev, off); }
223 (.read = aux_reg_read, \
/Zephyr-latest/drivers/spi/
Dspi_dw.h67 static uint32_t aux_reg_read(uint8_t size, mm_reg_t addr, uint32_t off) in aux_reg_read() function
Dspi_dw.c652 (.read_func = aux_reg_read, \