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

/freebsd-current/sys/dev/tws/
H A Dtws_hdm.c84 u_int32_t regh, regl; local
97 regl = tws_read_reg(sc, TWS_I2O0_IOPOBQPL, 4);
98 reg = (((u_int64_t)regh) << 32) | regl;
99 TWS_TRACE_DEBUG(sc, "host outbound cleanup",reg, regl);
275 u_int32_t regl, regh; local
294 regl = (u_int32_t)req->cmd_pkt_phy;
295 regl = regl | TWS_BIT0;
296 mfa = mfa | regl;
301 regl
[all...]

Completed in 80 milliseconds