Searched refs:reg_bst (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 469 regval = bus_space_read_8(sc->reg_bst, handle, in thunder_pem_slix_s2m_regx_acc_modify() 472 bus_space_write_8(sc->reg_bst, handle, in thunder_pem_slix_s2m_regx_acc_modify() 532 bus_space_write_8(sc->reg_bst, sc->reg_bsh, PEM_CFG_RD, in thunder_pem_config_reg_read() 562 t = sc->reg_bst; in thunder_pem_read_config() 565 bus_space_map(sc->reg_bst, sc->sli_window_base + offset, in thunder_pem_read_config() 583 bus_space_unmap(sc->reg_bst, h, PCIE_REGMAX); in thunder_pem_read_config() 606 t = sc->reg_bst; in thunder_pem_write_config() 626 bus_space_unmap(sc->reg_bst, h, PCIE_REGMAX); in thunder_pem_write_config() 776 sc->reg_bst = rman_get_bustag(sc->reg); in thunder_pem_attach() 796 bus_space_map(sc->reg_bst, SLIX_S2M_REGX_ACC, in thunder_pem_attach() [all …]
|
| H A D | thunder_pcie_pem.h | 40 bus_space_tag_t reg_bst; member
|