Searched refs:tx_parity_cfg (Results 1 – 1 of 1) sorted by relevance
948 unsigned int tx_parity_cfg; in qcom_geni_serial_set_termios() local972 tx_parity_cfg = readl_relaxed(uport->membase + SE_UART_TX_PARITY_CFG); in qcom_geni_serial_set_termios()978 tx_parity_cfg |= PAR_CALC_EN; in qcom_geni_serial_set_termios()981 tx_parity_cfg |= PAR_ODD; in qcom_geni_serial_set_termios()984 tx_parity_cfg |= PAR_SPACE; in qcom_geni_serial_set_termios()987 tx_parity_cfg |= PAR_EVEN; in qcom_geni_serial_set_termios()993 tx_parity_cfg &= ~PAR_CALC_EN; in qcom_geni_serial_set_termios()1033 writel_relaxed(tx_parity_cfg, uport->membase + SE_UART_TX_PARITY_CFG); in qcom_geni_serial_set_termios()1110 u32 tx_parity_cfg = 0; /* Disable Tx Parity */ in qcom_geni_serial_earlycon_setup() local1142 writel_relaxed(tx_parity_cfg, uport->membase + SE_UART_TX_PARITY_CFG); in qcom_geni_serial_earlycon_setup()