address_high 159 drivers/firewire/sbp2.c int address_high; address_high 833 drivers/firewire/sbp2.c tgt->address_high = local_node_id << 16; address_high 944 drivers/firewire/sbp2.c tgt->address_high = local_node_id << 16; address_high 1400 drivers/firewire/sbp2.c cpu_to_be32(lu->tgt->address_high); address_high 1426 drivers/firewire/sbp2.c orb->request.data_descriptor.high = cpu_to_be32(lu->tgt->address_high); address_high 682 drivers/gpu/drm/amd/powerplay/smu_v11_0.c uint32_t address_low, address_high; address_high 688 drivers/gpu/drm/amd/powerplay/smu_v11_0.c address_high = (uint32_t)upper_32_bits(address); address_high 693 drivers/gpu/drm/amd/powerplay/smu_v11_0.c address_high); address_high 703 drivers/gpu/drm/amd/powerplay/smu_v11_0.c address_high = (uint32_t)upper_32_bits(address); address_high 707 drivers/gpu/drm/amd/powerplay/smu_v11_0.c address_high); address_high 339 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 593 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 2294 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 2305 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 2635 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 2832 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 2890 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 2899 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h __le32 address_high; address_high 210 drivers/net/wireless/broadcom/b43/dma.c desc->dma64.address_high = cpu_to_le32(addrhi); address_high 147 drivers/net/wireless/broadcom/b43/dma.h __le32 address_high; address_high 1628 drivers/vme/bridges/vme_tsi148.c u32 address_high, address_low, val; address_high 1679 drivers/vme/bridges/vme_tsi148.c reg_split((unsigned long long)pci_attr->address, &address_high, address_high 1681 drivers/vme/bridges/vme_tsi148.c entry->descriptor.dsau = cpu_to_be32(address_high); address_high 1688 drivers/vme/bridges/vme_tsi148.c reg_split((unsigned long long)vme_attr->address, &address_high, address_high 1690 drivers/vme/bridges/vme_tsi148.c entry->descriptor.dsau = cpu_to_be32(address_high); address_high 1716 drivers/vme/bridges/vme_tsi148.c reg_split((unsigned long long)pci_attr->address, &address_high, address_high 1718 drivers/vme/bridges/vme_tsi148.c entry->descriptor.ddau = cpu_to_be32(address_high); address_high 1725 drivers/vme/bridges/vme_tsi148.c reg_split((unsigned long long)vme_attr->address, &address_high, address_high 1727 drivers/vme/bridges/vme_tsi148.c entry->descriptor.ddau = cpu_to_be32(address_high); address_high 1762 drivers/vme/bridges/vme_tsi148.c reg_split((unsigned long long)entry->dma_handle, &address_high, address_high 1766 drivers/vme/bridges/vme_tsi148.c prev->descriptor.dnlau = cpu_to_be32(address_high); address_high 31 sound/isa/gus/gus_dma.c unsigned int address_high; address_high 71 sound/isa/gus/gus_dma.c address_high = ((address >> 16) & 0x000000f0) | (address & 0x0000000f); address_high 73 sound/isa/gus/gus_dma.c snd_gf1_write8(gus, SNDRV_GF1_GB_DRAM_DMA_HIGH, (unsigned char) address_high);