Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst_ca.c378 u8 length_field = 0, word_count = 0, count = 0; in asn_1_decode() local
381 length_field = asn_1_array[0]; in asn_1_decode()
382 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode()
383 if (length_field < 0x80) { in asn_1_decode()
384 length = length_field & 0x7f; in asn_1_decode()
387 word_count = length_field & 0x7f; in asn_1_decode()
/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c3131 u32 field, length_field, remainder; in xhci_queue_bulk_tx() local
3224 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
3231 length_field, in xhci_queue_bulk_tx()
3351 u32 length_field, remainder; in xhci_queue_ctrl_tx() local
3357 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
3365 length_field, in xhci_queue_ctrl_tx()
3545 u32 field, length_field; in xhci_queue_isoc_tx() local
3657 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
3662 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
3664 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
[all …]