Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.h15 u8 brr; member
45 .brr = 0x08,
65 .brr = 0x0c,
85 .brr = 0x0c,
Dsh-sci.c2225 unsigned int *brr, unsigned int *srr, in sci_scbrr_calc() argument
2276 *brr = br - 1; in sci_scbrr_calc()
2287 min_err, *brr, *srr + 1, *cks); in sci_scbrr_calc()
2330 unsigned int brr = 255, cks = 0, srr = 15, dl = 0, sccks = 0; in sci_set_termios() local
2426 brr = brr1; in sci_set_termios()
2489 serial_port_out(port, SCBRR, brr); in sci_set_termios()
Dstm32-usart.c120 usartdiv = readl_relaxed(port->membase + ofs->brr); in stm32_config_rs485()
674 writel_relaxed(mantissa | fraction, port->membase + ofs->brr); in stm32_set_termios()
/Linux-v4.19/drivers/memory/
Dfsl-corenet-cf.c209 u32 brr = ioread32be(ccf->regs + CCF_BRR); in ccf_probe() local
211 if ((brr & CCF_BRR_IPID) == CCF_BRR_IPID_T1040) in ccf_probe()
/Linux-v4.19/drivers/net/wan/
Ddscc4.c1252 u32 brr; in dscc4_set_clock() local
1282 brr = (m << 8) | n; in dscc4_set_clock()
1293 brr = 0; in dscc4_set_clock()
1295 scc_writel(brr, dpriv, dev, BRR); in dscc4_set_clock()