Searched refs:bcma_erom_get_ent (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/bcma/ |
D | scan.c | 157 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() function 171 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci() 181 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end() 188 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_bridge() 199 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_skip_component() 211 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_mst_port() 225 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 236 addrh = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 241 size = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 244 sizeh = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc()
|