Home
last modified time | relevance | path

Searched refs:hi_val (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_osdep.c263 uint32_t lo_val, hi_val; in wr64() local
270 hi_val = (uint32_t)(val >> 32); in wr64()
272 bus_space_write_4(sc->bar0.tag, sc->bar0.handle, reg + 4, hi_val); in wr64()
/freebsd/sys/dev/qlxge/
H A Dqls_dump.c1211 uint32_t module, mux_sel, probe, lo_val, hi_val; in qls_get_probe() local
1233 hi_val = READ_REG32(ha,\ in qls_get_probe()
1238 *buf = hi_val; in qls_get_probe()