Searched defs:pxa_irda (Results 1 – 1 of 1) sorted by relevance
139 struct pxa_irda { struct140 int speed;141 int newspeed;142 unsigned long long last_clk;144 void __iomem *stuart_base;145 void __iomem *irda_base;146 unsigned char *dma_rx_buff;147 unsigned char *dma_tx_buff;148 dma_addr_t dma_rx_buff_phy;149 dma_addr_t dma_tx_buff_phy;[all …]