Home
last modified time | relevance | path

Searched refs:sp_num (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/bhnd/bcma/
H A Dbcma_erom.c1184 for (uint8_t sp_num = 0; sp_num < core.num_dport; sp_num++) { in bcma_erom_next_corecfg() local
1185 error = bcma_erom_corecfg_fill_port_regions(erom, cfg, sp_num, in bcma_erom_next_corecfg()
1193 for (uint8_t sp_num = 0; sp_num < core.num_mwrap; sp_num++) { in bcma_erom_next_corecfg() local
1194 error = bcma_erom_corecfg_fill_port_regions(erom, cfg, sp_num, in bcma_erom_next_corecfg()
1221 uint8_t sp_num; in bcma_erom_next_corecfg() local
1222 sp_num = (core.num_mwrap > 0) ? in bcma_erom_next_corecfg()
1225 error = bcma_erom_corecfg_fill_port_regions(erom, cfg, sp_num, in bcma_erom_next_corecfg()
H A Dbcma.c498 if (port->sp_num == port_num) in bcma_get_region_count()
519 if (port->sp_num != port_num) in bcma_get_port_rid()
562 *port_num = port->sp_num; in bcma_decode_port_rid()
586 if (port->sp_num != port_num) in bcma_get_region_addr()
H A Dbcma_subr.c190 port->sp_num, map->m_region_num, in bcma_dinfo_init_port_resource_info()
517 sport->sp_num = port_num; in bcma_alloc_sport()
H A Dbcmavar.h145 bcma_pid_t sp_num; /**< slave port number (core-unique) */ member