Searched refs:SEL_CORE (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dk8temp.c39 #define SEL_CORE 0x04 macro
49 u8 sensorsp; /* sensor presence bits - SEL_CORE & SEL_PLACE */
51 u8 swap_core_select; /* meaning of SEL_CORE is inverted */
66 tmp &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */
77 if (data->sensorsp & SEL_CORE) {
79 tmp |= SEL_CORE;
123 if (data->swap_core_select && (data->sensorsp & SEL_CORE))
205 * meaning of SEL_CORE bit is inverted
227 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */
231 if (scfg & (SEL_PLACE | SEL_CORE)) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dk8temp.c39 #define SEL_CORE 0x04 macro
49 u8 sensorsp; /* sensor presence bits - SEL_CORE & SEL_PLACE */
51 u8 swap_core_select; /* meaning of SEL_CORE is inverted */
66 tmp &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */
77 if (data->sensorsp & SEL_CORE) {
79 tmp |= SEL_CORE;
123 if (data->swap_core_select && (data->sensorsp & SEL_CORE))
205 * meaning of SEL_CORE bit is inverted
227 scfg &= ~(SEL_PLACE | SEL_CORE); /* Select sensor 0, core0 */
231 if (scfg & (SEL_PLACE | SEL_CORE)) {
[all...]

Completed in 180 milliseconds