Home
last modified time | relevance | path

Searched refs:brr (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/memory/
H A Dfsl-corenet-cf.c189 u32 brr = ioread32be(ccf->regs + CCF_BRR); in ccf_probe() local
191 if ((brr & CCF_BRR_IPID) == CCF_BRR_IPID_T1040) in ccf_probe()
/linux/drivers/tty/serial/
H A Dstm32-usart.c46 .brr = 0x08,
68 .brr = 0x0c,
91 .brr = 0x0c,
236 usartdiv = readl_relaxed(port->membase + ofs->brr); in stm32_usart_config_rs485()
1162 u32 cr1, cr2, cr3, isr, brr, presc; in stm32_usart_set_termios() local
1295 brr = mantissa | fraction; in stm32_usart_set_termios()
1297 if (FIELD_FIT(USART_BRR_MASK, brr)) { in stm32_usart_set_termios()
1314 writel_relaxed(brr, port->membase + ofs->brr); in stm32_usart_set_termios()
H A Drsci.c223 unsigned int brr = 255, cks = 0; in rsci_set_termios() local
277 brr = brr1; in rsci_set_termios()
296 ccr2_val |= (cks << 20) | (brr << 8); in rsci_set_termios()
H A Dsh-sci-common.h173 int sci_scbrr_calc(struct sci_port *s, unsigned int bps, unsigned int *brr,
H A Dstm32-usart.h15 u16 brr; member
H A Dsh-sci.c2576 int sci_scbrr_calc(struct sci_port *s, unsigned int bps, unsigned int *brr, in sci_scbrr_calc() argument
2627 *brr = br - 1; in sci_scbrr_calc()
2638 min_err, *brr, *srr + 1, *cks); in sci_scbrr_calc()
2682 unsigned int brr = 255, cks = 0, srr = 15, dl = 0, sccks = 0; in sci_set_termios() local
2782 brr = brr1; in sci_set_termios()
2830 sci_serial_out(port, SCBRR, brr); in sci_set_termios()