Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/fw/cfe/
Dcfe_api.h102 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
/linux-5.19.10/arch/mips/fw/cfe/
Dcfe_api.c348 return cfe_readblk(handle, 0, buffer, length); in cfe_read()
351 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() function