Searched refs:mmTPC3_QM_GLBL_CFG0 (Results 1 – 5 of 5) sorted by relevance
22 #define mmTPC3_QM_GLBL_CFG0 0xEC8000 macro
1317 pb_addr = (mmTPC3_QM_GLBL_CFG0 & ~0xFFF) + PROT_BITS_OFFS; in goya_init_tpc_protection_bits()1318 word_offset = ((mmTPC3_QM_GLBL_CFG0 & PROT_BITS_OFFS) >> 7) << 2; in goya_init_tpc_protection_bits()1319 mask = 1 << ((mmTPC3_QM_GLBL_CFG0 & 0x7F) >> 2); in goya_init_tpc_protection_bits()
2013 WREG32(mmTPC3_QM_GLBL_CFG0, 0); in goya_disable_internal_queues()
10543 pb_addr = (mmTPC3_QM_GLBL_CFG0 & ~0xFFF) + PROT_BITS_OFFS; in gaudi_init_tpc_protection_bits()10544 word_offset = ((mmTPC3_QM_GLBL_CFG0 & PROT_BITS_OFFS) >> 7) << 2; in gaudi_init_tpc_protection_bits()10545 mask = 1U << ((mmTPC3_QM_GLBL_CFG0 & 0x7F) >> 2); in gaudi_init_tpc_protection_bits()
Completed in 35 milliseconds