Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-iop.c179 reply = (struct i2o_single_reply *)(sc->obase + (mfa - sc->phys_obase)); in iop_intr()
250 sc->phys_obase = vtophys(sc->obase); in iop_init_outqueue()
284 sc->reg->oqueue = sc->phys_obase + (i * I2O_IOP_OUTBOUND_FRAME_SIZE); in iop_init_outqueue()
457 reply = (struct i2o_single_reply *)(sc->obase+(out_mfa-sc->phys_obase)); in iop_queue_wait_msg()
H A Dpst-iop.h46 u_int32_t phys_obase; member