Home
last modified time | relevance | path

Searched refs:BHND_PORT_DEVICE (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c145 .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 Dbhndb_pci.c675 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 Dchipc_subr.c246 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 Dchipc.c692 BHND_PORT_DEVICE in chipc_init_rman()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_subr.c271 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 Dsiba_erom.c542 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 Dsiba.c1065 *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 Dbhnd_types.h92 BHND_PORT_DEVICE = 0, /**< device memory */ enumerator
H A Dbhnd.c391 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 Dbcma.c467 case BHND_PORT_DEVICE: in bcma_get_port_count()
548 BHND_PORT_DEVICE, in bcma_decode_port_rid()
H A Dbcma_subr.c137 case BHND_PORT_DEVICE: in bcma_corecfg_get_port_list()
H A Dbcma_erom.c910 *port_type = BHND_PORT_DEVICE; in bcma_erom_region_to_port_type()