Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/bcma/
H A Dbcma_erom.c1185 for (uint8_t sp_num = 0; sp_num < core.num_dport; sp_num++) { in bcma_erom_next_corecfg() local
1186 error = bcma_erom_corecfg_fill_port_regions(erom, cfg, sp_num, in bcma_erom_next_corecfg()
1194 for (uint8_t sp_num = 0; sp_num < core.num_mwrap; sp_num++) { in bcma_erom_next_corecfg() local
1195 error = bcma_erom_corecfg_fill_port_regions(erom, cfg, sp_num, in bcma_erom_next_corecfg()
1222 uint8_t sp_num; in bcma_erom_next_corecfg() local
1223 sp_num = (core.num_mwrap > 0) ? in bcma_erom_next_corecfg()
1226 error = bcma_erom_corecfg_fill_port_regions(erom, cfg, sp_num, in bcma_erom_next_corecfg()
H A Dbcma.c500 if (port->sp_num == port_num) in bcma_get_region_count()
521 if (port->sp_num != port_num) in bcma_get_port_rid()
564 *port_num = port->sp_num; in bcma_decode_port_rid()
588 if (port->sp_num != port_num) in bcma_get_region_addr()
H A Dbcma_subr.c191 port->sp_num, map->m_region_num, in bcma_dinfo_init_port_resource_info()
520 sport->sp_num = port_num; in bcma_alloc_sport()
H A Dbcmavar.h145 bcma_pid_t sp_num; /**< slave port number (core-unique) */ member