Searched refs:ody_csr_write (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/plat/marvell/odyssey/csr/ |
| H A D | ody-csr.h | 134 static inline void ody_csr_write(ody_csr_type_t type, int busnum, int size, uint64_t address, uint6… 135 static inline void ody_csr_write(ody_csr_type_t type, int busnum, int size, uint64_t address, uint6… in ody_csr_write() function 176 #define ody_csr_write thunder_remote_write_csr macro 199 #define CSR_WRITE(csr, value) ody_csr_write(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), csr… 210 ody_csr_write(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), _tmp_address, name.u); \
|