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

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c859 for (uint8_t sp_num = 0; sp_num < core.num_dport; sp_num++) {
860 error = erom_corecfg_fill_port_regions(erom, cfg, sp_num,
868 for (uint8_t sp_num = 0; sp_num < core.num_mwrap; sp_num++) {
869 error = erom_corecfg_fill_port_regions(erom, cfg, sp_num,
897 uint8_t sp_num; local
898 sp_num
[all...]
H A Dbcmavar.h105 bcma_pid_t sp_num; /**< slave port number (core-unique) */ member in struct:bcma_sport
H A Dbcma.c305 if (port->sp_num == port_num)
326 if (port->sp_num != port_num)
369 *port_num = port->sp_num;
393 if (port->sp_num != port_num)
H A Dbcma_subr.c181 port->sp_num, map->m_region_num,
286 sport->sp_num = port_num;

Completed in 103 milliseconds