Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/serial/
Duart_hvc_xen.c35 XENCONS_RING_IDX prod = hvc_data->intf->in_prod; in read_from_ring() local
39 __ASSERT((prod - cons) <= sizeof(hvc_data->intf->in), in read_from_ring()
42 while (cons != prod && recv < len) { in read_from_ring()
61 XENCONS_RING_IDX prod = hvc_data->intf->out_prod; in write_to_ring() local
65 __ASSERT((prod - cons) <= sizeof(hvc_data->intf->out), in write_to_ring()
68 while ((sent < len) && ((prod - cons) < sizeof(hvc_data->intf->out))) { in write_to_ring()
69 out_idx = MASK_XENCONS_IDX(prod, hvc_data->intf->out); in write_to_ring()
71 prod++; in write_to_ring()
76 hvc_data->intf->out_prod = prod; in write_to_ring()
/Zephyr-Core-3.5.0/samples/subsys/usb/testusb/
DREADME.rst38 [21746.306149] usbtest 9-1:1.0: matched module params, vend=0x2fe3 prod=0x0009