Home
last modified time | relevance | path

Searched refs:scratchbuf (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mtd/nand/spi/
H A Dgigadevice.c111 ret = gd5fxgm9_get_eccsr(spinand, spinand->scratchbuf); in gd5fxgm9_ecc_get_status()
115 eccsr = *spinand->scratchbuf; in gd5fxgm9_ecc_get_status()
270 GD5FXGQXXEXXG_REG_STATUS2, spinand->scratchbuf); in gd5fxgq4uexxg_ecc_get_status()
291 status2 = *(spinand->scratchbuf); in gd5fxgq4uexxg_ecc_get_status()
313 GD5FXGQXXEXXG_REG_STATUS2, spinand->scratchbuf); in gd5fxgq5xexxg_ecc_get_status()
333 status2 = *(spinand->scratchbuf); in gd5fxgq5xexxg_ecc_get_status()
H A Dwinbond.c168 spinand->scratchbuf); in w25m02gv_select_target()
170 *spinand->scratchbuf = target; in w25m02gv_select_target()
296 0x30, spinand->scratchbuf); in w25n02kv_ecc_get_status()
315 mbf = *(spinand->scratchbuf) >> 4; in w25n02kv_ecc_get_status()
373 reg, spinand->scratchbuf); in w35n0xjw_write_vcr()
376 *spinand->scratchbuf = val; in w35n0xjw_write_vcr()
H A Dmacronix.c126 if (macronix_get_eccsr(spinand, spinand->scratchbuf)) in macronix_ecc_get_status()
129 eccsr = *spinand->scratchbuf; in macronix_ecc_get_status()
167 MACRONIX_FEATURE_ADDR_READ_RETRY, spinand->scratchbuf); in macronix_set_read_retry()
169 *spinand->scratchbuf = retry_mode; in macronix_set_read_retry()
H A Dcore.c127 reg, spinand->scratchbuf); in spinand_read_reg_op()
134 *val = *spinand->scratchbuf; in spinand_read_reg_op()
141 reg, spinand->scratchbuf); in spinand_write_reg_op()
143 *spinand->scratchbuf = val; in spinand_write_reg_op()
656 REG_STATUS, spinand->scratchbuf); in spinand_wait()
667 status = *spinand->scratchbuf; in spinand_wait()
690 naddr, ndummy, spinand->scratchbuf, SPINAND_MAX_ID_LEN); in spinand_read_id_op()
695 memcpy(buf, spinand->scratchbuf, SPINAND_MAX_ID_LEN); in spinand_read_id_op()
1852 spinand->scratchbuf = kzalloc(SPINAND_MAX_ID_LEN, GFP_KERNEL); in spinand_init()
1853 if (!spinand->scratchbuf) in spinand_init()
[all …]
/linux/kernel/printk/
H A Dinternal.h273 char scratchbuf[PRINTKRB_RECORD_MAX]; member
H A Dprintk.c2953 const size_t scratchbuf_sz = sizeof(pbufs->scratchbuf); in console_prepend_message()
2955 char *scratchbuf = &pbufs->scratchbuf[0]; in console_prepend_message() local
2961 len = vscnprintf(scratchbuf, scratchbuf_sz, fmt, args); in console_prepend_message()
2980 memcpy(outbuf, scratchbuf, len); in console_prepend_message()
3031 const size_t scratchbuf_sz = sizeof(pbufs->scratchbuf); in printk_get_next_message()
3033 char *scratchbuf = &pbufs->scratchbuf[0]; in printk_get_next_message() local
3048 prb_rec_init_rd(&r, &info, scratchbuf, scratchbuf_sz); in printk_get_next_message()
/linux/include/linux/mtd/
H A Dspinand.h788 u8 *scratchbuf; member