Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dpxa2xx_pic.c37 #define IPR32 0xb0 /* Interrupt Controller Priority register 32 */ macro
167 case IPR32 ... IPR39: in pxa2xx_pic_mem_read()
168 return s->priority[32 + ((offset - IPR32) >> 2)]; in pxa2xx_pic_mem_read()
203 case IPR32 ... IPR39: in pxa2xx_pic_mem_write()
204 s->priority[32 + ((offset - IPR32) >> 2)] = value & 0x8000003f; in pxa2xx_pic_mem_write()