Searched refs:ufifo_st_t (Results 1 – 1 of 1) sorted by relevance
80 struct ufifo_st_t { struct108 struct ufifo_st_t ufifo_st[NHW_UARTE_TOTAL_INST]; argument114 static void nhw_ufifo_create_fifos(uint inst, struct ufifo_st_t *u_el);118 static void uf_Rx_handle_old_input(uint inst, struct ufifo_st_t *u_el);126 struct ufifo_st_t *u_el = &ufifo_st[i]; in nhw_ufifo_backend_init()163 static void write_to_tx_fifo(struct ufifo_st_t *u_el, void *ptr, size_t size) { in write_to_tx_fifo()178 static void tx_set_next_tx_timer(struct ufifo_st_t *u_el, bs_time_t last_act) { in tx_set_next_tx_timer()183 static void tx_sync_line_params(uint inst, struct ufifo_st_t *u_el) { in tx_sync_line_params()198 static void tx_nop(struct ufifo_st_t *u_el, bs_time_t t) { in tx_nop()208 static void tx_disconnect(struct ufifo_st_t *u_el) { in tx_disconnect()[all …]