Searched full:cfg_offset (Results  1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/bhnd/bhndb/ | 
| H A D | bhndb_pci_hwdata.c | 97 				.cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL130 				.cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL,
 296 				.cfg_offset = BHNDB_PCI_V0_BAR0_WIN0_CONTROL
 378 				.cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL
 453 				.cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL
 533 				.cfg_offset = BHNDB_PCI_V2_BAR0_WIN0_CONTROL,
 544 				.cfg_offset = BHNDB_PCI_V2_BAR0_WIN1_CONTROL,
 616 				.cfg_offset = BHNDB_PCI_V3_BAR0_WIN0_CONTROL,
 627 				.cfg_offset = BHNDB_PCI_V3_BAR0_WIN1_CONTROL,
 
 | 
| H A D | bhndb.h | 98 			bus_size_t	cfg_offset;	/**< window address config offset. */  member
 | 
| H A D | bhndb_pci.c | 905 	reg = rw->d.dyn.cfg_offset;  in bhndb_pci_compat_setregwin()938 		pci_write_config(pci_dev, rw->d.dyn.cfg_offset, addr, 4);  in bhndb_pci_fast_setregwin()
 
 | 
| /freebsd/sys/dev/qcom_clk/ | 
| H A D | qcom_clk_rcg2.c | 52 	    ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_CFG_REG)56 	    ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_M_REG)
 58 	    ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_N_REG)
 60 	    ((sc)->cmd_rcgr + (sc)->cfg_offset + QCOM_CLK_RCG2_D_REG)
 68 	uint32_t cfg_offset;  member
 652 	sc->cfg_offset = clkdef->cfg_offset;  in qcom_clk_rcg2_register()
 
 | 
| H A D | qcom_clk_rcg2.h | 49 	uint32_t cfg_offset;		/* cfg offset after cmd_rcgr */  member
 | 
| /freebsd/sys/dev/bhnd/siba/ | 
| H A D | siba_erom.c | 536 		bhnd_size_t	cfg_offset, cfg_size;  in siba_erom_lookup_core_addr()  local538 		cfg_offset = SIBA_CFG_OFFSET(cfg);  in siba_erom_lookup_core_addr()
 550 			    bhnd_port_type_name(type), port, region, cfg_offset,  in siba_erom_lookup_core_addr()
 556 		if (BHND_ADDR_MAX - region_addr < cfg_offset) {  in siba_erom_lookup_core_addr()
 559 			    cfg_offset, bhnd_port_type_name(BHND_PORT_DEVICE),  in siba_erom_lookup_core_addr()
 568 		*addr = region_addr + cfg_offset;  in siba_erom_lookup_core_addr()
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/pci/ | 
| H A D | host-generic-pci.yaml | 28           cfg_offset(bus, device, function, register) =33           cfg_offset(bus, device, function, register) =
 
 |