Searched refs:bcma_erom_get_ent (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/bcma/ |
D | scan.c | 154 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() function 168 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci() 178 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end() 185 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_bridge() 196 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_skip_component() 208 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_mst_port() 222 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 233 addrh = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 238 size = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 241 sizeh = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc()
|