| /u-boot/drivers/usb/eth/ |
| A D | lan75xx.c | 171 u32 write_buf; in lan75xx_eth_start() local 191 write_buf = (MAX_RX_FIFO_SIZE - 512) / 512; in lan75xx_eth_start() 192 ret = lan7x_write_reg(udev, LAN75XX_FCT_RX_FIFO_END, write_buf); in lan75xx_eth_start() 196 write_buf = (MAX_TX_FIFO_SIZE - 512) / 512; in lan75xx_eth_start() 197 ret = lan7x_write_reg(udev, LAN75XX_FCT_TX_FIFO_END, write_buf); in lan75xx_eth_start() 228 ret = lan7x_read_reg(udev, MAC_CR, &write_buf); in lan75xx_eth_start() 231 write_buf |= MAC_CR_AUTO_DUPLEX | MAC_CR_AUTO_SPEED | MAC_CR_ADP; in lan75xx_eth_start() 232 ret = lan7x_write_reg(udev, MAC_CR, write_buf); in lan75xx_eth_start()
|
| A D | smsc95xx.c | 471 u32 write_buf; in smsc95xx_init_common() local 481 write_buf = HW_CFG_LRST_; in smsc95xx_init_common() 482 ret = smsc95xx_write_reg(udev, HW_CFG, write_buf); in smsc95xx_init_common() 500 write_buf = PM_CTL_PHY_RST_; in smsc95xx_init_common() 501 ret = smsc95xx_write_reg(udev, PM_CTRL, write_buf); in smsc95xx_init_common() 581 write_buf = 0xFFFFFFFF; in smsc95xx_init_common() 582 ret = smsc95xx_write_reg(udev, INT_STS, write_buf); in smsc95xx_init_common() 600 write_buf = 0; in smsc95xx_init_common() 601 ret = smsc95xx_write_reg(udev, FLOW, write_buf); in smsc95xx_init_common() 615 write_buf = (u32)ETH_P_8021Q; in smsc95xx_init_common() [all …]
|
| A D | lan78xx.c | 344 u32 write_buf; in lan78xx_eth_start() local 396 ret = lan7x_read_reg(udev, MAC_CR, &write_buf); in lan78xx_eth_start() 399 write_buf |= MAC_CR_AUTO_DUPLEX | MAC_CR_AUTO_SPEED | MAC_CR_ADP; in lan78xx_eth_start() 400 ret = lan7x_write_reg(udev, MAC_CR, write_buf); in lan78xx_eth_start()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | zynq_nand.c | 477 chip->write_buf(mtd, buf, (mtd->oobsize - data_width)); in zynq_nand_write_oob() 484 chip->write_buf(mtd, buf, data_width); in zynq_nand_write_oob() 556 chip->write_buf(mtd, buf, mtd->writesize); in zynq_nand_write_page_raw() 559 chip->write_buf(mtd, p, (mtd->oobsize - data_width)); in zynq_nand_write_page_raw() 567 chip->write_buf(mtd, p, data_width); in zynq_nand_write_page_raw() 593 chip->write_buf(mtd, p, eccsize); in zynq_nand_write_page_hwecc() 596 chip->write_buf(mtd, p, (eccsize - data_width)); in zynq_nand_write_page_hwecc() 603 chip->write_buf(mtd, p, data_width); in zynq_nand_write_page_hwecc() 619 chip->write_buf(mtd, oob_ptr, (mtd->oobsize - data_width)); in zynq_nand_write_page_hwecc() 626 chip->write_buf(mtd, oob_ptr, data_width); in zynq_nand_write_page_hwecc() [all …]
|
| A D | mxc_nand.c | 562 chip->write_buf(mtd, bufpoi, len); 568 chip->write_buf(mtd, bufpoi, length); 590 chip->write_buf(mtd, buf, eccsize); 596 chip->write_buf(mtd, oob, chip->ecc.prepad); 604 chip->write_buf(mtd, oob, chip->ecc.postpad); 611 chip->write_buf(mtd, oob, size); 635 chip->write_buf(mtd, p, eccsize); 640 chip->write_buf(mtd, oob, chip->ecc.prepad); 644 chip->write_buf(mtd, oob, eccbytes); 656 chip->write_buf(mtd, oob, i); [all …]
|
| A D | kmeter1_nand.c | 116 nand->write_buf = kpn_nand_write_buf; in board_nand_init()
|
| A D | denali.c | 629 chip->write_buf(mtd, bufpoi, oob_skip); in denali_oob_xfer() 646 chip->write_buf(mtd, bufpoi, len); in denali_oob_xfer() 654 chip->write_buf(mtd, bufpoi, len); in denali_oob_xfer() 665 chip->write_buf(mtd, bufpoi, len); in denali_oob_xfer() 1334 chip->write_buf = denali_write_buf16; in denali_init() 1337 chip->write_buf = denali_write_buf; in denali_init()
|
| A D | lpc32xx_nand_slc.c | 540 lpc32xx_chip->write_buf = lpc32xx_dma_write_buf; in board_nand_init() 564 lpc32xx_chip->write_buf = lpc32xx_write_buf; in board_nand_init()
|
| A D | octeontx_nand.c | 1661 chip->write_buf(mtd, buf, mtd->writesize); in octeontx_nand_hw_bch_write_page() 1684 chip->write_buf(mtd, chip->oob_poi, mtd->oobsize); in octeontx_nand_hw_bch_write_page() 1704 chip->write_buf(mtd, buf, mtd->writesize); in octeontx_nand_write_page_raw() 1706 chip->write_buf(mtd, chip->oob_poi, mtd->oobsize); in octeontx_nand_write_page_raw() 1727 chip->write_buf(mtd, buf, length); in octeontx_nand_write_oob_std() 1960 nand->write_buf = octeontx_nand_write_buf; in octeontx_nfc_chip_init()
|
| A D | arasan_nfc.c | 634 chip->write_buf(mtd, buf, mtd->oobsize); in arasan_nand_write_oob() 1150 nand_chip->write_buf(mtd, &set_feature[0], 4); in arasan_check_ondie() 1254 nand_chip->write_buf = arasan_nand_write_buf; in arasan_probe()
|
| A D | nand_base.c | 214 chip->write_buf(mtd, &byte, 1); in nand_write_byte() 245 chip->write_buf(mtd, (uint8_t *)&word, 2); in nand_write_byte16() 1258 chip->write_buf(mtd, buf, len); in nand_prog_page_begin_op() 1315 chip->write_buf(mtd, buf, len); in nand_prog_page_op() 1354 chip->write_buf(mtd, buf, len); in nand_change_write_column_op() 1607 chip->write_buf(mtd, buf, len); in nand_write_data_op() 3762 if (!chip->write_buf || chip->write_buf == nand_write_buf) in nand_set_defaults() 3763 chip->write_buf = busw ? nand_write_buf16 : nand_write_buf; in nand_set_defaults()
|
| A D | pxa3xx_nand.c | 1212 chip->write_buf(mtd, buf, mtd->writesize); in pxa3xx_nand_write_page_hwecc() 1213 chip->write_buf(mtd, chip->oob_poi, mtd->oobsize); in pxa3xx_nand_write_page_hwecc() 1703 chip->write_buf = pxa3xx_nand_write_buf; in alloc_nand_resource()
|
| A D | mxic_nand.c | 563 nand_chip->write_buf = mxic_nfc_write_buf; in mxic_nfc_probe()
|
| A D | davinci_nand.c | 785 nand->write_buf = nand_davinci_write_buf; in davinci_nand_init()
|
| A D | vf610_nfc.c | 661 chip->write_buf = vf610_nfc_write_buf; in vf610_nfc_nand_init()
|
| A D | atmel_nand.c | 592 chip->write_buf(mtd, (u8 *)buf, mtd->writesize); in atmel_nand_pmecc_write_page() 616 chip->write_buf(mtd, chip->oob_poi, mtd->oobsize); in atmel_nand_pmecc_write_page()
|
| A D | mxs_nand.c | 1100 nand->write_buf(mtd, &block_mark, 1); in mxs_nand_ecc_write_oob() 1630 nand->write_buf = mxs_nand_write_buf; in mxs_nand_init_ctrl()
|
| A D | fsl_elbc_nand.c | 724 nand->write_buf = fsl_elbc_write_buf; in fsl_elbc_chip_init()
|
| A D | fsl_ifc_nand.c | 934 nand->write_buf = fsl_ifc_write_buf; in fsl_ifc_chip_init()
|
| A D | rockchip_nfc.c | 942 chip->write_buf = rk_nfc_write_buf; in rk_nfc_nand_chip_init()
|
| /u-boot/drivers/misc/ |
| A D | sifive-otp.c | 177 u32 *write_buf = (u32 *)buf; in sifive_otp_write() local 209 write_data = *(write_buf++); in sifive_otp_write()
|
| /u-boot/board/socrates/ |
| A D | nand.c | 157 nand->write_buf = sc_nand_write_buf; in board_nand_init()
|
| /u-boot/include/linux/mtd/ |
| A D | rawnand.h | 904 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member 1210 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member
|
| A D | spi-nor.h | 578 size_t len, const u_char *write_buf);
|
| /u-boot/doc/ |
| A D | README.nand | 131 * or uses the standard read_byte/write_buf/etc. functions from
|