Searched refs:bcma_erom_get_ent (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/bcma/ |
D | scan.c | 108 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 **eromptr) in bcma_erom_get_ent() function 122 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci() 132 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end() 139 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_bridge() 150 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_skip_component() 162 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_mst_port() 176 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 187 addrh = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 192 size = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() 195 sizeh = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc()
|