Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c254 uint32_t typer; in gic_v3_attach() local
303 typer = gic_d_read(sc, 4, GICD_TYPER); in gic_v3_attach()
304 sc->gic_nirqs = GICD_TYPER_I_NUM(typer); in gic_v3_attach()
360 sc->gic_idbits = GICD_TYPER_IDBITS(typer); in gic_v3_attach()
1183 uint64_t typer; in gic_v3_redist_find() local
1217 typer = bus_read_8(&r_res, GICR_TYPER); in gic_v3_redist_find()
1218 if ((typer >> GICR_TYPER_AFF_SHIFT) == aff) { in gic_v3_redist_find()
1233 if ((typer & GICR_TYPER_VLPIS) != 0) { in gic_v3_redist_find()
1239 } while ((typer & GICR_TYPER_LAST) == 0); in gic_v3_redist_find()
/f-stack/freebsd/arm/arm/
H A Dgic.h60 uint32_t typer; member
H A Dgic.c99 ((_sc->typer & GICD_TYPER_SECURITYEXT) == GICD_TYPER_SECURITYEXT)
336 sc->typer = gic_d_read_4(sc, GICD_TYPER); in arm_gic_attach()
337 nirqs = GICD_TYPER_I_NUM(sc->typer); in arm_gic_attach()
1048 uint32_t typer; in arm_gicv2m_attach() local
1061 typer = bus_read_4(sc->sc_mem, GICV2M_MSI_TYPER); in arm_gicv2m_attach()
1062 sc->sc_spi_start = MSI_TYPER_SPI_BASE(typer); in arm_gicv2m_attach()
1063 sc->sc_spi_count = MSI_TYPER_SPI_COUNT(typer); in arm_gicv2m_attach()