Home
last modified time | relevance | path

Searched refs:address_high (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dget_branch_snapshot.c11 __u64 address_high = 0; variable
20 return (val >= address_low) && (val < address_high); in gbs_in_range()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h380 __le32 address_high; member
1738 __le32 address_high; member
1749 __le32 address_high; member
2056 __le32 address_high; member
2225 __le32 address_high; member
2269 __le32 address_high; member
2278 __le32 address_high; member
H A Di40e_common.c3040 cmd->address_high = cpu_to_le32(upper_32_bits((uintptr_t)buff)); in i40e_aq_set_lldp_mib()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_branch_snapshot.c103 skel->bss->address_high = skel->bss->address_low + 128; in serial_test_get_branch_snapshot()
/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c1604 u32 address_high, address_low, val; in tsi148_dma_list_add() local
1654 reg_split((unsigned long long)pci_attr->address, &address_high, &address_low); in tsi148_dma_list_add()
1655 entry->descriptor.dsau = cpu_to_be32(address_high); in tsi148_dma_list_add()
1662 reg_split((unsigned long long)vme_attr->address, &address_high, &address_low); in tsi148_dma_list_add()
1663 entry->descriptor.dsau = cpu_to_be32(address_high); in tsi148_dma_list_add()
1690 reg_split((unsigned long long)pci_attr->address, &address_high, in tsi148_dma_list_add()
1692 entry->descriptor.ddau = cpu_to_be32(address_high); in tsi148_dma_list_add()
1699 reg_split((unsigned long long)vme_attr->address, &address_high, in tsi148_dma_list_add()
1701 entry->descriptor.ddau = cpu_to_be32(address_high); in tsi148_dma_list_add()
1737 reg_split((unsigned long long)entry->dma_handle, &address_high, in tsi148_dma_list_add()
[all...]
/linux/drivers/firewire/
H A Dsbp2.c160 int address_high; member
835 tgt->address_high = local_node_id << 16; in sbp2_login()
946 tgt->address_high = local_node_id << 16; in sbp2_reconnect()
1402 cpu_to_be32(lu->tgt->address_high); in sbp2_map_scatterlist()
1428 orb->request.data_descriptor.high = cpu_to_be32(lu->tgt->address_high); in sbp2_map_scatterlist()
1469 smp_rmb(); /* sbp2_map_scatterlist looks at tgt->address_high */ in sbp2_scsi_queuecommand()
/linux/drivers/net/wireless/broadcom/b43/
H A Ddma.h147 __le32 address_high; member
H A Ddma.c210 desc->dma64.address_high = cpu_to_le32(addrhi); in op64_fill_descriptor()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c633 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local
639 address_high = (uint32_t)upper_32_bits(address); in smu_v11_0_notify_memory_pool_location()
644 address_high, in smu_v11_0_notify_memory_pool_location()
656 address_high = (uint32_t)upper_32_bits(address); in smu_v11_0_notify_memory_pool_location()
660 address_high, NULL); in smu_v11_0_notify_memory_pool_location()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c679 uint32_t address_low, address_high; in smu_v14_0_notify_memory_pool_location() local
685 address_high = (uint32_t)upper_32_bits(address); in smu_v14_0_notify_memory_pool_location()
689 address_high, NULL); in smu_v14_0_notify_memory_pool_location()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c693 uint32_t address_low, address_high; in smu_v13_0_notify_memory_pool_location() local
699 address_high = (uint32_t)upper_32_bits(address); in smu_v13_0_notify_memory_pool_location()
703 address_high, NULL); in smu_v13_0_notify_memory_pool_location()