Searched refs:tws_read_reg (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/dev/tws/ |
| HD | tws_hdm.c | 99 regh = tws_read_reg(sc, TWS_I2O0_IOPOBQPH, 4); in tws_init_ctlr() 100 regl = tws_read_reg(sc, TWS_I2O0_IOPOBQPL, 4); in tws_init_ctlr() 130 status = tws_read_reg(sc, TWS_I2O0_STATUS, 4); in tws_init_obfl_q() 302 regh = tws_read_reg(sc, TWS_I2O0_HIBQPH, 4); in tws_submit_command() 305 regl = tws_read_reg(sc, TWS_I2O0_HIBQPL, 4); in tws_submit_command() 368 out_mfa = (u_int64_t)tws_read_reg(sc, TWS_I2O0_HOBQPH, 4); in tws_get_response() 375 val = tws_read_reg(sc, TWS_I2O0_HOBQPL, 4); in tws_get_response() 419 reg = tws_read_reg(sc, TWS_I2O0_SCRPD3, 4); in tws_ctlr_ready() 452 reg = tws_read_reg(sc, TWS_I2O0_HIMASK, 4); in tws_disable_db_intr() 463 reg = tws_read_reg(sc, TWS_I2O0_HIMASK, 4); in tws_enable_db_intr() [all …]
|
| HD | tws_services.h | 43 u_int32_t tws_read_reg(struct tws_softc *sc,
|
| HD | tws_cam.c | 509 status = tws_read_reg(sc, TWS_I2O0_STATUS, 4); in tws_err_complete() 1079 histat = tws_read_reg(sc, TWS_I2O0_HISTAT, 4); in tws_intr() 1082 db = tws_read_reg(sc, TWS_I2O0_IOBDB, 4); in tws_intr() 1106 db = tws_read_reg(sc, TWS_I2O0_IOBDB, 4); in tws_intr_attn_aen() 1117 db = tws_read_reg(sc, TWS_I2O0_IOBDB, 4); in tws_intr_attn_error() 1247 reg = tws_read_reg(sc, TWS_I2O0_SCRPD3, 4); in tws_reset_cb()
|
| HD | tws.c | 369 reg = tws_read_reg(sc, TWS_I2O0_HIMASK, 4); in tws_detach() 646 reg = tws_read_reg(sc, TWS_I2O0_CTL, 4); in tws_init()
|
| HD | tws_services.c | 187 tws_read_reg(struct tws_softc *sc, int offset, int size) in tws_read_reg() function
|