Home
last modified time | relevance | path

Searched refs:us_regs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c75 struct ucc_slow __iomem *us_regs; in ucc_slow_enable() local
78 us_regs = uccs->us_regs; in ucc_slow_enable()
96 struct ucc_slow __iomem *us_regs; in ucc_slow_disable() local
99 us_regs = uccs->us_regs; in ucc_slow_disable()
123 struct ucc_slow __iomem *us_regs; in ucc_slow_init() local
165 if (uccs->us_regs == NULL) { in ucc_slow_init()
171 us_regs = uccs->us_regs; in ucc_slow_init()
172 uccs->p_ucce = &us_regs->ucce; in ucc_slow_init()
173 uccs->p_uccm = &us_regs->uccm; in ucc_slow_init()
353 if (uccs->us_regs) in ucc_slow_free()
[all …]
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h186 struct ucc_slow __iomem *us_regs; /* Ptr to memory map of UCC regs */ member
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c985 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()