| /u-boot/drivers/usb/host/ |
| A D | ohci-hcd.c | 1403 databuf[1] = 0x29; in ohci_submit_rh_msg() 1406 databuf[2] = (databuf[2] == 2) ? 1 : 0; in ohci_submit_rh_msg() 1408 databuf[3] = 0; in ohci_submit_rh_msg() 1410 databuf[3] |= 0x1; in ohci_submit_rh_msg() 1414 databuf[3] |= 0x8; in ohci_submit_rh_msg() 1416 databuf[4] = 0; in ohci_submit_rh_msg() 1418 databuf[6] = 0; in ohci_submit_rh_msg() 1422 databuf[8] = 0xff; in ohci_submit_rh_msg() 1424 databuf[0] += 2; in ohci_submit_rh_msg() 1426 databuf[10] = databuf[9] = 0xff; in ohci_submit_rh_msg() [all …]
|
| /u-boot/drivers/mtd/nand/spi/ |
| A D | core.c | 258 adjreq.databuf.in = spinand->databuf; in spinand_read_from_cache_op() 259 buf = spinand->databuf; in spinand_read_from_cache_op() 299 memcpy(req->databuf.in, spinand->databuf + req->dataoffs, in spinand_read_from_cache_op() 328 memset(spinand->databuf, 0xff, in spinand_write_to_cache_op() 333 memcpy(spinand->databuf + req->dataoffs, req->databuf.out, in spinand_write_to_cache_op() 337 adjreq.databuf.out = spinand->databuf; in spinand_write_to_cache_op() 339 buf = spinand->databuf; in spinand_write_to_cache_op() 1050 spinand->databuf = kzalloc(nanddev_page_size(nand) + in spinand_init() 1053 if (!spinand->databuf) { in spinand_init() 1126 kfree(spinand->databuf); in spinand_init() [all …]
|
| /u-boot/include/linux/mtd/ |
| A D | nand.h | 103 } databuf; member 624 iter->req.databuf.in = req->datbuf; in nanddev_io_iter_init() 646 iter->req.databuf.in += iter->req.datalen; in nanddev_io_iter_next_page()
|
| A D | mtd.h | 381 int mtd_ooblayout_get_databytes(struct mtd_info *mtd, u8 *databuf, 383 int mtd_ooblayout_set_databytes(struct mtd_info *mtd, const u8 *databuf,
|
| A D | spinand.h | 363 u8 *databuf; member
|
| A D | rawnand.h | 657 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE, member
|
| /u-boot/drivers/mmc/ |
| A D | fsl_esdhc.c | 159 uint databuf; in esdhc_pio_read_write() local 180 databuf = in_le32(®s->datport); in esdhc_pio_read_write() 181 *((uint *)buffer) = databuf; in esdhc_pio_read_write() 202 databuf = *((uint *)buffer); in esdhc_pio_read_write() 206 out_le32(®s->datport, databuf); in esdhc_pio_read_write()
|
| A D | fsl_esdhc_imx.c | 232 uint databuf; in esdhc_pio_read_write() local 253 databuf = in_le32(®s->datport); in esdhc_pio_read_write() 254 *((uint *)buffer) = databuf; in esdhc_pio_read_write() 275 databuf = *((uint *)buffer); in esdhc_pio_read_write() 279 out_le32(®s->datport, databuf); in esdhc_pio_read_write()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | tegra_nand.c | 392 static int check_ecc_error(struct nand_ctlr *reg, u8 *databuf, in check_ecc_error() argument 406 if ((reg_val & DEC_STATUS_A_ECC_FAIL) && databuf) { in check_ecc_error() 414 !blank_check(databuf, a_len)) in check_ecc_error()
|
| A D | mxs_nand_spl.c | 213 nand_chip.oob_poi = nand_chip.buffers->databuf + mtd->writesize; in nand_init()
|
| A D | nand_base.c | 2354 bufpoi = use_bufpoi ? chip->buffers->databuf : buf; in nand_do_read_ops() 2403 memcpy(buf, chip->buffers->databuf + col, bytes); in nand_do_read_ops() 2443 memcpy(buf, chip->buffers->databuf + col, bytes); in nand_do_read_ops() 3269 memset(chip->buffers->databuf, 0xff, mtd->writesize); in nand_do_write_ops() 3270 memcpy(&chip->buffers->databuf[column], buf, bytes); in nand_do_write_ops() 3271 wbuf = chip->buffers->databuf; in nand_do_write_ops() 5036 chip->oob_poi = chip->buffers->databuf + mtd->writesize; in nand_scan_tail()
|
| A D | nand_bbt.c | 825 return create_bbt(mtd, this->buffers->databuf, bd, -1); in nand_memory_bbt()
|
| A D | pxa3xx_nand.c | 1369 return chip->ecc.read_page_raw(mtd, chip, chip->buffers->databuf, true, in pxa3xx_nand_read_oob_raw()
|
| /u-boot/drivers/mtd/ |
| A D | mtdcore.c | 1432 int mtd_ooblayout_get_databytes(struct mtd_info *mtd, u8 *databuf, in mtd_ooblayout_get_databytes() argument 1435 return mtd_ooblayout_get_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_get_databytes() 1452 int mtd_ooblayout_set_databytes(struct mtd_info *mtd, const u8 *databuf, in mtd_ooblayout_set_databytes() argument 1455 return mtd_ooblayout_set_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_set_databytes()
|
| /u-boot/drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 1685 buf = chip->buffers->databuf; in brcmstb_nand_verify_erased_page()
|