Home
last modified time | relevance | path

Searched refs:addr_off (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/video/bridge/
H A Danx6345.c22 static int anx6345_write(struct udevice *dev, unsigned int addr_off, in anx6345_write() argument
29 msg.addr = addr_off; in anx6345_write()
45 static int anx6345_read(struct udevice *dev, unsigned int addr_off, in anx6345_read() argument
52 msg[0].addr = addr_off; in anx6345_read()
57 msg[1].addr = addr_off; in anx6345_read()
H A Dps862x.c35 static int ps8622_write(struct udevice *dev, unsigned addr_off, in ps8622_write() argument
43 msg.addr = chip->chip_addr + addr_off; in ps8622_write()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.c273 u32 addr_off = 0; in dump_regs() local
277 x0 = readl_relaxed(base + addr_off); in dump_regs()
278 x4 = readl_relaxed(base + addr_off + 0x04); in dump_regs()
279 x8 = readl_relaxed(base + addr_off + 0x08); in dump_regs()
280 xc = readl_relaxed(base + addr_off + 0x0c); in dump_regs()
282 pr_info("%08x: %08x %08x %08x %08x", addr_off, x0, x4, x8, xc); in dump_regs()
283 addr_off += 16; in dump_regs()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_ioc.h492 u32 addr_off; /* partition address offset */ member
684 u32 addr_off; /* phy address offset */ member
733 u32 addr_off; /* fru address offset */ member
H A Dbfa_ioc.c4270 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_write_send()
4303 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_read_send()
4642 flash->addr_off = offset; in bfa_flash_update_part()
4696 flash->addr_off = offset; in bfa_flash_read_part()
5367 msg->offset = cpu_to_be32(phy->addr_off + phy->offset); in bfa_phy_write_send()
5405 msg->offset = cpu_to_be32(phy->addr_off + phy->offset); in bfa_phy_read_send()
5633 phy->addr_off = offset; in bfa_phy_update()
5684 phy->addr_off = offset; in bfa_phy_read()
6222 msg->offset = cpu_to_be32(fru->addr_off + fru->offset); in bfa_fru_write_send()
6256 msg->offset = cpu_to_be32(fru->addr_off + fru->offset); in bfa_fru_read_send()
[all …]
/openbmc/linux/drivers/fpga/
H A Ddfl.c1143 u64 v, addr_off; in create_feature_instance() local
1181 addr_off = FIELD_GET(DFHv1_CSR_ADDR_MASK, v); in create_feature_instance()
1183 start = addr_off << 1; in create_feature_instance()
1185 start = binfo->start + ofst + addr_off; in create_feature_instance()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h333 u32 addr_off; /* partition address offset */ member
H A Dbfa_ioc.c3071 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_write_send()
3104 msg->offset = be32_to_cpu(flash->addr_off + flash->offset); in bfa_flash_read_send()
3325 flash->addr_off = offset; in bfa_nw_flash_update_part()
3371 flash->addr_off = offset; in bfa_nw_flash_read_part()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c180 int addr_off = 16 /* RsdtAddress */; in test_acpi_rxsdt_table() local
184 addr_off = 24 /* XsdtAddress */; in test_acpi_rxsdt_table()
190 &data->rsdp_table[addr_off], entry_size, sig, true); in test_acpi_rxsdt_table()
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc3674 target_long addr_off = extract32(ctx->opcode, 0, 16) | insn << 16;
3679 tcg_gen_movi_tl(cpu_gpr[rt], addr_off);
3685 tcg_gen_addi_tl(cpu_gpr[rt], cpu_gpr[rt], addr_off);
3692 gen_op_addr_addi(ctx, cpu_gpr[rt], cpu_gpr[28], addr_off);
3699 addr_off);
3708 addr_off);
3723 addr_off);