Searched refs:smu_cmd (Results 1 – 1 of 1) sorted by relevance
| /src/sys/powerpc/powermac/ |
| H A D | smu.c | 64 struct smu_cmd { struct 69 STAILQ_ENTRY(smu_cmd) cmd_q; argument 72 STAILQ_HEAD(smu_cmdq, smu_cmd); 121 struct smu_cmd *sc_cmd, *sc_cur_cmd; 171 static int smu_run_cmd(device_t dev, struct smu_cmd *cmd, int wait); 415 smu_send_cmd(device_t dev, struct smu_cmd *cmd) in smu_send_cmd() 487 smu_run_cmd(device_t dev, struct smu_cmd *cmd, int wait) in smu_run_cmd() 525 STAILQ_REMOVE(&sc->sc_cmdq, cmd, smu_cmd, in smu_run_cmd() 547 struct smu_cmd cmd; in smu_get_datablock() 576 struct smu_cmd cmd; in smu_slew_cpu_voltage() [all …]
|