Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi-altera-dfl.c40 #define INDIRECT_ADDR (SPI_INDIRECT_ACC_OFST+0x0) macro
56 writeq((reg >> 2) | INDIRECT_RD, base + INDIRECT_ADDR); in indirect_bus_reg_read()
59 while ((readq(base + INDIRECT_ADDR) & INDIRECT_RD) && in indirect_bus_reg_read()
82 writeq((reg >> 2) | INDIRECT_WR, base + INDIRECT_ADDR); in indirect_bus_reg_write()
85 while ((readq(base + INDIRECT_ADDR) & INDIRECT_WR) && in indirect_bus_reg_write()

Completed in 5 milliseconds