Searched refs:BHND_PORT_DEVICE (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pci_hwdata.c | 145 .port_type = BHND_PORT_DEVICE 325 .port_type = BHND_PORT_DEVICE, 341 .port_type = BHND_PORT_DEVICE 401 .port_type = BHND_PORT_DEVICE 416 .port_type = BHND_PORT_DEVICE 476 .port_type = BHND_PORT_DEVICE 491 .port_type = BHND_PORT_DEVICE 559 .port_type = BHND_PORT_DEVICE 574 .port_type = BHND_PORT_DEVICE 642 .port_type = BHND_PORT_DEVICE [all …]
|
H A D | bhndb_pci.c | 675 sc->pci_devclass, 0, BHND_PORT_DEVICE, 0, 0, offset, size); in bhndb_pci_get_core_regs() 818 error = bhnd_erom_lookup_core_addr(probe->erom, &md, BHND_PORT_DEVICE, in bhndb_pci_srsh_pi_war()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_subr.c | 246 error = bhnd_get_region_addr(sc->dev, BHND_PORT_DEVICE, port, in chipc_set_mem_resource() 251 bhnd_port_type_name(BHND_PORT_DEVICE), port, region, error); in chipc_set_mem_resource() 265 bhnd_port_type_name(BHND_PORT_DEVICE), port, region, start, in chipc_set_mem_resource()
|
H A D | chipc.c | 692 BHND_PORT_DEVICE in chipc_init_rman()
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_subr.c | 271 case BHND_PORT_DEVICE: in siba_port_count() 324 case BHND_PORT_DEVICE: in siba_port_region_count() 451 if (port_type != BHND_PORT_DEVICE) in siba_addrspace_index()
|
H A D | siba_erom.c | 542 error = siba_erom_lookup_core_addr(erom, desc, BHND_PORT_DEVICE, in siba_erom_lookup_core_addr() 551 bhnd_port_type_name(BHND_PORT_DEVICE), region_size); in siba_erom_lookup_core_addr() 559 cfg_offset, bhnd_port_type_name(BHND_PORT_DEVICE), in siba_erom_lookup_core_addr()
|
H A D | siba.c | 1065 *port_type = BHND_PORT_DEVICE; in siba_decode_port_rid() 1195 addrspace = siba_find_addrspace(dinfo, BHND_PORT_DEVICE, 0, 0); in siba_map_cfg_resources()
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_types.h | 92 BHND_PORT_DEVICE = 0, /**< device memory */ enumerator
|
H A D | bhnd.c | 391 error = bhnd_get_region_addr(child, BHND_PORT_DEVICE, 0, 0, &r_addr, in bhnd_generic_alloc_pmu() 904 if (bhnd_get_region_addr(child, BHND_PORT_DEVICE, 0, 0, &addr, &size)) in bhnd_child_location()
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma.c | 467 case BHND_PORT_DEVICE: in bcma_get_port_count() 548 BHND_PORT_DEVICE, in bcma_decode_port_rid()
|
H A D | bcma_subr.c | 137 case BHND_PORT_DEVICE: in bcma_corecfg_get_port_list()
|
H A D | bcma_erom.c | 910 *port_type = BHND_PORT_DEVICE; in bcma_erom_region_to_port_type()
|