/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/sound/isa/gus/ |
H A D | gus_dma.c | 31 unsigned int address_high; in snd_gf1_dma_program() local 75 address_high = ((address >> 16) & 0x000000f0) | (address & 0x0000000f); in snd_gf1_dma_program() 77 snd_gf1_write8(gus, SNDRV_GF1_GB_DRAM_DMA_HIGH, (unsigned char) address_high); in snd_gf1_dma_program()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 332 __le32 address_high; member 531 __le32 address_high; member 1889 __le32 address_high; member 1900 __le32 address_high; member 2207 __le32 address_high; member 2376 __le32 address_high; member 2420 __le32 address_high; member 2429 __le32 address_high; member
|
/linux/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 1604 u32 address_high, address_low, val; in tsi148_dma_list_add() 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() 1605 u32 address_high, address_low, val; tsi148_dma_list_add() local [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 | 631 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local 637 address_high = (uint32_t)upper_32_bits(address); in smu_v11_0_notify_memory_pool_location() 642 address_high, in smu_v11_0_notify_memory_pool_location() 654 address_high = (uint32_t)upper_32_bits(address); in smu_v11_0_notify_memory_pool_location() 658 address_high, NULL); in smu_v11_0_notify_memory_pool_location()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0.c | 673 uint32_t address_low, address_high; in smu_v14_0_notify_memory_pool_location() local 679 address_high = (uint32_t)upper_32_bits(address); in smu_v14_0_notify_memory_pool_location() 683 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 | 690 uint32_t address_low, address_high; in smu_v13_0_notify_memory_pool_location() local 696 address_high = (uint32_t)upper_32_bits(address); in smu_v13_0_notify_memory_pool_location() 700 address_high, NULL); in smu_v13_0_notify_memory_pool_location()
|