Searched refs:bufptr (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Darasan_nfc.c342 u32 *bufptr = (u32 *)buf; local
410 bufptr[i] = readl(&info->reg->buf_dataport);
413 bufptr += pktsize/4;
521 const u32 *bufptr = (const u32 *)buf; local
583 writel(bufptr[i], &info->reg->buf_dataport);
585 bufptr += pktsize/4;
977 u32 *bufptr = (u32 *)buf; local
1009 bufptr[i] = readl(&info->reg->buf_dataport);
1012 bufptr[i] = readl(&info->reg->buf_dataport);
/u-boot/include/
H A Dtsec.h159 uint32_t bufptr; /* Buffer Pointer */ member in struct:txbd8
165 uint32_t bufptr; /* Buffer Pointer */ member in struct:rxbd8
/u-boot/drivers/net/
H A Dtsec.c257 out_be32(&priv->txbd[priv->tx_idx].bufptr, (u32)packet);
295 buf = in_be32(&priv->rxbd[priv->rx_idx].bufptr);
460 out_be32(&priv->rxbd[i].bufptr, (u32)net_rx_packets[i]);
469 out_be32(&priv->txbd[i].bufptr, 0);
/u-boot/fs/fat/
H A Dfat_write.c223 __u8 *bufptr = mydata->fatbuf; local
239 if (disk_write(startblock, getsize, bufptr) < 0) {
247 if (disk_write(startblock, getsize, bufptr) < 0) {
468 __u8 *bufptr = mydata->fatbuf; local
481 if (disk_read(startblock, getsize, bufptr) < 0) {
H A Dfat.c205 __u8 *bufptr = mydata->fatbuf; local
219 if (disk_read(startblock, getsize, bufptr) < 0) {

Completed in 362 milliseconds