Home
last modified time | relevance | path

Searched refs:address_low (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/intel/i40e/
A Di40e_adminq_cmd.h381 __le32 address_low; member
1739 __le32 address_low; member
1750 __le32 address_low; member
2057 __le32 address_low; member
2226 __le32 address_low; member
2270 __le32 address_low; member
2279 __le32 address_low; member
A Di40e_common.c3041 cmd->address_low = cpu_to_le32(lower_32_bits((uintptr_t)buff)); in i40e_aq_set_lldp_mib()
/drivers/staging/vme_user/
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()
1656 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1662 reg_split((unsigned long long)vme_attr->address, &address_high, &address_low); in tsi148_dma_list_add()
1664 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1691 &address_low); in tsi148_dma_list_add()
1693 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1700 &address_low); in tsi148_dma_list_add()
1702 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1738 &address_low); in tsi148_dma_list_add()
[all …]
/drivers/net/wireless/broadcom/b43/
A Ddma.h146 __le32 address_low; member
A Ddma.c209 desc->dma64.address_low = cpu_to_le32(addrlo); in op64_fill_descriptor()
/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c633 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local
640 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
650 address_low, in smu_v11_0_notify_memory_pool_location()
657 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
664 address_low, NULL); in smu_v11_0_notify_memory_pool_location()
/drivers/gpu/drm/amd/pm/swsmu/smu14/
A Dsmu_v14_0.c679 uint32_t address_low, address_high; in smu_v14_0_notify_memory_pool_location() local
686 address_low = (uint32_t)lower_32_bits(address); in smu_v14_0_notify_memory_pool_location()
693 address_low, NULL); in smu_v14_0_notify_memory_pool_location()
/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c693 uint32_t address_low, address_high; in smu_v13_0_notify_memory_pool_location() local
700 address_low = (uint32_t)lower_32_bits(address); in smu_v13_0_notify_memory_pool_location()
707 address_low, NULL); in smu_v13_0_notify_memory_pool_location()

Completed in 51 milliseconds