Home
last modified time | relevance | path

Searched refs:tx_fifo_head (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu/qemu-6.2.0/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu60/qemu-6.0.0/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ssi/
H A Dpl022.c83 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
181 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
182 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
235 if (s->tx_fifo_head < 0 || in pl022_post_load()
236 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
257 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu5/qemu-5.2.0/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ssi/
H A Dpl022.c86 i = (s->tx_fifo_head - s->tx_fifo_len) & 7; in pl022_xfer()
184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write()
185 s->tx_fifo_head = (s->tx_fifo_head + 1) & 7; in pl022_write()
238 if (s->tx_fifo_head < 0 || in pl022_post_load()
239 s->tx_fifo_head >= ARRAY_SIZE(s->tx_fifo) || in pl022_post_load()
260 VMSTATE_INT32(tx_fifo_head, PL022State),
/dports/emulators/qemu/qemu-6.2.0/include/hw/ssi/
H A Dpl022.h43 int tx_fifo_head; member
/dports/emulators/qemu60/qemu-6.0.0/include/hw/ssi/
H A Dpl022.h43 int tx_fifo_head; member
/dports/emulators/qemu5/qemu-5.2.0/include/hw/ssi/
H A Dpl022.h42 int tx_fifo_head; member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/ssi/
H A Dpl022.h43 int tx_fifo_head; member
/dports/emulators/qemu42/qemu-4.2.1/include/hw/ssi/
H A Dpl022.h41 int tx_fifo_head; member
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/ssi/
H A Dpl022.h41 int tx_fifo_head; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/ssi/
H A Dpl022.h41 int tx_fifo_head; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/ssi/
H A Dpl022.h41 int tx_fifo_head; in make_non_const()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/ssi/
H A Dpl022.h41 int tx_fifo_head; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h198 u32 tx_fifo_head; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h198 u32 tx_fifo_head; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h198 u32 tx_fifo_head; member
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/e1000/
H A De1000.h205 uint32_t tx_fifo_head; member
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/igbvf/
H A Digbvf.h206 u32 tx_fifo_head;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/igbvf/
H A Digbvf.h206 u32 tx_fifo_head;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/igbvf/
H A Digbvf.h206 u32 tx_fifo_head;

12