Searched refs:sync_port (Results 1 – 3 of 3) sorted by relevance
/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 93 struct sync_port { struct 154 static inline int sync_data_avail(struct sync_port *port); argument 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[] = { 345 struct sync_port *port = &ports[portnbr]; in initialize_port() 402 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail() 421 static inline int sync_data_avail_to_end(struct sync_port *port) in sync_data_avail_to_end() 445 struct sync_port *port; in sync_serial_open() [all …]
|
/arch/cris/arch-v32/drivers/ |
D | sync_serial.c | 87 typedef struct sync_port struct 146 } sync_port; argument 151 static inline int sync_data_avail(struct sync_port *port); 171 static void send_word(sync_port* port); 172 static void start_dma_out(struct sync_port *port, const char *data, int count); 173 static void start_dma_in(sync_port* port); 214 static struct sync_port ports[]= 300 struct sync_port *port = &ports[portnbr]; in initialize_port() 391 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail() 411 static inline int sync_data_avail_to_end(struct sync_port *port) in sync_data_avail_to_end() [all …]
|
/arch/s390/kernel/ |
D | time.c | 746 struct etr_aib *sync_port, *aib; in etr_sync_clock() local 764 sync_port = (port == 0) ? &etr_port0 : &etr_port1; in etr_sync_clock() 779 (aib->edf2.etv - sync_port->edf2.etv) << 32; in etr_sync_clock() 784 if (!etr_aib_follows(sync_port, aib, port)) { in etr_sync_clock() 808 struct etr_aib *sync_port; in etr_sync_clock_stop() local 813 sync_port = (port == 0) ? &etr_port0 : &etr_port1; in etr_sync_clock_stop() 814 follows = etr_aib_follows(sync_port, aib, port); in etr_sync_clock_stop() 815 memcpy(sync_port, aib, sizeof(*aib)); in etr_sync_clock_stop() 990 int sync_port; in etr_work_fn() local 1047 sync_port = (etr_port0_uptodate && in etr_work_fn() [all …]
|