Home | History | Annotate | Download | only in qat

Lines Matching defs:sc_hw

824 	struct qat_hw sc_hw;
961 qat_bar_write_4(sc, sc->sc_hw.qhw_misc_bar_id, offset, value);
968 return qat_bar_read_4(sc, sc->sc_hw.qhw_misc_bar_id, offset);
997 qat_bar_write_4(sc, sc->sc_hw.qhw_etr_bar_id, offset, value);
1004 return qat_bar_read_4(sc, sc->sc_hw.qhw_etr_bar_id, offset);
1015 qat_misc_write_4(sc, sc->sc_hw.qhw_ae_local_offset + offset,
1026 return qat_misc_read_4(sc, sc->sc_hw.qhw_ae_local_offset + offset);
1036 qat_misc_write_4(sc, sc->sc_hw.qhw_ae_offset + offset, value);
1043 qat_misc_write_4(sc, sc->sc_hw.qhw_cap_global_offset + offset, value);
1050 return qat_misc_read_4(sc, sc->sc_hw.qhw_cap_global_offset + offset);
1059 qat_etr_write_4(sc, sc->sc_hw.qhw_etr_bundle_size * bank + offset,
1069 sc->sc_hw.qhw_etr_bundle_size * bank + offset);