Searched refs:iowrite (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/arch/arm/mach-zynq/ |
D | ps7_spl_init.c | 40 static inline void iowrite(unsigned long val, unsigned long addr) in iowrite() function 53 iowrite((1 << 0) | /* Timer Enable */ in perf_start_clock() 68 iowrite(0, SCU_GLOBAL_TIMER_CONTROL); in perf_disable_clock() 75 iowrite(0, SCU_GLOBAL_TIMER_COUNT_L32); in perf_reset_clock() 76 iowrite(0, SCU_GLOBAL_TIMER_COUNT_U32); in perf_reset_clock() 107 iowrite((ioread(addr) & ~mask) | (val & mask), addr); in ps7_config() 113 iowrite(val, addr); in ps7_config()
|
/external/libxml2/include/libxml/ |
D | xmlsave.h | 59 xmlSaveToIO (xmlOutputWriteCallback iowrite,
|
D | xmlIO.h | 243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlsave.rpgle | 68 d iowrite value like(xmlOutputWriteCallback)
|
D | xmlIO.rpgle | 303 d iowrite value like(xmlOutputWriteCallback)
|
/external/libxml2/ |
D | xmlIO.c | 3063 xmlOutputBufferCreateIO(xmlOutputWriteCallback iowrite, in xmlOutputBufferCreateIO() argument 3068 if (iowrite == NULL) return(NULL); in xmlOutputBufferCreateIO() 3073 ret->writecallback = iowrite; in xmlOutputBufferCreateIO()
|
D | xmlsave.c | 1900 xmlSaveToIO(xmlOutputWriteCallback iowrite, in xmlSaveToIO() argument 1908 ret->buf = xmlOutputBufferCreateIO(iowrite, ioclose, ioctx, ret->handler); in xmlSaveToIO()
|
D | schematron.c | 169 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */ member
|