Home
last modified time | relevance | path

Searched refs:fan (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/sys/arch/macppc/dev/
Dsmu.c295 struct smu_fan *fan; in smu_setup_fans() local
306 fan = &sc->sc_fans[sc->sc_num_fans]; in smu_setup_fans()
307 fan->sc = sc; in smu_setup_fans()
309 memset(fan->location, 0, sizeof(fan->location)); in smu_setup_fans()
310 OF_getprop(node, "location", fan->location, in smu_setup_fans()
311 sizeof(fan->location)); in smu_setup_fans()
313 if (OF_getprop(node, "reg", &fan->reg, in smu_setup_fans()
314 sizeof(fan->reg)) <= 0) in smu_setup_fans()
317 if (OF_getprop(node, "zone", &fan->zone , in smu_setup_fans()
318 sizeof(fan->zone)) <= 0) in smu_setup_fans()
[all …]
Dfcu.c240 fcu_fan_t *fan = &sc->sc_fans[sc->sc_nfans]; in fcu_attach() local
257 fan->reg = reg; in fcu_attach()
258 fan->target = 0; in fcu_attach()
259 fan->duty = 0x80; in fcu_attach()
266 fan->base_rpm = rmin; in fcu_attach()
267 fan->max_rpm = rmax; in fcu_attach()
268 fan->step = (rmax - rmin) / 30; in fcu_attach()
273 fan->base_rpm = rmin; in fcu_attach()
274 fan->max_rpm = rmax; in fcu_attach()
275 fan->step = (rmax - rmin) / 30; in fcu_attach()
[all …]
/netbsd/src/sys/dev/ic/
Dapple_smc_fan.c245 uint8_t fan, sensor; in apple_smc_fan_attach_sensors() local
264 for (fan = 0; fan < sc->sc_nfans; fan++) { in apple_smc_fan_attach_sensors()
268 "F%"PRIu8"ID", fan); in apple_smc_fan_attach_sensors()
277 fan, error); in apple_smc_fan_attach_sensors()
287 fan, error); in apple_smc_fan_attach_sensors()
301 apple_smc_fan_attach_sensor(sc, fan, name, sensor); in apple_smc_fan_attach_sensors()
305 apple_smc_fan_sysctl_setup_1(sc, fan); in apple_smc_fan_attach_sensors()
324 apple_smc_fan_attach_sensor(struct apple_smc_fan_softc *sc, uint8_t fan, in apple_smc_fan_attach_sensor() argument
332 KASSERT(fan < sc->sc_nfans); in apple_smc_fan_attach_sensor()
341 keyp = &sc->sc_fans[fan].sensors[sensor].sensor_key; in apple_smc_fan_attach_sensor()
[all …]
Dnslm7x.c2856 int fan, data, divisor = 0; in wb_refresh_fanrpm() local
2867 fan = (sc->lm_sensors[n].reg - LMD_FAN1); in wb_refresh_fanrpm()
2868 if ((data >> 5) & (1 << fan)) in wb_refresh_fanrpm()
/netbsd/src/share/examples/refuse/fanoutfs/
DMakefile16 echo "# New fanout configuration at `date`" > fan.conf; \
21 echo dir$$i >> fan.conf; \
25 priv ${FANOUTOBJDIR}/${PROG} -f fan.conf /mnt; \
30 priv rm -rf dir? fan.conf
/netbsd/src/sys/rump/fs/lib/libunion/
DMakefile7 COMMENT=union file system (fan-out layer)
/netbsd/src/sys/dev/i2c/
Dadm1026.c435 int fan = ADM1026_NUM_FAN(edata->sensor); in adm1026_read_fan() local
439 if ((err = adm1026_read_reg(sc, ADM1026_FAN_VAL(fan), &val)) != 0) { in adm1026_read_fan()
446 edata->value_cur = 1350000 / (val * sc->sc_fandiv[fan]); in adm1026_read_fan()
Dfiles.i2c114 # National Semiconductor LM78 temp sensor/fan controller
134 # Analog Devices dBCool family of thermal monitors / fan controllers
453 # EMC-210x and EMC-230x fan controllers
/netbsd/src/sys/arch/evbarm/conf/
DDNS32332 g760a* at iic? addr 0x3e # G760a fan speed controller
/netbsd/src/sys/arch/macppc/conf/
Dfiles.macppc322 # 'Psoc' fan controller found in (some?) TiBooks
339 # fan control bits found in obio's space on some G5
DPOWERMAC_G5164 obiofan* at obio? # PSU fan on PowerMac7,3
DGENERIC357 dbcool* at iic? # dbCool thermal monitor & fan control
360 psoc* at iic? # fan controller found in TiBooks
/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dbrdsetup.c1190 send_iomega(int power, int led, int rate, int fan, int high, int low) in send_iomega() argument
1226 buf[IOMEGA_FAN] = fan; in send_iomega()
/netbsd/src/sys/arch/sandpoint/sandpoint/
Dsatmgr.c931 isattalk(struct satmgr_softc *sc, int pow, int led, int rat, int fan, in isattalk() argument
944 p[3] = fan; in isattalk()
/netbsd/src/external/bsd/libpcap/dist/msdos/
Dreadme.dos116 have any effect. It shows a rotating "fan" in upper right corner of
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc2849.txt381 description: A big sailing fan.
412 description:Babs is a big sailing fan, and travels extensively in sea
/netbsd/src/share/misc/
Dlanguage140 Fang fan
/netbsd/src/external/historical/nawk/dist/
DChangeLog34 four a's. Thanks to Anonymous AWK fan <awkfan77@mailfence.com>
/netbsd/src/share/dict/
Dweb2a6085 blast fan
6413 blowing fan
18331 drying fan
19587 exhaust fan
20141 fan-bearing
20142 fan belt
20143 fan blade
20144 fan blower
20145 fan brake
20146 fan consonant
[all …]
/netbsd/src/sys/arch/i386/conf/
DXEN3PAE_DOM0275 # dbCool thermal monitor and fan controller
/netbsd/src/doc/
DCHANGES705 fan controllers. [brad 20250311]
/netbsd/src/sys/arch/sparc64/conf/
DGENERIC827 tda* at iic? addr? # fan control on SB1000/2000
/netbsd/src/sys/conf/
Dfiles1200 # Apple SMC fan sensors and control
/netbsd/src/sys/arch/amd64/conf/
DGENERIC578 # Thermal monitor and fan controller
DXEN3_DOM0585 # Thermal monitor and fan controller

12