Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/cpu/
A Dcpu.c246 case SB_SIZE_32: in sandbox_read()
269 case SB_SIZE_32: in sandbox_write()
/u-boot/arch/sandbox/include/asm/
A Dio.h12 SB_SIZE_32, enumerator
53 #define readl(addr) sandbox_read((const void *)addr, SB_SIZE_32)
59 #define writel(v, addr) sandbox_write((void *)addr, v, SB_SIZE_32)

Completed in 5 milliseconds