Searched refs:bcma_corecfg (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/bhnd/bcma/
H A Dbcmavar.h57 struct bcma_corecfg;
69 struct bcma_sport_list *bcma_corecfg_get_port_list(struct bcma_corecfg *cfg,
75 struct bcma_corecfg *corecfg);
79 struct bcma_corecfg *bcma_alloc_corecfg(u_int core_index, int core_unit,
81 void bcma_free_corecfg(struct bcma_corecfg *corecfg);
117 struct bcma_corecfg { struct
140 struct bcma_corecfg *corecfg; /**< IP core/block config */
H A Dbcma_subr.c55 struct bcma_corecfg *
59 struct bcma_corecfg *cfg;
94 bcma_free_corecfg(struct bcma_corecfg *corecfg)
125 bcma_corecfg_get_port_list(struct bcma_corecfg *cfg, bhnd_port_type type)
230 struct bcma_corecfg *corecfg)
H A Dbcma_eromvar.h102 struct bcma_corecfg **result);
H A Dbcma_erom.c601 struct bcma_corecfg *corecfg, bcma_pid_t port_num,
719 * Parse the next core entry from the EROM table and produce a bcma_corecfg
730 bcma_erom_parse_corecfg(struct bcma_erom *erom, struct bcma_corecfg **result)
732 struct bcma_corecfg *cfg;
H A Dbcma.c435 struct bcma_corecfg *corecfg;

Completed in 50 milliseconds