HomeSort by: relevance | last modified time | path
    Searched defs:channel1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_cdrom.h 130 u_char channel1; member in struct:linux_cdrom_volctrl
  /src/sys/dev/i2c/
tsllux.c 933 uint32_t channel0, channel1, scale, ratio, lux = 0; local in function:tsllux_get_lux
997 channel1 = ((uint32_t)ir * scale) >> TSL2561_LUX_CHSCALE;
1001 ratio = (channel1 << (TSL2561_LUX_RATIOSCALE + 1)) / channel0;
1026 temp = ((channel0 * table[idx].b) - (channel1 * table[idx].m));

Completed in 12 milliseconds