Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/tws/
H A Dtws_hdm.c366 u_int64_t out_mfa=0, val=0; in tws_get_response() local
370 out_mfa = (u_int64_t)tws_read_reg(sc, TWS_I2O0_HOBQPH, 4); in tws_get_response()
372 if ( out_mfa == TWS_FIFO_EMPTY32 ) { in tws_get_response()
376 out_mfa = out_mfa << 32; in tws_get_response()
378 out_mfa = out_mfa | val; in tws_get_response()
380 out_res = *(struct tws_outbound_response *)&out_mfa; in tws_get_response()
383 *mfa = out_mfa; in tws_get_response()
/freebsd-12.1/sys/dev/pst/
H A Dpst-iop.c433 u_int32_t out_mfa; in iop_queue_wait_msg() local
452 while (--timeout && ((out_mfa = sc->reg->oqueue) == 0xffffffff)) in iop_queue_wait_msg()
460 reply = (struct i2o_single_reply *)(sc->obase+(out_mfa-sc->phys_obase)); in iop_queue_wait_msg()
462 sc->reg->oqueue = out_mfa; in iop_queue_wait_msg()