HomeSort by: relevance | last modified time | path
    Searched defs:arml2cc_read_4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/cortex/
pl310.c 80 arml2cc_read_4(struct arml2cc_softc *sc, bus_size_t o) function in typeref:typename:uint32_t
163 uint32_t id = arml2cc_read_4(sc, L2C_CACHE_ID);
174 const bool enabled_p = arml2cc_read_4(sc, L2C_CTL) != 0;
183 arml2cc_read_4(sc, L2C_CTL) ? "enabled" : "disabled");
195 arml2cc_read_4(sc, L2C_CTL) ? "enabled" : "disabled");
214 while (arml2cc_read_4(sc, off) & 1) {
224 while (arml2cc_read_4(sc, off) & way_mask) {
pl310.c 80 arml2cc_read_4(struct arml2cc_softc *sc, bus_size_t o) function in typeref:typename:uint32_t
163 uint32_t id = arml2cc_read_4(sc, L2C_CACHE_ID);
174 const bool enabled_p = arml2cc_read_4(sc, L2C_CTL) != 0;
183 arml2cc_read_4(sc, L2C_CTL) ? "enabled" : "disabled");
195 arml2cc_read_4(sc, L2C_CTL) ? "enabled" : "disabled");
214 while (arml2cc_read_4(sc, off) & 1) {
224 while (arml2cc_read_4(sc, off) & way_mask) {

Completed in 212 milliseconds