Searched refs:siop_ctoh32 (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | siop.c | 459 siop_ctoh32(&sc->sc_c, in siop_intr() 1009 siop_ctoh32(&sc->sc_c, siop_cmd->cmd_tables->id), in siop_intr() 1011 siop_ctoh32(&sc->sc_c, in siop_intr() 1670 int msgcount = siop_ctoh32(&sc->sc_c, in siop_start() 1781 siop_ctoh32(&sc->sc_c, sc->sc_c.sc_script[i]), in siop_dump_script() 1782 siop_ctoh32(&sc->sc_c, sc->sc_c.sc_script[i+1])); in siop_dump_script() 1783 if ((siop_ctoh32(&sc->sc_c, in siop_dump_script() 1786 printf(" 0x%08x", siop_ctoh32(&sc->sc_c, in siop_dump_script() 1911 siop_ctoh32(&sc->sc_c, in siop_morecbd() 1913 siop_ctoh32(&sc->sc_c, in siop_morecbd() [all …]
|
H A D | siopvar_common.h | 212 #define siop_ctoh32(sc, x) \ macro
|
H A D | siop_common.c | 794 siop_htoc32(sc, siop_ctoh32(sc, table->addr) + in siop_sdp() 795 siop_ctoh32(sc, table->count) - siop_cmd->resid); in siop_sdp() 826 siop_ctoh32(sc, siop_cmd->siop_tables->data[i].count); in siop_update_resid() 835 siop_ctoh32(sc, table->count) - siop_cmd->resid; in siop_update_resid() 864 if (siop_ctoh32(sc, table->count) & 1) { in siop_iwr()
|