Searched refs:eromptr (Results 1 – 3 of 3) sorted by relevance
157 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() argument159 u32 ent = readl(*eromptr); in bcma_erom_get_ent()160 (*eromptr)++; in bcma_erom_get_ent()164 static void bcma_erom_push_ent(u32 __iomem **eromptr) in bcma_erom_push_ent() argument166 (*eromptr)--; in bcma_erom_push_ent()169 static s32 bcma_erom_get_ci(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ci() argument171 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci()179 static bool bcma_erom_is_end(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_end() argument181 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end()182 bcma_erom_push_ent(eromptr); in bcma_erom_is_end()[all …]
107 u32 eromptr; /* 0xfc */ member
896 eromaddr = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, eromptr)); in brcmf_chip_dmp_erom_scan()