Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h330 __le32 address_low; member
529 __le32 address_low; member
1884 __le32 address_low; member
1895 __le32 address_low; member
2194 __le32 address_low; member
2363 __le32 address_low; member
2407 __le32 address_low; member
2416 __le32 address_low; member
/kernel/linux/linux-5.10/drivers/vme/bridges/
Dvme_tsi148.c1628 u32 address_high, address_low, val; in tsi148_dma_list_add() local
1680 &address_low); in tsi148_dma_list_add()
1682 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1689 &address_low); in tsi148_dma_list_add()
1691 entry->descriptor.dsal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1717 &address_low); in tsi148_dma_list_add()
1719 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1726 &address_low); in tsi148_dma_list_add()
1728 entry->descriptor.ddal = cpu_to_be32(address_low); in tsi148_dma_list_add()
1763 &address_low); in tsi148_dma_list_add()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Ddma.h146 __le32 address_low; member
Ddma.c209 desc->dma64.address_low = cpu_to_le32(addrlo); in op64_fill_descriptor()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c604 uint32_t address_low, address_high; in smu_v11_0_notify_memory_pool_location() local
611 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
621 address_low, in smu_v11_0_notify_memory_pool_location()
628 address_low = (uint32_t)lower_32_bits(address); in smu_v11_0_notify_memory_pool_location()
635 address_low, NULL); in smu_v11_0_notify_memory_pool_location()
/kernel/linux/linux-5.10/drivers/media/i2c/
Dimx290.c414 static int imx290_write_buffered_reg(struct imx290 *imx290, u16 address_low, in imx290_write_buffered_reg() argument
427 ret = imx290_write_reg(imx290, address_low + i, in imx290_write_buffered_reg()