Searched refs:sync_port (Results 1 – 3 of 3) sorted by relevance
/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 94 struct sync_port { struct 155 static inline int sync_data_avail(struct sync_port *port); argument 175 static void send_word(struct sync_port *port); 176 static void start_dma(struct sync_port *port, const char *data, int count); 177 static void start_dma_in(struct sync_port *port); 193 static struct sync_port ports[] = { 346 struct sync_port *port = &ports[portnbr]; in initialize_port() 403 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail() 422 static inline int sync_data_avail_to_end(struct sync_port *port) in sync_data_avail_to_end() 446 struct sync_port *port; in sync_serial_open() [all …]
|
/arch/cris/arch-v32/drivers/ |
D | sync_serial.c | 95 struct sync_port { struct 177 static inline int sync_data_avail(struct sync_port *port); argument 202 static void start_dma_out(struct sync_port *port, const char *data, int count); 203 static void start_dma_in(struct sync_port *port); 208 static void send_word(struct sync_port *port); 263 static struct sync_port ports[] = { 311 static void sync_serial_start_port(struct sync_port *port) in sync_serial_start_port() 329 struct sync_port *port = &ports[portnbr]; in initialize_port() 425 static inline int sync_data_avail(struct sync_port *port) in sync_data_avail() 434 struct sync_port *port; in sync_serial_open() [all …]
|
/arch/s390/kernel/ |
D | time.c | 761 struct etr_aib *sync_port, *aib; in etr_sync_clock() local 779 sync_port = (port == 0) ? &etr_port0 : &etr_port1; in etr_sync_clock() 794 (aib->edf2.etv - sync_port->edf2.etv) << 32; in etr_sync_clock() 802 if (!etr_aib_follows(sync_port, aib, port)) { in etr_sync_clock() 826 struct etr_aib *sync_port; in etr_sync_clock_stop() local 831 sync_port = (port == 0) ? &etr_port0 : &etr_port1; in etr_sync_clock_stop() 832 follows = etr_aib_follows(sync_port, aib, port); in etr_sync_clock_stop() 833 memcpy(sync_port, aib, sizeof(*aib)); in etr_sync_clock_stop() 1008 int sync_port; in etr_work_fn() local 1065 sync_port = (etr_port0_uptodate && in etr_work_fn() [all …]
|