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