| /netbsd/src/sys/arch/macppc/dev/ |
| D | smu.c | 295 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 …]
|
| D | fcu.c | 240 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/ |
| D | apple_smc_fan.c | 245 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 …]
|
| D | nslm7x.c | 2856 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/ |
| D | Makefile | 16 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/ |
| D | Makefile | 7 COMMENT=union file system (fan-out layer)
|
| /netbsd/src/sys/dev/i2c/ |
| D | adm1026.c | 435 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()
|
| D | files.i2c | 114 # 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/ |
| D | DNS323 | 32 g760a* at iic? addr 0x3e # G760a fan speed controller
|
| /netbsd/src/sys/arch/macppc/conf/ |
| D | files.macppc | 322 # 'Psoc' fan controller found in (some?) TiBooks 339 # fan control bits found in obio's space on some G5
|
| D | POWERMAC_G5 | 164 obiofan* at obio? # PSU fan on PowerMac7,3
|
| D | GENERIC | 357 dbcool* at iic? # dbCool thermal monitor & fan control 360 psoc* at iic? # fan controller found in TiBooks
|
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | brdsetup.c | 1190 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/ |
| D | satmgr.c | 931 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/ |
| D | readme.dos | 116 have any effect. It shows a rotating "fan" in upper right corner of
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc2849.txt | 381 description: A big sailing fan. 412 description:Babs is a big sailing fan, and travels extensively in sea
|
| /netbsd/src/share/misc/ |
| D | language | 140 Fang fan
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | ChangeLog | 34 four a's. Thanks to Anonymous AWK fan <awkfan77@mailfence.com>
|
| /netbsd/src/share/dict/ |
| D | web2a | 6085 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/ |
| D | XEN3PAE_DOM0 | 275 # dbCool thermal monitor and fan controller
|
| /netbsd/src/doc/ |
| D | CHANGES | 705 fan controllers. [brad 20250311]
|
| /netbsd/src/sys/arch/sparc64/conf/ |
| D | GENERIC | 827 tda* at iic? addr? # fan control on SB1000/2000
|
| /netbsd/src/sys/conf/ |
| D | files | 1200 # Apple SMC fan sensors and control
|
| /netbsd/src/sys/arch/amd64/conf/ |
| D | GENERIC | 578 # Thermal monitor and fan controller
|
| D | XEN3_DOM0 | 585 # Thermal monitor and fan controller
|