Home
last modified time | relevance | path

Searched refs:mmTPC6_CMDQ_GLBL_CFG0 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/misc/habanalabs/include/goya/asic_reg/
Dtpc6_cmdq_regs.h22 #define mmTPC6_CMDQ_GLBL_CFG0 0xF89000 macro
/linux-5.19.10/drivers/misc/habanalabs/goya/
Dgoya_security.c1981 pb_addr = (mmTPC6_CMDQ_GLBL_CFG0 & ~0xFFF) + PROT_BITS_OFFS; in goya_init_tpc_protection_bits()
1982 word_offset = ((mmTPC6_CMDQ_GLBL_CFG0 & PROT_BITS_OFFS) >> 7) << 2; in goya_init_tpc_protection_bits()
1983 mask = 1 << ((mmTPC6_CMDQ_GLBL_CFG0 & 0x7F) >> 2); in goya_init_tpc_protection_bits()
Dgoya.c2118 WREG32(mmTPC6_CMDQ_GLBL_CFG0, 0); in goya_disable_internal_queues()