Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def278 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
281 log_byte = ((OFFSET>=0)&&((pa+i0)<=pa_high));
296 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
298 log_byte = ((OFFSET>=0)&&((pa+i0)<=pa_high));
313 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
315 log_byte = ((OFFSET>=0)&&((pa+i0)<=pa_high));
331 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
336 log_byte = ((OFFSET>=0)&&((pa+i0)<=pa_high)) && QVAL;
438 paddr_t pa_high = thread->mem_access[slot].paddr+LEN;
442 log_byte = ((OFFSET>=0)&&((pa+i0)<=pa_high)) && QVAL;
/openbmc/linux/drivers/char/tpm/
H A Dtpm_crb.c558 u32 pa_high, pa_low; in crb_map_io() local
634 pa_high = ioread32(&priv->regs_t->ctrl_cmd_pa_high); in crb_map_io()
636 cmd_pa = ((u64)pa_high << 32) | pa_low; in crb_map_io()
654 pa_high, pa_low, cmd_size); in crb_map_io()
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h184 __le16 pa_high; /* Next 16 bit PCI address (48 total) */ member
209 __le16 pa_high; member
H A Dvia-velocity.c1557 rd->pa_high = 0; in velocity_alloc_rx_buf()
2575 td_ptr->td_buf[0].pa_high = 0; in velocity_xmit()
2588 td_ptr->td_buf[i + 1].pa_high = 0; in velocity_xmit()