Lines Matching refs:sc_if
2152 #define MSK_IF_READ_4(sc_if, reg) \ argument
2153 CSR_READ_4((sc_if)->msk_softc, (reg))
2154 #define MSK_IF_READ_2(sc_if, reg) \ argument
2155 CSR_READ_2((sc_if)->msk_softc, (reg))
2156 #define MSK_IF_READ_1(sc_if, reg) \ argument
2157 CSR_READ_1((sc_if)->msk_softc, (reg))
2159 #define MSK_IF_WRITE_4(sc_if, reg, val) \ argument
2160 CSR_WRITE_4((sc_if)->msk_softc, (reg), (val))
2161 #define MSK_IF_WRITE_2(sc_if, reg, val) \ argument
2162 CSR_WRITE_2((sc_if)->msk_softc, (reg), (val))
2163 #define MSK_IF_WRITE_1(sc_if, reg, val) \ argument
2164 CSR_WRITE_1((sc_if)->msk_softc, (reg), (val))