Home
last modified time | relevance | path

Searched refs:length_high (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h140 uint32_t length_high; member
H A Dkfd_crat.c1034 ((uint64_t)mem->length_high << 32) + in kfd_parse_subtype_mem()
1624 sub_type_hdr->length_high = upper_32_bits(mem_in_bytes); in kfd_fill_mem_info_for_cpu()
1810 sub_type_hdr->length_high = upper_32_bits(size); in kfd_fill_gpu_memory_affinity()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h301 u16 length_high; member
H A Drt2x00queue.c260 txdesc->u.plcp.length_high = (data_length >> 6) & 0x3f; in rt2x00queue_create_tx_descriptor_plcp()
279 txdesc->u.plcp.length_high = (duration >> 8) & 0xff; in rt2x00queue_create_tx_descriptor_plcp()
H A Drt2400pci.c1129 txdesc->u.plcp.length_high); in rt2400pci_write_tx_desc()
H A Drt2500usb.c1097 txdesc->u.plcp.length_high); in rt2500usb_write_tx_desc()
H A Drt2500pci.c1275 txdesc->u.plcp.length_high); in rt2500pci_write_tx_desc()
H A Drt73usb.c1496 txdesc->u.plcp.length_high); in rt73usb_write_tx_desc()
H A Drt61pci.c1803 txdesc->u.plcp.length_high); in rt61pci_write_tx_desc()
/openbmc/qemu/hw/usb/
H A Dredirect.c812 bulk_packet.length_high = size >> 16; in usbredir_handle_bulk_data()
813 assert(bulk_packet.length_high == 0 || in usbredir_handle_bulk_data()
2043 int len = (bulk_packet->length_high << 16) | bulk_packet->length; in usbredir_bulk_packet()