Searched defs:psc_fifoc (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dmpc52xx_uart.c336 struct psc_fifoc { struct
344 static struct psc_fifoc __iomem *psc_fifoc; variable in typeref:struct:__iomem
502 psc_fifoc = of_iomap(np, 0);
503 if (!psc_fifoc) {
513 iounmap(psc_fifoc);
522 iounmap(psc_fifoc);
532 fifoc_int = in_be32(&psc_fifoc->fifoc_int);

Completed in 67 milliseconds