Searched refs:pbuf (Results 51 - 58 of 58) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs46xx.c260 void *pbuf; /* 4K hardware DMA buffer */ member in struct:cs_state::dmabuf
886 cs461x_poke(card, BA1_PBA, virt_to_bus(dmabuf->pbuf));
1235 unsigned long *ptmp = (unsigned long *) dmabuf->pbuf;
1327 /* Use 'pbuf' for S/G page map table. */
1351 SGarray[8] = (virt_to_bus(dmabuf->pbuf) & 0xffff000) | 0x10;
3055 dmabuf->pbuf = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
3056 if (dmabuf->pbuf == NULL) {
3120 dmabuf->pbuf = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
3121 if (dmabuf->pbuf == NULL) {
3206 free_page((unsigned long)state->dmabuf.pbuf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c1854 unsigned char *pbuf = buf; local
1861 pbuf = this->page_buf;
1869 ret = mtd->write(mtd, from, len, retlen, pbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1887 struct partition *pi, *pk, *pe, pbuf; local
1898 memmove(&pbuf, pi, sizeof(struct partition));
1900 memmove(pk, &pbuf, sizeof(struct partition));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Dripd.c743 char pbuf[BUFSIZ], nbuf[BUFSIZ];
817 inet_ntop (AF_INET, &rte->prefix, pbuf, BUFSIZ),netmask,
828 inet_ntop (AF_INET, &rte->prefix, pbuf, BUFSIZ),
740 char pbuf[BUFSIZ], nbuf[BUFSIZ]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.c1268 mptscsih_host_info(MPT_ADAPTER *ioc, char *pbuf, off_t offset, int len) argument
1272 info.buffer = pbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c66 #define BRCMNAND_OOBBUF(pbuf) (&((pbuf)->databuf[NAND_MAX_PAGESIZE]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c214 unsigned int pbuf; /* physical address of data buffer */ member in struct:slgt_desc
223 #define set_desc_buffer(a,b) (a).pbuf = cpu_to_le32((unsigned int)(b))
3275 bufs[i].pbuf = cpu_to_le32((unsigned int)bufs[i].buf_dma_addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/wl/config/
H A Dwl.mk1916 WLFILES_SRC += src/wl/lwip/src/core/pbuf.c

Completed in 214 milliseconds

123