Searched refs:regl (Results 1 – 1 of 1) sorted by relevance
84 u_int32_t regh, regl; in tws_init_ctlr() local97 regl = tws_read_reg(sc, TWS_I2O0_IOPOBQPL, 4); in tws_init_ctlr()98 reg = (((u_int64_t)regh) << 32) | regl; in tws_init_ctlr()99 TWS_TRACE_DEBUG(sc, "host outbound cleanup",reg, regl); in tws_init_ctlr()275 u_int32_t regl, regh; in tws_submit_command() local294 regl = (u_int32_t)req->cmd_pkt_phy; in tws_submit_command()295 regl = regl | TWS_BIT0; in tws_submit_command()296 mfa = mfa | regl; in tws_submit_command()301 regl = tws_read_reg(sc, TWS_I2O0_HIBQPL, 4); in tws_submit_command()302 mfa = mfa | regl; in tws_submit_command()[all …]