Searched refs:tx_parity_cfg (Results 1 – 2 of 2) sorted by relevance
303 u32 tx_parity_cfg = 0; in msm_geni_serial_earlycon_setup() local329 tx_parity_cfg = 0; in msm_geni_serial_earlycon_setup()343 writel_relaxed(tx_parity_cfg, uport->membase + SE_UART_TX_PARITY_CFG); in msm_geni_serial_earlycon_setup()
984 u32 tx_parity_cfg; in qcom_geni_serial_set_termios() local1027 tx_parity_cfg = readl(uport->membase + SE_UART_TX_PARITY_CFG); in qcom_geni_serial_set_termios()1033 tx_parity_cfg |= PAR_CALC_EN; in qcom_geni_serial_set_termios()1036 tx_parity_cfg |= PAR_ODD; in qcom_geni_serial_set_termios()1039 tx_parity_cfg |= PAR_SPACE; in qcom_geni_serial_set_termios()1042 tx_parity_cfg |= PAR_EVEN; in qcom_geni_serial_set_termios()1048 tx_parity_cfg &= ~PAR_CALC_EN; in qcom_geni_serial_set_termios()1088 writel(tx_parity_cfg, uport->membase + SE_UART_TX_PARITY_CFG); in qcom_geni_serial_set_termios()1187 u32 tx_parity_cfg = 0; /* Disable Tx Parity */ in qcom_geni_serial_earlycon_setup() local1222 writel(tx_parity_cfg, uport->membase + SE_UART_TX_PARITY_CFG); in qcom_geni_serial_earlycon_setup()