Lines Matching defs:au1k_private
147 struct au1k_private { struct
148 void __iomem *iobase;
149 int irq_rx, irq_tx;
151 struct db_dest *pDBfree;
152 struct db_dest db[2 * NUM_IR_DESC];
153 volatile struct ring_dest *rx_ring[NUM_IR_DESC];
154 volatile struct ring_dest *tx_ring[NUM_IR_DESC];
155 struct db_dest *rx_db_inuse[NUM_IR_DESC];
156 struct db_dest *tx_db_inuse[NUM_IR_DESC];
157 u32 rx_head;
158 u32 tx_head;
159 u32 tx_tail;
183 static void au1k_irda_plat_set_phy_mode(struct au1k_private *p, int mode) in au1k_irda_plat_set_phy_mode() argument