Searched refs:vpl011 (Results 1 – 4 of 4) sorted by relevance
49 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_update_interrupt_status() local50 uint32_t uartmis = vpl011->uartris & vpl011->uartimsc; in vpl011_update_interrupt_status()80 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_read_data() local141 static void vpl011_update_tx_fifo_status(struct vpl011 *vpl011, in vpl011_update_tx_fifo_status() argument162 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_write_data() local230 struct vpl011 *vpl011 = &v->domain->arch.vpl011; in vpl011_mmio_read() local269 *r = vreg_reg32_extract(vpl011->uartris & vpl011->uartimsc, in vpl011_mmio_read()311 struct vpl011 *vpl011 = &v->domain->arch.vpl011; in vpl011_mmio_write() local382 struct vpl011 *vpl011 = &d->arch.vpl011; in vpl011_data_avail() local458 struct vpl011 *vpl011 = &d->arch.vpl011; in domain_vpl011_init() local[all …]
55 obj-$(CONFIG_SBSA_VUART_CONSOLE) += vpl011.o
28 #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
150 struct vpl011 vpl011; member
Completed in 9 milliseconds