1) Set LCR[3]: ParityEn to 1 to enable parity generation.
2) Set LCR[5]: ForceParity to force the parity bit to be a certain value.
3) Set LCR[4]: EvenParity to 0 for a parity of 1, to 1 for a parity of 0.
In order to send an address and subsequent data words successfully, you will need to first send the address, update the LCR, then send the data. Here is the procedure:
1) Update LCR for address parity.
2) Send address.
3) Update LCR for data parity.
4) Send data.