Home
last modified time | relevance | path

Searched refs:fcu (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dfcu.c130 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 Dqat_ae.c2535 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 DNOTES62 device fcu # Apple Fan Control Unit
H A DGENERIC205 device fcu # Apple Fan Control Unit
H A DGENERIC64257 device fcu # Apple Fan Control Unit
/freebsd/sys/conf/
H A Dfiles.powerpc315 powerpc/powermac/fcu.c optional powermac fcu