Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/fw/cfe/
Dcfe_api.h119 int cfe_writeblk(int handle, int64_t offset, unsigned char *buffer,
/linux-3.4.99/arch/mips/fw/cfe/
Dcfe_api.c411 return cfe_writeblk(handle, 0, buffer, length); in cfe_write()
414 int cfe_writeblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_writeblk() function