Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c578 const struct bhndb_regwin *sprom_win; in bhndb_pci_sprom_regwin() local
583 sprom_win = bhndb_regwin_find_type(cfg->register_windows, in bhndb_pci_sprom_regwin()
586 return (sprom_win); in bhndb_pci_sprom_regwin()
592 const struct bhndb_regwin *sprom_win; in bhndb_pci_sprom_addr() local
596 sprom_win = bhndb_pci_sprom_regwin(sc); in bhndb_pci_sprom_addr()
597 KASSERT(sprom_win != NULL, ("requested sprom address on PCI_V2+")); in bhndb_pci_sprom_addr()
603 return (rman_get_start(r) + sprom_win->win_offset); in bhndb_pci_sprom_addr()
609 const struct bhndb_regwin *sprom_win; in bhndb_pci_sprom_size() local
613 sprom_win = bhndb_pci_sprom_regwin(sc); in bhndb_pci_sprom_size()
616 if (sprom_win == NULL) in bhndb_pci_sprom_size()
[all …]