Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A DdrvGlobal.h112 #define _RV32_1(addr, value) (U8)(((addr) >> 16) & 0xFF),(U8)(((addr) >> 8) & 0xFF), (U8)(addr),… macro
113 #define _RV32_2(addr, value) 0x20 + _RV32_1(addr, value), (U8)((value) >> 8)