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

/freebsd-current/sys/dev/tws/
H A Dtws_hdm.c84 u_int32_t regh, regl; local
96 regh = tws_read_reg(sc, TWS_I2O0_IOPOBQPH, 4);
98 reg = (((u_int64_t)regh) << 32) | regl;
100 if ( regh == TWS_FIFO_EMPTY32 )
275 u_int32_t regl, regh; local
290 regh = (u_int32_t)(req->cmd_pkt_phy >> 32);
291 /* regh = regh | TWS_MSG_ACC_MASK; */
292 mfa = regh;
298 regh
[all...]

Completed in 67 milliseconds