Searched refs:regl (Results 1 – 1 of 1) sorted by relevance
86 u_int32_t regh, regl; in tws_init_ctlr() local100 regl = tws_read_reg(sc, TWS_I2O0_IOPOBQPL, 4); in tws_init_ctlr()101 reg = (((u_int64_t)regh) << 32) | regl; in tws_init_ctlr()102 TWS_TRACE_DEBUG(sc, "host outbound clenup",reg, regl); in tws_init_ctlr()279 u_int32_t regl, regh; in tws_submit_command() local298 regl = (u_int32_t)req->cmd_pkt_phy; in tws_submit_command()299 regl = regl | TWS_BIT0; in tws_submit_command()300 mfa = mfa | regl; in tws_submit_command()305 regl = tws_read_reg(sc, TWS_I2O0_HIBQPL, 4); in tws_submit_command()306 mfa = mfa | regl; in tws_submit_command()[all …]