Home
last modified time | relevance | path

Searched refs:qat_cap_global_read_4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1038 reset = qat_cap_global_read_4(sc, CAP_GLOBAL_CTL_RESET); in qat_ae_clear_reset()
1048 reg = qat_cap_global_read_4(sc, CAP_GLOBAL_CTL_RESET); in qat_ae_clear_reset()
1054 clock = qat_cap_global_read_4(sc, CAP_GLOBAL_CTL_CLK_EN); in qat_ae_clear_reset()
1160 misc = qat_cap_global_read_4(sc, CAP_GLOBAL_CTL_MISC); in qat_ae_reset_timestamp()
2545 fcu = qat_cap_global_read_4(sc, FCU_STATUS); in qat_aefw_auth()
2588 fcu = qat_cap_global_read_4(sc, FCU_STATUS); in qat_aefw_suof_load()
2839 fcu = qat_cap_global_read_4(sc, FCU_STATUS); in qat_aefw_start()
H A Dqatvar.h949 qat_cap_global_read_4(struct qat_softc *sc, bus_size_t offset) in qat_cap_global_read_4() function