Searched refs:scratchbuf (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/mtd/nand/spi/ |
| H A D | gigadevice.c | 111 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 D | winbond.c | 168 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() 370 reg, spinand->scratchbuf); in w35n0xjw_write_vcr() 373 *spinand->scratchbuf = val; in w35n0xjw_write_vcr()
|
| H A D | macronix.c | 126 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 D | core.c | 116 reg, spinand->scratchbuf); in spinand_read_reg_op() 123 *val = *spinand->scratchbuf; in spinand_read_reg_op() 130 reg, spinand->scratchbuf); in spinand_write_reg_op() 132 *spinand->scratchbuf = val; in spinand_write_reg_op() 642 REG_STATUS, spinand->scratchbuf); in spinand_wait() 653 status = *spinand->scratchbuf; in spinand_wait() 676 naddr, ndummy, spinand->scratchbuf, SPINAND_MAX_ID_LEN); in spinand_read_id_op() 681 memcpy(buf, spinand->scratchbuf, SPINAND_MAX_ID_LEN); in spinand_read_id_op() 1834 spinand->scratchbuf = kzalloc(SPINAND_MAX_ID_LEN, GFP_KERNEL); in spinand_init() 1835 if (!spinand->scratchbuf) in spinand_init() [all …]
|
| H A D | toshiba.c | 77 0x30, spinand->scratchbuf); in tx58cxgxsxraix_ecc_get_status() 96 mbf = *(spinand->scratchbuf) >> 4; in tx58cxgxsxraix_ecc_get_status()
|
| H A D | micron.c | 141 MICRON_DIE_SELECT_REG, spinand->scratchbuf); in micron_select_target() 146 *spinand->scratchbuf = MICRON_SELECT_DIE(target); in micron_select_target()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 2953 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()
|
| H A D | internal.h | 273 char scratchbuf[PRINTKRB_RECORD_MAX]; member
|
| /linux/include/linux/mtd/ |
| H A D | spinand.h | 780 u8 *scratchbuf; member
|