Home
last modified time | relevance | path

Searched refs: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
201 [REG_FN_WRITE_BASE + 0] = write_8,
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h96 #define write_8(a, v) __raw_writeb(v, a) macro