Searched refs:hic (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c406 } hic; local
412 memset(&hic, 0, sizeof(hic));
413 hic.cmd.hdr.cmd = FW_PHY_ACT_REQ_CMD;
414 hic.cmd.hdr.buf_len = FW_PHY_ACT_REQ_LEN;
415 hic.cmd.hdr.checksum = FW_DEFAULT_CHECKSUM;
416 hic.cmd.port_number = hw->bus.lan_id;
417 hic.cmd.activity_id = IXGBE_CPU_TO_LE16(activity);
419 hic.cmd.data[i] = IXGBE_CPU_TO_BE32((*data)[i]);
421 rc = ixgbe_host_interface_command(hw, (u32 *)&hic
1330 } hic; local
[all...]
/freebsd-13-stable/sys/dev/agp/
H A Dagp_i810.c2007 uint32_t hic; local
2012 hic = bus_read_4(sc->sc_res[0], AGP_I830_HIC);
2013 bus_write_4(sc->sc_res[0], AGP_I830_HIC, hic | (1U << 31));
2015 hic = bus_read_4(sc->sc_res[0], AGP_I830_HIC);
2016 if ((hic & (1U << 31)) == 0)

Completed in 183 milliseconds