Home
last modified time | relevance | path

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

/Linux-v4.19/arch/c6x/include/asm/
Dsyscalls.h32 off_t length_low, off_t length_high);
34 off_t length_low, off_t length_high);
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.h312 u16 length_high; member
Drt2x00queue.c267 txdesc->u.plcp.length_high = (data_length >> 6) & 0x3f; in rt2x00queue_create_tx_descriptor_plcp()
286 txdesc->u.plcp.length_high = (duration >> 8) & 0xff; in rt2x00queue_create_tx_descriptor_plcp()
Drt2500usb.c1108 txdesc->u.plcp.length_high); in rt2500usb_write_tx_desc()
Drt2400pci.c1140 txdesc->u.plcp.length_high); in rt2400pci_write_tx_desc()
Drt2500pci.c1286 txdesc->u.plcp.length_high); in rt2500pci_write_tx_desc()
Drt73usb.c1507 txdesc->u.plcp.length_high); in rt73usb_write_tx_desc()
Drt61pci.c1899 txdesc->u.plcp.length_high); in rt61pci_write_tx_desc()
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.h138 uint32_t length_high; member
Dkfd_crat.c242 ((uint64_t)mem->length_high << 32) + in kfd_parse_subtype_mem()
849 sub_type_hdr->length_high = upper_32_bits(mem_in_bytes); in kfd_fill_mem_info_for_cpu()
1023 sub_type_hdr->length_high = upper_32_bits(size); in kfd_fill_gpu_memory_affinity()