Searched refs:smi_cmd (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/mips/cavium/octe/
H A Dethernet-mdio.c62 cvmx_smi_cmd_t smi_cmd; local
66 smi_cmd.u64 = 0;
67 smi_cmd.s.phy_op = 1;
68 smi_cmd.s.phy_adr = phy_id;
69 smi_cmd.s.reg_adr = location;
70 cvmx_write_csr(CVMX_SMI_CMD, smi_cmd.u64);
95 cvmx_smi_cmd_t smi_cmd; local
103 smi_cmd.u64 = 0;
104 smi_cmd.s.phy_op = 0;
105 smi_cmd
[all...]
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h397 cvmx_smix_cmd_t smi_cmd;
403 smi_cmd.u64 = 0;
404 smi_cmd.s.phy_op = MDIO_CLAUSE_22_READ;
405 smi_cmd.s.phy_adr = phy_id;
406 smi_cmd.s.reg_adr = location;
407 cvmx_write_csr(CVMX_SMIX_CMD(bus_id), smi_cmd.u64);
449 cvmx_smix_cmd_t smi_cmd;
459 smi_cmd.u64 = 0;
460 smi_cmd.s.phy_op = MDIO_CLAUSE_22_WRITE;
461 smi_cmd
489 cvmx_smix_cmd_t smi_cmd; local
554 cvmx_smix_cmd_t smi_cmd; local
[all...]
/freebsd-10.3-release/sys/x86/cpufreq/
H A Dsmist.c69 int smi_cmd; member in struct:smist_softc
128 int15_gsic_call(int *sig, int *smi_cmd, int *command, int *smi_data, int *flags) argument
139 *smi_cmd = vmf.vmf_ebx & 0xff;
145 *smi_cmd = -1;
156 int smi_cmd; member in struct:set_ownership_data
183 "d" (data->smi_cmd),
218 cb_data.smi_cmd = sc->smi_cmd;
258 "d" (sc->smi_cmd)
321 int sig, smi_cmd, comman local
[all...]
/freebsd-10.3-release/usr.sbin/bhyve/
H A Dpm.c299 INOUT_PORT(smi_cmd, SMI_CMD, IOPORT_F_OUT, smi_cmd_handler);

Completed in 165 milliseconds