Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
A Ddst_ca.c366 u8 length_field = 0, word_count = 0, count = 0; in asn_1_decode() local
369 length_field = asn_1_array[0]; in asn_1_decode()
370 dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field); in asn_1_decode()
371 if (length_field < 0x80) { in asn_1_decode()
372 length = length_field & 0x7f; in asn_1_decode()
375 word_count = length_field & 0x7f; in asn_1_decode()
/linux/drivers/usb/cdns3/
A Dcdnsp-ring.c1854 u32 field, length_field, remainder; in cdnsp_queue_bulk_tx() local
1962 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) | in cdnsp_queue_bulk_tx()
1968 length_field, in cdnsp_queue_bulk_tx()
2000 u32 field, length_field, remainder; in cdnsp_queue_ctrl_tx() local
2027 length_field = TRB_LEN(preq->request.length) | in cdnsp_queue_ctrl_tx()
2035 upper_32_bits(preq->request.dma), length_field, in cdnsp_queue_ctrl_tx()
2173 u32 field, length_field; in cdnsp_queue_isoc_tx() local
2227 length_field = TRB_LEN(trb_buff_len) | TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
2232 length_field |= TRB_TD_SIZE(remainder); in cdnsp_queue_isoc_tx()
2234 length_field |= TRB_TD_SIZE_TBC(burst_count); in cdnsp_queue_isoc_tx()
[all …]
/linux/drivers/usb/host/
A Dxhci-ring.c3592 u32 field, length_field, remainder; in xhci_queue_bulk_tx() local
3692 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_bulk_tx()
3699 length_field, in xhci_queue_bulk_tx()
3822 u32 length_field, remainder; in xhci_queue_ctrl_tx() local
3838 length_field = TRB_LEN(urb->transfer_buffer_length) | in xhci_queue_ctrl_tx()
3846 length_field, in xhci_queue_ctrl_tx()
4045 u32 field, length_field; in xhci_queue_isoc_tx() local
4155 length_field = TRB_LEN(trb_buff_len) | in xhci_queue_isoc_tx()
4160 length_field |= TRB_TD_SIZE_TBC(burst_count); in xhci_queue_isoc_tx()
4162 length_field |= TRB_TD_SIZE(remainder); in xhci_queue_isoc_tx()
[all …]

Completed in 16 milliseconds