Searched refs:scratch_buf (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_loaders.c | 51 static u8 scratch_buf[CONFIG_SYS_NAND_PAGE_SIZE]; variable 90 nand_read_page(block, page, scratch_buf); in nand_spl_read_block() 92 memcpy(dst, scratch_buf + offset, read); in nand_spl_read_block()
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_spl.c | 118 static u8 scratch_buf[PAGE_4K]; variable 151 (uint32_t *)scratch_buf, psize); in onenand_spl_read_block() 153 memcpy(dst, scratch_buf + offset, read); in onenand_spl_read_block()
|
/openbmc/linux/drivers/misc/ |
H A D | kgdbts.c | 120 static char scratch_buf[BUFMAX]; variable 240 sprintf(scratch_buf, "%s,%lx,%i", bp_type, addr, in break_helper() 242 fill_get_buf(scratch_buf); in break_helper() 390 memset(scratch_buf, 0, sizeof(scratch_buf)); in write_regs() 391 scratch_buf[0] = 'G'; in write_regs() 393 kgdb_mem2hex((char *)kgdbts_gdb_regs, &scratch_buf[1], NUMREGBYTES); in write_regs() 394 fill_get_buf(scratch_buf); in write_regs()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | sal.h | 809 ia64_sal_update_pal (u64 param_buf, u64 scratch_buf, u64 scratch_buf_size, in ia64_sal_update_pal() argument 813 SAL_CALL(isrv, SAL_UPDATE_PAL, param_buf, scratch_buf, scratch_buf_size, in ia64_sal_update_pal()
|
/openbmc/linux/fs/smb/client/ |
H A D | readdir.c | 931 char *scratch_buf, unsigned int max_len, in cifs_filldir() argument 962 name.name = scratch_buf; in cifs_filldir()
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r.h | 446 u8 scratch_buf[FM_BUF_SZ]; member 488 u8 scratch_buf[FM_BUF_SZ]; member
|
H A D | esas2r_flash.c | 1412 fc->scratch = ((struct esas2r_flash_img *)fi)->scratch_buf; in esas2r_fm_api()
|