Home
last modified time | relevance | path

Searched refs:win_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/bhndb/
Dbhndb_pci_hwdata.c97 .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 …]
Dbhndb.h75 bus_size_t win_offset; /**< offset of the window within the resource */ member
Dbhndb_pci.c606 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()
Dbhndb_subr.c436 (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()
Dbhndb.c1225 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()