Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1043 qat_cap_global_write_4(sc, CAP_GLOBAL_CTL_RESET, reset); in qat_ae_clear_reset()
1057 qat_cap_global_write_4(sc, CAP_GLOBAL_CTL_CLK_EN, clock); in qat_ae_clear_reset()
1162 qat_cap_global_write_4(sc, CAP_GLOBAL_CTL_MISC, in qat_ae_reset_timestamp()
1174 qat_cap_global_write_4(sc, CAP_GLOBAL_CTL_MISC, in qat_ae_reset_timestamp()
2539 qat_cap_global_write_4(sc, FCU_DRAM_ADDR_HI, (uint64_t)addr >> 32); in qat_aefw_auth()
2540 qat_cap_global_write_4(sc, FCU_DRAM_ADDR_LO, addr); in qat_aefw_auth()
2541 qat_cap_global_write_4(sc, FCU_CTRL, FCU_CTRL_CMD_AUTH); in qat_aefw_auth()
2584 qat_cap_global_write_4(sc, FCU_CTRL, in qat_aefw_suof_load()
2836 qat_cap_global_write_4(sc, FCU_CTRL, FCU_CTRL_CMD_START); in qat_aefw_start()
H A Dqatvar.h942 qat_cap_global_write_4(struct qat_softc *sc, bus_size_t offset, uint32_t value) in qat_cap_global_write_4() function