Home
last modified time | relevance | path

Searched refs:ram_offset (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c45 u32 ram_offset; /* Offset in I/DRAM */ member
92 mod->offset = block->ram_offset + in sst_byt_parse_module()
97 mod->offset = block->ram_offset + in sst_byt_parse_module()
102 mod->offset = block->ram_offset + in sst_byt_parse_module()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-dsp.c59 __le32 ram_offset; /* Offset in I/DRAM */ member
140 mod->offset = le32_to_cpu(block->ram_offset) + in hsw_parse_module()
147 mod->offset = le32_to_cpu(block->ram_offset); in hsw_parse_module()
164 block->ram_offset); in hsw_parse_module()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddi.h65 dword (*ram_offset)(ADAPTER *a); member
Ds_pri.c172 a->ram_offset = pri_ram_offset; in prepare_common_pri_functions()
Ddi.c501 if ((Rc == ASSIGN_OK) && a->ram_offset && in isdn_rc()
506 dword offset = (*(a->ram_offset)) (a); in isdn_rc()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dmain.c922 u16 ram_offset, in b43legacy_write_template_common() argument
931 b43legacy_ram_write(dev, ram_offset, le32_to_cpu(plcp.data)); in b43legacy_write_template_common()
932 ram_offset += sizeof(u32); in b43legacy_write_template_common()
938 b43legacy_ram_write(dev, ram_offset, tmp); in b43legacy_write_template_common()
939 ram_offset += sizeof(u32); in b43legacy_write_template_common()
948 b43legacy_ram_write(dev, ram_offset + i - 2, tmp); in b43legacy_write_template_common()
967 u16 ram_offset, in b43legacy_write_beacon_template() argument
985 b43legacy_write_template_common(dev, (const u8 *)bcn, len, ram_offset, in b43legacy_write_beacon_template()
1134 u16 ram_offset, in b43legacy_write_probe_resp_template() argument
1161 size, ram_offset, in b43legacy_write_probe_resp_template()
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_loader.c220 ram_iomem + block->ram_offset, in sst_parse_module_memcpy()
Dsst.h263 u32 ram_offset; member
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dmain.c1542 u16 ram_offset, in b43_write_template_common() argument
1550 b43_ram_write(dev, ram_offset, le32_to_cpu(plcp.data)); in b43_write_template_common()
1551 ram_offset += sizeof(u32); in b43_write_template_common()
1557 b43_ram_write(dev, ram_offset, tmp); in b43_write_template_common()
1558 ram_offset += sizeof(u32); in b43_write_template_common()
1567 b43_ram_write(dev, ram_offset + i - 2, tmp); in b43_write_template_common()
1621 u16 ram_offset, in b43_write_beacon_template() argument
1653 len, ram_offset, shm_size_offset, rate); in b43_write_beacon_template()
1717 b43dbg(dev->wl, "Updated beacon template at 0x%x\n", ram_offset); in b43_write_beacon_template()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dskge.h2424 u32 ram_offset; member
Dskge.c2606 chunk = (hw->ram_size - hw->ram_offset) / (hw->ports * 2); in skge_up()
2607 ram_addr = hw->ram_offset + 2 * chunk * port; in skge_up()
3606 hw->ram_offset = 0x80000; in skge_reset()
/Linux-v4.19/drivers/tty/
Dcyclades.c129 u32 ram_offset; member
3471 memcpy_toio(base + b->ram_offset, in __cyz_load_fw()