/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-p2m.c | 29 void *sys_addr, u32 ext_addr, u32 size, in solo_p2m_dma() argument 45 ret = solo_p2m_dma_t(solo_dev, wr, dma_addr, ext_addr, size, in solo_p2m_dma() 95 desc[1].ext_addr); in solo_p2m_dma_desc() 125 dma_addr_t dma_addr, u32 ext_addr, u32 size, in solo_p2m_fill_desc() argument 142 desc->ext_addr = ext_addr; in solo_p2m_fill_desc() 146 dma_addr_t dma_addr, u32 ext_addr, u32 size, in solo_p2m_dma_t() argument 151 solo_p2m_fill_desc(&desc[1], wr, dma_addr, ext_addr, size, repeat, in solo_p2m_dma_t() 174 solo_reg_write(solo_dev, SOLO_P2M_EXT_ADR(id), desc->ext_addr); in solo_p2m_isr()
|
H A D | solo6x10.h | 115 u32 ext_addr; member 342 dma_addr_t dma_addr, u32 ext_addr, u32 size, 345 void *sys_addr, u32 ext_addr, u32 size, 348 dma_addr_t dma_addr, u32 ext_addr, u32 size,
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 252 u32 ext_addr; in mtu3_prepare_tx_gpd() local 256 ext_addr = GPD_EXT_BUF(mtu, upper_32_bits(req->dma)); in mtu3_prepare_tx_gpd() 267 ext_addr |= GPD_EXT_NGP(mtu, upper_32_bits(enq_dma)); in mtu3_prepare_tx_gpd() 268 gpd->dw0_info = cpu_to_le32(ext_addr); in mtu3_prepare_tx_gpd() 295 u32 ext_addr; in mtu3_prepare_rx_gpd() local 299 ext_addr = GPD_EXT_BUF(mtu, upper_32_bits(req->dma)); in mtu3_prepare_rx_gpd() 310 ext_addr |= GPD_EXT_NGP(mtu, upper_32_bits(enq_dma)); in mtu3_prepare_rx_gpd() 311 gpd->dw3_info = cpu_to_le32(ext_addr); in mtu3_prepare_rx_gpd()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 1685 if (info->ext_addr) { in cmdset_intel_init() 1687 flash_read_uchar(info, info->ext_addr + 5) & 0x08; in cmdset_intel_init() 1715 info->ext_addr, info->cfi_version); in cmdset_amd_read_jedec_ids() 1716 if (info->ext_addr && info->cfi_version >= 0x3134) { in cmdset_amd_read_jedec_ids() 1718 feature = flash_read_uchar(info, info->ext_addr + 0x13); in cmdset_amd_read_jedec_ids() 1764 if (info->ext_addr) { in cmdset_amd_init() 1766 if (flash_read_uchar(info, info->ext_addr + 9) == 0x8) in cmdset_amd_init() 1978 } else if (flash_read_uchar(info, info->ext_addr + 0xf) == 3) { in flash_fixup_amd() 1991 if (info->ext_addr && !(flash_read_uchar(info, info->ext_addr + 6) & 1)) in flash_fixup_atmel() 2017 } else if (flash_read_uchar(info, info->ext_addr + 0xf) == 3) { in flash_fixup_stm() [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 559 TCGv_i64 ext_addr = NULL; in tcg_gen_qemu_ld_i128_int() local 651 ext_addr = tcg_temp_ebb_new_i64(); in tcg_gen_qemu_ld_i128_int() 652 tcg_gen_extu_i32_i64(ext_addr, temp_tcgv_i32(addr)); in tcg_gen_qemu_ld_i128_int() 653 addr = tcgv_i64_temp(ext_addr); in tcg_gen_qemu_ld_i128_int() 659 plugin_gen_mem_callbacks_i128(val, ext_addr, addr, orig_oi, in tcg_gen_qemu_ld_i128_int() 676 TCGv_i64 ext_addr = NULL; in tcg_gen_qemu_st_i128_int() local 768 ext_addr = tcg_temp_ebb_new_i64(); in tcg_gen_qemu_st_i128_int() 769 tcg_gen_extu_i32_i64(ext_addr, temp_tcgv_i32(addr)); in tcg_gen_qemu_st_i128_int() 770 addr = tcgv_i64_temp(ext_addr); in tcg_gen_qemu_st_i128_int() 776 plugin_gen_mem_callbacks_i128(val, ext_addr, addr, orig_oi, in tcg_gen_qemu_st_i128_int()
|
/openbmc/u-boot/board/shmin/ |
H A D | shmin.c | 70 info->ext_addr = 0; in board_flash_get_legacy()
|
/openbmc/linux/drivers/acpi/ |
H A D | resource.c | 321 struct acpi_resource_extended_address64 *ext_addr; in acpi_dev_resource_ext_address_space() local 327 ext_addr = &ares->data.ext_address64; in acpi_dev_resource_ext_address_space() 329 return acpi_decode_space(win, (struct acpi_resource_address *)ext_addr, in acpi_dev_resource_ext_address_space() 330 &ext_addr->address); in acpi_dev_resource_ext_address_space()
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 444 bool ext_addr; member 509 bool ext_addr; member 601 if (chan->ext_addr) in xilinx_write() 612 if (chan->ext_addr) { in xilinx_axidma_buf() 625 if (chan->ext_addr) { in xilinx_aximcdma_buf() 1427 if (chan->ext_addr) in xilinx_vdma_start_transfer() 2080 if (chan->ext_addr) { in xilinx_vdma_dma_prep_interleaved() 2087 if (chan->ext_addr) { in xilinx_vdma_dma_prep_interleaved() 2148 if (chan->ext_addr) { in xilinx_cdma_prep_memcpy() 2819 chan->ext_addr = xdev->ext_addr; in xilinx_dma_chan_probe() [all …]
|
H A D | xilinx_dpdma.c | 270 bool ext_addr; member 515 if (xdev->ext_addr) in xilinx_dpdma_sw_desc_set_dma_addrs() 525 if (xdev->ext_addr) { in xilinx_dpdma_sw_desc_set_dma_addrs() 539 if (xdev->ext_addr) in xilinx_dpdma_sw_desc_set_dma_addrs() 867 if (xdev->ext_addr) in xilinx_dpdma_chan_queue_transfer() 1645 xdev->ext_addr = sizeof(dma_addr_t) > 4; in xilinx_dpdma_probe()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-mv64xxx.c | 112 u8 ext_addr; member 158 .ext_addr = 0x10, 168 .ext_addr = 0x04, 225 writel(0, drv_data->reg_base + drv_data->reg_offsets.ext_addr); in mv64xxx_i2c_hw_init()
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | m54455evb.c | 193 info->ext_addr = 0; in board_flash_get_legacy()
|
/openbmc/u-boot/include/ |
H A D | flash.h | 39 ushort ext_addr; /* extended query table address */ member
|