Home
last modified time | relevance | path

Searched defs:write_8 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/sh/intc/
H A Daccess.c96 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h96 #define write_8(a, v) __raw_writeb(v, a) macro