Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c94 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET,
127 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET,
138 .win_offset = BHNDB_PCI_V1_BAR0_CCREGS_OFFSET,
293 .win_offset = BHNDB_PCI_V0_BAR0_WIN0_OFFSET,
304 .win_offset = BHNDB_PCI_V0_BAR0_SPROM_OFFSET,
318 .win_offset = BHNDB_PCI_V0_BAR0_PCIREG_OFFSET,
333 .win_offset = BHNDB_PCI_V0_BAR0_PCISB_OFFSET ,
375 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET,
386 .win_offset = BHNDB_PCI_V1_BAR0_SPROM_OFFSET,
394 .win_offset = BHNDB_PCI_V1_BAR0_PCIREG_OFFSET,
[all …]
H A Dbhndb.h73 bus_size_t win_offset; /**< offset of the window within the resource */ member
H A Dbhndb_pci.c602 return (rman_get_start(r) + sprom_win->win_offset); in bhndb_pci_sprom_addr()
692 *res_offset = win->win_offset + (offset - win->d.core.offset); in bhndb_pci_get_core_regs()
1518 probe->m_win->win_offset; in bhndb_pci_probe_map()
1563 *res_offset = (addr - target) + regwin->win_offset; in bhndb_pci_probe_map()
H A Dbhndb_subr.c431 (uintmax_t)win->win_offset, in bhndb_alloc_resources()
438 if (rman_get_size(dwa->parent_res) < win->win_offset + in bhndb_alloc_resources()
444 (unsigned long long) win->win_offset, in bhndb_alloc_resources()
H A Dbhndb.c1205 parent_offset += win->win_offset; in bhndb_activate_static_region()
1391 parent_offset = dwa->win->win_offset; in bhndb_try_activate_resource()
1760 *offset = (addr - dwa->target) + dwa->win->win_offset; in bhndb_io_resource()