Searched refs:win_offset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/bhnd/bhndb/ |
| D | bhndb_pci_hwdata.c | 97 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET, 131 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET, 142 .win_offset = BHNDB_PCI_V1_BAR0_CCREGS_OFFSET, 299 .win_offset = BHNDB_PCI_V0_BAR0_WIN0_OFFSET, 310 .win_offset = BHNDB_PCI_V0_BAR0_SPROM_OFFSET, 324 .win_offset = BHNDB_PCI_V0_BAR0_PCIREG_OFFSET, 339 .win_offset = BHNDB_PCI_V0_BAR0_PCISB_OFFSET , 381 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET, 392 .win_offset = BHNDB_PCI_V1_BAR0_SPROM_OFFSET, 400 .win_offset = BHNDB_PCI_V1_BAR0_PCIREG_OFFSET, [all …]
|
| D | bhndb.h | 75 bus_size_t win_offset; /**< offset of the window within the resource */ member
|
| D | bhndb_pci.c | 606 return (rman_get_start(r) + sprom_win->win_offset); in bhndb_pci_sprom_addr() 696 *res_offset = win->win_offset + (offset - win->d.core.offset); in bhndb_pci_get_core_regs() 1522 probe->m_win->win_offset; in bhndb_pci_probe_map() 1567 *res_offset = (addr - target) + regwin->win_offset; in bhndb_pci_probe_map()
|
| D | bhndb_subr.c | 436 (uintmax_t)win->win_offset, in bhndb_alloc_resources() 443 if (rman_get_size(dwa->parent_res) < win->win_offset + in bhndb_alloc_resources() 449 (unsigned long long) win->win_offset, in bhndb_alloc_resources()
|
| D | bhndb.c | 1225 parent_offset += win->win_offset; in bhndb_activate_static_region() 1413 parent_offset = dwa->win->win_offset; in bhndb_try_activate_resource() 1784 *offset = (addr - dwa->target) + dwa->win->win_offset; in bhndb_io_resource()
|