Searched refs:cfe_readblk (Results 1 - 10 of 10) sorted by path

/broadcom-cfe-1.4.2/cfe/api/
H A Dcfe_api.c462 return cfe_readblk(handle, 0, buffer, length);
468 cfe_readblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) function
H A Dcfe_api.h163 #define cfe_readblk(a,b,c,d) __cfe_readblk(a,b,c,d) macro
188 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer, int length);
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_devfuncs.h63 int cfe_readblk(int handle,cfe_offset_t offset,hsaddr_t buffer,int length);
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_devfuncs.c100 int cfe_readblk(int handle,cfe_offset_t offset,hsaddr_t buffer,int length) function
120 return cfe_readblk(handle,0,buffer,length);
H A Dcfe_fatfs.c309 res = cfe_readblk(fatfs->fat_fh,(sector+fatfs->fat_partstart)*SECTORSIZE,
H A Dcfe_rawfs.c214 res = cfe_readblk(file->raw_fsctx->raw_dev,
H A Dnvram_subr.c193 return cfe_readblk(nvram_handle,
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_robo.c110 bytes = cfe_readblk(fh,offset,PTR2HSADDR(buf),len);
H A Dui_test_disk.c142 res = cfe_readblk(fh,sec * BOOT_BLOCK_BLOCKSIZE,
185 res = cfe_readblk(fh,secoffset,PTR2HSADDR(code),secsize);
383 res = cfe_readblk(fh,offset,PTR2HSADDR(buffer),secsize);
413 res = cfe_readblk(fh,offset,PTR2HSADDR(buffer),secsize);
H A Dui_test_flash.c184 res = cfe_readblk(fd,offset,buf,512);

Completed in 53 milliseconds