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

  /src/sys/arch/arm/cortex/
gicv3_its.c 125 uint64_t cwriter, creadr; local in function:gits_command
128 creadr = gits_read_8(its, GITS_CREADR);
129 if (ISSET(creadr, GITS_CREADR_Stalled)) {
130 DPRINTF(("ITS: stalled! GITS_CREADR = 0x%lx\n", creadr));
332 * The ITS command queue is empty when CWRITER and CREADR specify the
344 "ITS command queue timeout! CREADR=0x%lx CWRITER=0x%lx\n",
gicv3_its.c 125 uint64_t cwriter, creadr; local in function:gits_command
128 creadr = gits_read_8(its, GITS_CREADR);
129 if (ISSET(creadr, GITS_CREADR_Stalled)) {
130 DPRINTF(("ITS: stalled! GITS_CREADR = 0x%lx\n", creadr));
332 * The ITS command queue is empty when CWRITER and CREADR specify the
344 "ITS command queue timeout! CREADR=0x%lx CWRITER=0x%lx\n",

Completed in 27 milliseconds