Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvpl011.c49 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_update_interrupt_status() local
50 uint32_t uartmis = vpl011->uartris & vpl011->uartimsc; in vpl011_update_interrupt_status()
80 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_read_data() local
141 static void vpl011_update_tx_fifo_status(struct vpl011 *vpl011, in vpl011_update_tx_fifo_status() argument
162 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_write_data() local
230 struct vpl011 *vpl011 = &v->domain->arch.vpl011; in vpl011_mmio_read() local
269 *r = vreg_reg32_extract(vpl011->uartris & vpl011->uartimsc, in vpl011_mmio_read()
311 struct vpl011 *vpl011 = &v->domain->arch.vpl011; in vpl011_mmio_write() local
382 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_data_avail() local
458 struct vpl011 *vpl011 = &d->arch.vpl011; in domain_vpl011_init() local
[all …]
A DMakefile55 obj-$(CONFIG_SBSA_VUART_CONSOLE) += vpl011.o
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dvpl011.h28 #define VPL011_LOCK(d,flags) spin_lock_irqsave(&(d)->arch.vpl011.lock, flags)
29 #define VPL011_UNLOCK(d,flags) spin_unlock_irqrestore(&(d)->arch.vpl011.lock, flags)
33 struct vpl011 { struct
A Ddomain.h150 struct vpl011 vpl011; member

Completed in 9 milliseconds