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

/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c96 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET,
129 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET,
140 .win_offset = BHNDB_PCI_V1_BAR0_CCREGS_OFFSET,
295 .win_offset = BHNDB_PCI_V0_BAR0_WIN0_OFFSET,
306 .win_offset = BHNDB_PCI_V0_BAR0_SPROM_OFFSET,
320 .win_offset = BHNDB_PCI_V0_BAR0_PCIREG_OFFSET,
335 .win_offset = BHNDB_PCI_V0_BAR0_PCISB_OFFSET ,
377 .win_offset = BHNDB_PCI_V1_BAR0_WIN0_OFFSET,
388 .win_offset = BHNDB_PCI_V1_BAR0_SPROM_OFFSET,
396 .win_offset
[all...]
H A Dbhndb.h75 bus_size_t win_offset; /**< offset of the window within the resource */ member in struct:bhndb_regwin
H A Dbhndb_pci.c605 return (rman_get_start(r) + sprom_win->win_offset);
695 *res_offset = win->win_offset + (offset - win->d.core.offset);
1521 probe->m_win->win_offset;
1566 *res_offset = (addr - target) + regwin->win_offset;
H A Dbhndb_subr.c434 (uintmax_t)win->win_offset,
441 if (rman_get_size(dwa->parent_res) < win->win_offset +
447 (unsigned long long) win->win_offset,
H A Dbhndb.c1225 parent_offset += win->win_offset;
1413 parent_offset = dwa->win->win_offset;
1784 *offset = (addr - dwa->target) + dwa->win->win_offset;

Completed in 175 milliseconds