Searched refs:smi_cmd (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/vnic/ |
H A D | thunder_mdio.c | 214 uint64_t smi_cmd, smi_wr_dat; in thunder_mdio_c45_addr() local 224 smi_cmd = 0; in thunder_mdio_c45_addr() 226 smi_cmd |= SMI_CMD_PHY_OP_C45_WRITE; in thunder_mdio_c45_addr() 229 smi_cmd |= ((phy << SMI_CMD_PHY_ADR_SHIFT) & SMI_CMD_PHY_ADR_MASK); in thunder_mdio_c45_addr() 231 smi_cmd |= ((reg << SMI_CMD_PHY_REG_ADR_SHIFT) & in thunder_mdio_c45_addr() 234 mdio_reg_write(sc, SMI_CMD, smi_cmd); in thunder_mdio_c45_addr() 255 uint64_t smi_cmd, smi_rd_dat; in thunder_mdio_read() local 267 smi_cmd = 0; in thunder_mdio_read() 270 smi_cmd |= SMI_CMD_PHY_OP_C22_READ; in thunder_mdio_read() 272 smi_cmd |= SMI_CMD_PHY_OP_C45_READ; in thunder_mdio_read() [all …]
|
/freebsd/sys/x86/cpufreq/ |
H A D | smist.c | 69 int smi_cmd; member 127 int15_gsic_call(int *sig, int *smi_cmd, int *command, int *smi_data, int *flags) in int15_gsic_call() argument 138 *smi_cmd = vmf.vmf_ebx & 0xff; in int15_gsic_call() 144 *smi_cmd = -1; in int15_gsic_call() 155 int smi_cmd; member 182 "d" (data->smi_cmd), in set_ownership_cb() 216 cb_data.smi_cmd = sc->smi_cmd; in set_ownership() 256 "d" (sc->smi_cmd) in getset_state() 320 int sig, smi_cmd, command, smi_data, flags; in smist_probe() local 343 int15_gsic_call(&sig, &smi_cmd, &command, &smi_data, &flags); in smist_probe() [all …]
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pm.c | 363 INOUT_PORT(smi_cmd, SMI_CMD, IOPORT_F_OUT, smi_cmd_handler);
|