Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/cpu/
A Dcpu.c242 case SB_SIZE_8: in sandbox_read()
263 case SB_SIZE_8: in sandbox_write()
/u-boot/arch/sandbox/include/asm/
A Dio.h10 SB_SIZE_8, enumerator
51 #define readb(addr) sandbox_read((const void *)addr, SB_SIZE_8)
57 #define writeb(v, addr) sandbox_write((void *)addr, v, SB_SIZE_8)

Completed in 4 milliseconds