Searched refs:fcu (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/powerpc/powermac/ |
H A D | fcu.c | 130 DRIVER_MODULE(fcu, iicbus, fcu_driver, 0, 0); 525 device_t fcu; in fcu_fanrpm_sysctl() local 530 fcu = arg1; in fcu_fanrpm_sysctl() 531 sc = device_get_softc(fcu); in fcu_fanrpm_sysctl() 539 error = fcu_fan_get_pwm(fcu, fan, &pwm, &rpm); in fcu_fanrpm_sysctl()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_ae.c | 2535 uint32_t fcu, sts; in qat_aefw_auth() local 2545 fcu = qat_cap_global_read_4(sc, FCU_STATUS); in qat_aefw_auth() 2546 sts = __SHIFTOUT(fcu, FCU_STATUS_STS); in qat_aefw_auth() 2549 if (fcu & FCU_STATUS_AUTHFWLD && in qat_aefw_auth() 2558 fcu, retry); in qat_aefw_auth() 2566 uint32_t fcu, sts, loaded; in qat_aefw_suof_load() local 2588 fcu = qat_cap_global_read_4(sc, FCU_STATUS); in qat_aefw_suof_load() 2589 sts = __SHIFTOUT(fcu, FCU_STATUS_STS); in qat_aefw_suof_load() 2590 loaded = __SHIFTOUT(fcu, FCU_STATUS_LOADED_AE); in qat_aefw_suof_load() 2599 "firmware load timeout: status %08x\n", fcu); in qat_aefw_suof_load() [all …]
|
/freebsd/sys/powerpc/conf/ |
H A D | NOTES | 62 device fcu # Apple Fan Control Unit
|
H A D | GENERIC | 205 device fcu # Apple Fan Control Unit
|
H A D | GENERIC64 | 257 device fcu # Apple Fan Control Unit
|
/freebsd/sys/conf/ |
H A D | files.powerpc | 315 powerpc/powermac/fcu.c optional powermac fcu
|