Searched refs:eromptr (Results 1 – 3 of 3) sorted by relevance
154 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() argument156 u32 ent = readl(*eromptr); in bcma_erom_get_ent()157 (*eromptr)++; in bcma_erom_get_ent()161 static void bcma_erom_push_ent(u32 __iomem **eromptr) in bcma_erom_push_ent() argument163 (*eromptr)--; in bcma_erom_push_ent()166 static s32 bcma_erom_get_ci(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ci() argument168 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci()176 static bool bcma_erom_is_end(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_end() argument178 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end()179 bcma_erom_push_ent(eromptr); in bcma_erom_is_end()[all …]
118 u32 eromptr; /* 0xfc */ member
849 eromaddr = ci->ops->read32(ci->ctx, CORE_CC_REG(SI_ENUM_BASE, eromptr)); in brcmf_chip_dmp_erom_scan()