Searched refs:writep (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dsync_serial.c49 /* readp writep */
51 /* If the application keeps up the pace readp will be right after writep.*/
134 volatile unsigned char *volatile writep; member in struct:sync_port
357 port->writep = port->flip;
408 end = (unsigned char *)port->writep; /* cast away volatile */
427 end = (unsigned char *)port->writep; /* cast away volatile */
1093 port->writep - port->flip, port->in_buffer_size));
1110 end = (unsigned char *)port->writep; /* cast away volatile */
1123 end = (unsigned char *)port->writep; /* cast away volatile */
1214 port->writep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dsync_serial.c51 /* readp writep */
53 /* If the application keeps up the pace readp will be right after writep.*/
108 volatile unsigned char *volatile writep; member in struct:sync_port
316 port->writep = port->flip;
391 end = (unsigned char*)port->writep; /* cast away volatile */
411 end = (unsigned char*)port->writep; /* cast away volatile */
1112 DEBUGREAD(printk("R%d c %d ri %lu wi %lu /%lu\n", dev, count, port->readp - port->flip, port->writep - port->flip, port->in_buffer_size));
1132 end = (unsigned char*)port->writep; /* cast away volatile */
1146 end = (unsigned char*)port->writep; /* cast away volatile */
1271 port->writep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h182 int writep; member in struct:queue
H A Dunsquashfs.c151 queue->readp = queue->writep = 0;
166 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
169 queue->data[queue->writep] = data;
170 queue->writep = nextp;
181 while(queue->readp == queue->writep)
H A Dmksquashfs.c338 int writep; member in struct:queue
447 queue->readp = queue->writep = 0;
465 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
468 queue->data[queue->writep] = data;
469 queue->writep = nextp;
480 while(queue->readp == queue->writep)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c285 DBT key, rkey, data, *readp, *writep; local
434 readp = writep = &key;
499 switch (ret = dbp->put(dbp, ctxn, writep, &data, put_flags)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c270 DBT key, rkey, data, *readp, *writep; local
419 readp = writep = &key;
484 switch (ret = dbp->put(dbp, ctxn, writep, &data, put_flags)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c486 uint32_t base, end, writep, readp; local
492 writep = bc_dec_reg_rd(adp, REG_Dec_TsAudCDB2Wrptr);
497 writep = bc_dec_reg_rd(adp, REG_Dec_TsUser0Wrptr);
502 writep = bc_dec_reg_rd(adp, REG_DecCA_RegCinWrPtr);
507 if (writep >= readp)
508 cpbFullness = writep - readp;
510 cpbFullness = (end - base) - (readp - writep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dentry.S1051 and %o2, 2, %o2 ! arg3 = writep
1085 and %o2, 2, %o2 ! arg3 = writep

Completed in 193 milliseconds