Searched refs:sync_port (Results 1 - 3 of 3) 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.c94 struct sync_port { struct
154 static inline int sync_data_avail(struct sync_port *port);
174 static void send_word(struct sync_port *port);
175 static void start_dma(struct sync_port *port, const char *data, int count);
176 static void start_dma_in(struct sync_port *port);
192 static struct sync_port ports[] = {
344 struct sync_port *port = &ports[portnbr];
401 static inline int sync_data_avail(struct sync_port *port)
420 static inline int sync_data_avail_to_end(struct sync_port *port)
444 struct sync_port *por
[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.c87 typedef struct sync_port struct
146 } sync_port; typedef in typeref:struct:sync_port
150 static inline int sync_data_avail(struct sync_port *port);
170 static void send_word(sync_port* port);
171 static void start_dma_out(struct sync_port *port, const char *data, int count);
172 static void start_dma_in(sync_port* port);
213 static struct sync_port ports[]=
298 struct sync_port *port = &ports[portnbr];
384 static inline int sync_data_avail(struct sync_port *port)
404 static inline int sync_data_avail_to_end(struct sync_port *por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtime.c730 struct etr_aib *sync_port, *aib; local
748 sync_port = (port == 0) ? &etr_port0 : &etr_port1;
763 (aib->edf2.etv - sync_port->edf2.etv) << 32;
768 if (!etr_aib_follows(sync_port, aib, port)) {
792 struct etr_aib *sync_port; local
797 sync_port = (port == 0) ? &etr_port0 : &etr_port1;
798 follows = etr_aib_follows(sync_port, aib, port);
799 memcpy(sync_port, aib, sizeof(*aib));
974 int sync_port; local
1030 sync_port
[all...]

Completed in 87 milliseconds