Searched defs:smi_cmd (Results 1 - 5 of 5) sorted by relevance

/drivers/net/phy/
H A Dmdio-octeon.c30 union cvmx_smix_cmd smi_cmd; local
34 smi_cmd.u64 = 0;
35 smi_cmd.s.phy_op = 1; /* MDIO_CLAUSE_22_READ */
36 smi_cmd.s.phy_adr = phy_id;
37 smi_cmd.s.reg_adr = regnum;
38 cvmx_write_csr(CVMX_SMIX_CMD(p->unit), smi_cmd.u64);
59 union cvmx_smix_cmd smi_cmd; local
67 smi_cmd.u64 = 0;
68 smi_cmd.s.phy_op = 0; /* MDIO_CLAUSE_22_WRITE */
69 smi_cmd
[all...]
/drivers/cpufreq/
H A Dspeedstep-smi.c34 static int smi_cmd; variable
68 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
111 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
153 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
193 command = (smi_sig & 0xffffff00) | (smi_cmd & 0xff);
430 (smi_port == 0) || (smi_cmd == 0)))
444 if ((smi_cmd > 0xff) || (smi_cmd < 0))
446 else if (smi_cmd == 0)
447 smi_cmd
[all...]
/drivers/firmware/
H A Ddcdbas.h74 struct smi_cmd { struct
104 int dcdbas_smi_request(struct smi_cmd *smi_cmd);
H A Ddcdbas.c246 int dcdbas_smi_request(struct smi_cmd *smi_cmd) argument
251 if (smi_cmd->magic != SMI_CMD_MAGIC) {
276 : "a" (smi_cmd->command_code),
277 "d" (smi_cmd->command_address),
278 "b" (smi_cmd->ebx),
279 "c" (smi_cmd->ecx)
297 * User application writes smi_cmd to smi_data before telling driver
304 struct smi_cmd *smi_cmd; local
[all...]
/drivers/firmware/google/
H A Dgsmi.c92 u16 smi_cmd; /* SMI command port */ member in struct:gsmi_device
203 "d" (gsmi_dev.smi_cmd),
217 "d" (gsmi_dev.smi_cmd),
232 "d" (gsmi_dev.smi_cmd),
786 gsmi_dev.smi_cmd = acpi_gbl_FADT.smi_command;

Completed in 1347 milliseconds