Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-csr.h87 static inline uint64_t ody_csr_read(ody_csr_type_t type, int busnum, int size, uint64_t address) __…
88 static inline uint64_t ody_csr_read(ody_csr_type_t type, int busnum, int size, uint64_t address) in ody_csr_read() function
175 #define ody_csr_read thunder_remote_read_csr macro
189 #define CSR_INIT(name, csr) typedef_##csr name = {.u = ody_csr_read(bustype_##csr, busnum_##csr, si…
194 #define CSR_READ(csr) ody_csr_read(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), csr)
208 …typedef_##csr name = {.u = ody_csr_read(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), _tmp_a…
230 c.u = ody_csr_read(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), _tmp_address); \
262 c.u = ody_csr_read(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), _tmp_address); \
297 c.u = ody_csr_read(bustype_##csr, busnum_##csr, sizeof(typedef_##csr), _tmp_address); \