cx24227_readreg
cx24227_readreg(sc, 0xf1, &sig);
cx24227_readreg(sc, 0xf1, ®);
e = cx24227_readreg(sc, 0x04, &value);
cx24227_readreg(sc, 0xab, ®);
cx24227_readreg(sc, 0xe3, ®);
cx24227_readreg(sc, 0xac, ®);
static int cx24227_readreg(struct cx24227 *, uint8_t, uint16_t *);