Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dstm32-usart.h15 u8 brr; member
47 .brr = 0x08,
68 .brr = 0x0c,
90 .brr = 0x0c,
Dsh-sci.c2279 unsigned int *brr, unsigned int *srr, in sci_scbrr_calc() argument
2330 *brr = br - 1; in sci_scbrr_calc()
2341 min_err, *brr, *srr + 1, *cks); in sci_scbrr_calc()
2384 unsigned int brr = 255, cks = 0, srr = 15, dl = 0, sccks = 0; in sci_set_termios() local
2480 brr = brr1; in sci_set_termios()
2528 serial_port_out(port, SCBRR, brr); in sci_set_termios()
Dstm32-usart.c117 usartdiv = readl_relaxed(port->membase + ofs->brr); in stm32_usart_config_rs485()
850 writel_relaxed(mantissa | fraction, port->membase + ofs->brr); in stm32_usart_set_termios()
/Linux-v5.15/drivers/memory/
Dfsl-corenet-cf.c203 u32 brr = ioread32be(ccf->regs + CCF_BRR); in ccf_probe() local
205 if ((brr & CCF_BRR_IPID) == CCF_BRR_IPID_T1040) in ccf_probe()