Searched refs:eromptr (Results 1 – 3 of 3) sorted by relevance
156 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() argument158 u32 ent = readl(*eromptr); in bcma_erom_get_ent()159 (*eromptr)++; in bcma_erom_get_ent()163 static void bcma_erom_push_ent(u32 __iomem **eromptr) in bcma_erom_push_ent() argument165 (*eromptr)--; in bcma_erom_push_ent()168 static s32 bcma_erom_get_ci(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ci() argument170 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci()178 static bool bcma_erom_is_end(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_end() argument180 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end()181 bcma_erom_push_ent(eromptr); in bcma_erom_is_end()[all …]
107 u32 eromptr; /* 0xfc */ member
916 CORE_CC_REG(ci->pub.enum_base, eromptr)); in brcmf_chip_dmp_erom_scan()