Lines Matching defs:cir
52 int cir_port_init(struct cir_port *cir) in cir_port_init()
84 void clear_fifo(struct cir_port *cir) in clear_fifo()
89 void enable_receiver(struct cir_port *cir) in enable_receiver()
94 void disable_receiver(struct cir_port *cir) in disable_receiver()
99 void enable_rx_demodulation(struct cir_port *cir) in enable_rx_demodulation()
104 void disable_rx_demodulation(struct cir_port *cir) in disable_rx_demodulation()
109 void set_rx_active(struct cir_port *cir) in set_rx_active()
114 void int_enable(struct cir_port *cir) in int_enable()
119 void rx_int_enable(struct cir_port *cir) in rx_int_enable()
124 void dump_regs(struct cir_port *cir) in dump_regs()
141 void dump_reg_addr(struct cir_port *cir) in dump_reg_addr()
157 int cir_get_rx_count(struct cir_port *cir) in cir_get_rx_count()
162 char cir_read_data(struct cir_port *cir) in cir_read_data()
167 char get_int_status(struct cir_port *cir) in get_int_status()