Searched refs:busnum (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/plat/marvell/odyssey/csr/ |
| H A D | ody-csr.h | 87 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() argument 90 extern uint64_t __ody_csr_read_slow(ody_csr_type_t type, int busnum, int size, uint64_t address); in ody_csr_read() 118 return __ody_csr_read_slow(type, busnum, size, address); in ody_csr_read() 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() argument 137 …extern void __ody_csr_write_slow(ody_csr_type_t type, int busnum, int size, uint64_t address, uint… in ody_csr_write() 170 __ody_csr_write_slow(type, busnum, size, address, value); in ody_csr_write()
|