Searched full:corecfg (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_subr.c | 100 * @param corecfg Core info to be deallocated. 103 bcma_free_corecfg(struct bcma_corecfg *corecfg) in bcma_free_corecfg() argument 108 STAILQ_FOREACH_SAFE(mport, &corecfg->master_ports, mp_link, mnext) { in bcma_free_corecfg() 112 STAILQ_FOREACH_SAFE(sport, &corecfg->dev_ports, sp_link, snext) { in bcma_free_corecfg() 116 STAILQ_FOREACH_SAFE(sport, &corecfg->bridge_ports, sp_link, snext) { in bcma_free_corecfg() 120 STAILQ_FOREACH_SAFE(sport, &corecfg->wrapper_ports, sp_link, snext) { in bcma_free_corecfg() 124 free(corecfg, M_BHND); in bcma_free_corecfg() 188 dinfo->corecfg->core_info.core_idx, in bcma_dinfo_init_port_resource_info() 333 dinfo->corecfg = NULL; in bcma_alloc_dinfo() 353 * @param corecfg Device core configuration; ownership of this value [all …]
|
H A D | bcma.c | 138 ci = &dinfo->corecfg->core_info; in bcma_read_ivar() 468 return (dinfo->corecfg->num_dev_ports); in bcma_get_port_count() 470 return (dinfo->corecfg->num_bridge_ports); in bcma_get_port_count() 472 return (dinfo->corecfg->num_wrapper_ports); in bcma_get_port_count() 495 ports = bcma_corecfg_get_port_list(dinfo->corecfg, type); in bcma_get_region_count() 516 ports = bcma_corecfg_get_port_list(dinfo->corecfg, port_type); in bcma_get_port_rid() 554 ports = bcma_corecfg_get_port_list(dinfo->corecfg, types[i]); in bcma_decode_port_rid() 582 ports = bcma_corecfg_get_port_list(dinfo->corecfg, port_type); in bcma_get_region_addr() 660 struct bcma_corecfg *corecfg; in bcma_add_children() local 666 corecfg = NULL; in bcma_add_children() [all …]
|
H A D | bcmavar.h | 62 ((_dinfo)->corecfg->core_info.core_idx) 94 struct bcma_corecfg *corecfg); 100 void bcma_free_corecfg(struct bcma_corecfg *corecfg); 179 struct bcma_corecfg *corecfg; /**< IP core/block config */ member
|
H A D | bcma_erom.c | 930 * @param corecfg Core info to be populated with the scanned port regions. 938 struct bcma_corecfg *corecfg, bcma_pid_t port_num, in bcma_erom_corecfg_fill_port_regions() argument 955 sports = bcma_corecfg_get_port_list(corecfg, port_type); in bcma_erom_corecfg_fill_port_regions() 972 corecfg->core_info.core_idx, in bcma_erom_corecfg_fill_port_regions() 986 corecfg->core_info.core_idx, in bcma_erom_corecfg_fill_port_regions() 1103 /* Allocate our corecfg */ in bcma_erom_next_corecfg()
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | arasan,sdhci.txt | 50 used to access core corecfg registers. Offsets of registers in this
|
H A D | arasan,sdhci.yaml | 127 core corecfg registers. Offsets of registers in this syscon are
|