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

/arch/cris/arch-v10/drivers/
H A Dsync_serial.c48 /* readp writep */
50 /* If the application keeps up the pace readp will be right after writep.*/
133 volatile unsigned char *volatile writep; member in struct:sync_port
358 port->writep = port->flip;
409 end = (unsigned char *)port->writep; /* cast away volatile */
428 end = (unsigned char *)port->writep; /* cast away volatile */
1115 port->writep - port->flip, port->in_buffer_size));
1132 end = (unsigned char *)port->writep; /* cast away volatile */
1145 end = (unsigned char *)port->writep; /* cast away volatile */
1236 port->writep
[all...]
/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
318 port->writep = port->flip;
398 end = (unsigned char*)port->writep; /* cast away volatile */
418 end = (unsigned char*)port->writep; /* cast away volatile */
1119 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));
1139 end = (unsigned char*)port->writep; /* cast away volatile */
1153 end = (unsigned char*)port->writep; /* cast away volatile */
1278 port->writep
[all...]
/arch/sparc/kernel/
H A Dentry.S1073 and %o2, 2, %o2 ! arg3 = writep
1107 and %o2, 2, %o2 ! arg3 = writep

Completed in 80 milliseconds