Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/fw/cfe/
Dcfe_api.h99 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
/linux-6.12.1/arch/mips/fw/cfe/
Dcfe_api.c353 return cfe_readblk(handle, 0, buffer, length); in cfe_read()
356 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() function