Searched refs:co_base (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | bwfm.c | 928 core->co_base, core->co_wrapbase)); in bwfm_chip_attach() 1172 core->co_base = base; in bwfm_chip_dmp_erom_scan() 1375 core->co_base + BWFM_SOCRAM_BANKIDX, 3); in bwfm_chip_cm3_set_passive() 1377 core->co_base + BWFM_SOCRAM_BANKPDA, 0); in bwfm_chip_cm3_set_passive() 1455 core->co_base + BWFM_SOCRAM_COREINFO); in bwfm_chip_socram_ramsize() 1471 core->co_base + BWFM_SOCRAM_BANKIDX, in bwfm_chip_socram_ramsize() 1475 core->co_base + BWFM_SOCRAM_BANKINFO); in bwfm_chip_socram_ramsize() 1511 core->co_base + BWFM_SOCRAM_COREINFO); in bwfm_chip_sysmem_ramsize() 1517 core->co_base + BWFM_SOCRAM_BANKIDX, in bwfm_chip_sysmem_ramsize() 1521 core->co_base + BWFM_SOCRAM_BANKINFO); in bwfm_chip_sysmem_ramsize() [all …]
|
H A D | bwfmvar.h | 73 uint32_t co_base; member
|
/openbsd/sys/dev/sdmmc/ |
H A D | if_bwfm_sdio.c | 327 bwfm_sdio_write_4(sc, core->co_base + BWFM_CHIP_REG_PMUCONTROL, in bwfm_sdio_attach() 328 bwfm_sdio_read_4(sc, core->co_base + BWFM_CHIP_REG_PMUCONTROL) | in bwfm_sdio_attach() 957 addr = sc->sc_cc->co_base; in bwfm_sdio_frame_read_write() 976 return bwfm_sdio_read_4(sc, core->co_base + reg); in bwfm_sdio_dev_read() 984 bwfm_sdio_write_4(sc, core->co_base + reg, val); in bwfm_sdio_dev_write()
|
/openbsd/sys/dev/pci/ |
H A D | if_bwfm_pci.c | 1058 page = (core->co_base + base) & ~(BWFM_PCI_BAR0_REG_SIZE - 1); in bwfm_pci_read_otp() 1059 offset = (core->co_base + base) & (BWFM_PCI_BAR0_REG_SIZE - 1); in bwfm_pci_read_otp() 1815 BWFM_PCI_BAR0_WINDOW, core->co_base); in bwfm_pci_select_core() 1817 BWFM_PCI_BAR0_WINDOW) != core->co_base) in bwfm_pci_select_core() 1819 BWFM_PCI_BAR0_WINDOW, core->co_base); in bwfm_pci_select_core()
|