In Sitara I'm not able to access the CFPS register , the offset is 60h as specified in the data sheet UART registers part
I have defined the register as CFPS_REG as
#define CFPS_REG 0x60
in serial_reg.h ,
but when I'm writing bits on to it , I'm not able to access the register .
serial_out( CFPS_REG , VALUE);
where VALUE is the frequency i need, kindly see