In order to set a bit within a word, the driver uses a bit mask write which is function 22. Unless your device supports function 22, you will need to manually attempt to set bits within code by reading the register, then setting the bit and writing the register. This of course comes with the risk that if the value in the device changes between your read and write, then the value being written will be incorrect.