| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | get_branch_snapshot.c | 11 __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 D | i40e_adminq_cmd.h | 380 __le32 address_high; member 1739 __le32 address_high; member 1750 __le32 address_high; member 2057 __le32 address_high; member 2226 __le32 address_high; member 2270 __le32 address_high; member 2279 __le32 address_high; member
|
| H A D | i40e_common.c | 3074 cmd->address_high = cpu_to_le32(upper_32_bits((uintptr_t)buff)); in i40e_aq_set_lldp_mib()
|
| /linux/drivers/staging/vme_user/ |
| H A D | vme_tsi148.c | 1604 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_branch_snapshot.c | 103 skel->bss->address_high = skel->bss->address_low + 128; in serial_test_get_branch_snapshot()
|
| /linux/drivers/firewire/ |
| H A D | sbp2.c | 160 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()
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | dma.h | 147 __le32 address_high; member
|
| H A D | dma.c | 210 desc->dma64.address_high = cpu_to_le32(addrhi); in op64_fill_descriptor()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 632 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local 638 address_high = (uint32_t)upper_32_bits(address); in smu_v11_0_notify_memory_pool_location() 643 address_high, in smu_v11_0_notify_memory_pool_location() 655 address_high = (uint32_t)upper_32_bits(address); in smu_v11_0_notify_memory_pool_location() 659 address_high, NULL); in smu_v11_0_notify_memory_pool_location()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0.c | 646 uint32_t address_low, address_high; in smu_v15_0_notify_memory_pool_location() local 652 address_high = (uint32_t)upper_32_bits(address); in smu_v15_0_notify_memory_pool_location() 656 address_high, NULL); in smu_v15_0_notify_memory_pool_location()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 677 uint32_t address_low, address_high; in smu_v14_0_notify_memory_pool_location() local 683 address_high = (uint32_t)upper_32_bits(address); in smu_v14_0_notify_memory_pool_location() 687 address_high, NULL); in smu_v14_0_notify_memory_pool_location()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 692 uint32_t address_low, address_high; in smu_v13_0_notify_memory_pool_location() local 698 address_high = (uint32_t)upper_32_bits(address); in smu_v13_0_notify_memory_pool_location() 702 address_high, NULL); in smu_v13_0_notify_memory_pool_location()
|