temp1 67 dev/isa/aps.c u_int8_t temp1; temp1 319 dev/isa/aps.c sc->aps_data.temp1 = bus_space_read_1(iot, ioh, APS_TEMP); temp1 357 dev/isa/aps.c temp = sc->aps_data.temp1 * 1000000; temp1 116 dev/isa/viasio.c int64_t temp = -1, temp1, temp2; temp1 124 dev/isa/viasio.c temp1 = vt1211_hm_temptbl[i].temp; temp1 130 dev/isa/viasio.c temp = temp1 + ((raw - raw1) * (temp2 - temp1)) / temp1 1704 dev/pci/bktr/bktr_core.c unsigned int temp, temp1; temp1 1831 dev/pci/bktr/bktr_core.c temp1 = INB(bktr, BKTR_O_CONTROL); temp1 1835 dev/pci/bktr/bktr_core.c temp1 |= (BT848_O_CONTROL_SAT_U_MSB | temp1 1841 dev/pci/bktr/bktr_core.c temp1 &= ~(BT848_O_CONTROL_SAT_U_MSB | temp1 1848 dev/pci/bktr/bktr_core.c OUTB(bktr, BKTR_O_CONTROL, temp1); temp1 1863 dev/pci/bktr/bktr_core.c temp1 = INB(bktr, BKTR_O_CONTROL); temp1 1866 dev/pci/bktr/bktr_core.c temp1 |= BT848_O_CONTROL_SAT_V_MSB; temp1 1870 dev/pci/bktr/bktr_core.c temp1 &= ~BT848_O_CONTROL_SAT_V_MSB; temp1 1875 dev/pci/bktr/bktr_core.c OUTB(bktr, BKTR_O_CONTROL, temp1); temp1 1890 dev/pci/bktr/bktr_core.c temp1 = INB(bktr, BKTR_O_CONTROL); temp1 1893 dev/pci/bktr/bktr_core.c temp1 |= BT848_O_CONTROL_SAT_U_MSB; temp1 1897 dev/pci/bktr/bktr_core.c temp1 &= ~BT848_O_CONTROL_SAT_U_MSB; temp1 1902 dev/pci/bktr/bktr_core.c OUTB(bktr, BKTR_O_CONTROL, temp1); temp1 1932 dev/pci/bktr/bktr_core.c temp1 = INB(bktr, BKTR_O_CONTROL); temp1 1935 dev/pci/bktr/bktr_core.c temp1 |= BT848_O_CONTROL_CON_MSB; temp1 1939 dev/pci/bktr/bktr_core.c temp1 &= ~BT848_O_CONTROL_CON_MSB; temp1 1944 dev/pci/bktr/bktr_core.c OUTB(bktr, BKTR_O_CONTROL, temp1); temp1 368 dev/raidframe/rf_evenodd_dagfuncs.c short temp1; temp1 372 dev/raidframe/rf_evenodd_dagfuncs.c long temp1; temp1 397 dev/raidframe/rf_evenodd_dagfuncs.c temp1 = destShortBuf[j] ^ srcShortBuf1[j]; temp1 401 dev/raidframe/rf_evenodd_dagfuncs.c destShortBuf[j] = (srcShortBuf2[j]) ^ temp1; temp1 405 dev/raidframe/rf_evenodd_dagfuncs.c destShortBuf[j] = temp1; temp1 412 dev/raidframe/rf_evenodd_dagfuncs.c temp1 = destLongBuf[j] ^ srcLongBuf1[j]; temp1 414 dev/raidframe/rf_evenodd_dagfuncs.c destLongBuf[j] = (srcLongBuf2[j]) ^ temp1; temp1 416 dev/raidframe/rf_evenodd_dagfuncs.c destLongBuf[j] = temp1;