Searched refs:cf_ctrl (Results 1 – 1 of 1) sorted by relevance
195 …unsigned short cf_ctrl = 0x0002; /* the value to sent to the CF_CONTROLS register: cf_req=00000000… in checkRpcStatus() local206 buffer[0] = (unsigned char)((cf_ctrl >> 8) & 0xFF); in checkRpcStatus()207 buffer[1] = (unsigned char)(cf_ctrl & 0xFF); in checkRpcStatus()217 error = TFA9896_WriteRegister(handle, 0x70, cf_ctrl); in checkRpcStatus()274 …unsigned short cf_ctrl = 0x0002; /* the value to be sent to the CF_CONTROLS register: cf_req=00000… in writeParameter() local290 buffer[0] = (unsigned char)((cf_ctrl >> 8) & 0xFF); in writeParameter()291 buffer[1] = (unsigned char)(cf_ctrl & 0xFF); in writeParameter()305 error = TFA9896_WriteRegister(handle, 0x70, cf_ctrl); in writeParameter()348 …unsigned short cf_ctrl = 0x0002; /* the value to be sent to the CF_CONTROLS register: cf_req=00000… in executeParam() local350 cf_ctrl |= (1 << 8) | (1 << 4); /* set the cf_req1 and cf_int bit */ in executeParam()[all …]