Searched refs:DEFINE_MM_REG_WR (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/mspi/ |
| D | mspi_dw.c | 93 DEFINE_MM_REG_WR(reg, off) 95 DEFINE_MM_REG_WR(ctrlr0, 0x00) 96 DEFINE_MM_REG_WR(ctrlr1, 0x04) 97 DEFINE_MM_REG_WR(ssienr, 0x08) 98 DEFINE_MM_REG_WR(ser, 0x10) 99 DEFINE_MM_REG_WR(baudr, 0x14) 105 DEFINE_MM_REG_WR(imr, 0x2c) 108 DEFINE_MM_REG_WR(spi_ctrlr0, 0xf4) 111 DEFINE_MM_REG_WR(xip_incr_inst, 0x100) 112 DEFINE_MM_REG_WR(xip_wrap_inst, 0x104) [all …]
|
| D | mspi_dw.h | 201 #define DEFINE_MM_REG_WR(reg, off) \ macro 212 #define DEFINE_MM_REG_WR(reg, off) \ macro 233 #define DEFINE_MM_REG_WR(reg, off) \ macro
|