Lines Matching defs:tmp
238 int tmp;
241 tmp = l64781_readreg(state, 0x04);
242 switch(tmp & 3) {
256 switch((tmp >> 2) & 3) {
267 tmp = l64781_readreg(state, 0x05);
268 switch(tmp & 7) {
287 switch((tmp >> 3) & 7) {
307 tmp = l64781_readreg(state, 0x06);
308 switch(tmp & 3) {
321 switch((tmp >> 2) & 7) {
339 tmp = l64781_readreg (state, 0x1d);
340 p->inversion = (tmp & 0x80) ? INVERSION_ON : INVERSION_OFF;
342 tmp = (int) (l64781_readreg (state, 0x08) |
345 p->frequency += tmp;