Home
last modified time | relevance | path

Searched refs:regBase (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c181 static uint8_t maxHwQs(uintptr_t regBase) { in maxHwQs() argument
184 (&(((struct emac_regs *)(regBase))->designcfg_debug6))); in maxHwQs()
825 CEDI_PdVar(hwCfg).numQueues = maxHwQs(CEDI_PdVar(cfg).regBase); in readDesignConfig()
1060 (void *)config->regBase); in emacProbe()
1062 if (config->regBase % sizeof(uint32_t)) { in emacProbe()
1069 regAddr = ((struct emac_regs *)(config->regBase)); in emacProbe()
1103 numQs = maxHwQs(config->regBase); in emacProbe()
1198 (uint32_t)config->regBase); in emacInit()
1536 (uint32_t)CEDI_PdVar(cfg).regBase); in emacDestroy()
1549 (uint32_t)CEDI_PdVar(cfg).regBase); in emacStart()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dedd_int.h151 #define CEDI_RegAddr(reg) (&(((struct emac_regs *)(CEDI_PdVar(cfg).regBase))->reg))
Dcedi.h624 uintptr_t regBase; member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c1106 cy_ethif_cfg[u8EthIfInstance].regBase = CY_ETHIF_GEMGXL_ADDR_REGBASE(u8EthIfInstance); in Cy_ETHIF_PrepareConfiguration()