footbridge_com.c | 437 int m_ubrlcr; local in function:fcomparam 462 m_ubrlcr = (baudrate >> 8) & 0xf; 492 bus_space_write_4(iot, ioh, UART_M_UBRLCR, m_ubrlcr); 498 sc->sc_m_ubrlcr = m_ubrlcr; 517 bus_space_write_4(iot, ioh, UART_M_UBRLCR, m_ubrlcr); 682 int m_ubrlcr; local in function:fcominit 725 m_ubrlcr = (baudrate >> 8) & 0xf; 729 bus_space_write_4(iot, ioh, UART_M_UBRLCR, m_ubrlcr);
|