Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c315 if (chip->legacy.dev_ready) in nand_command()
455 if (chip->legacy.dev_ready) in nand_command_lp()
589 if (!chip->legacy.chip_delay) in nand_legacy_set_defaults()
590 chip->legacy.chip_delay = 20; in nand_legacy_set_defaults()
593 if (!chip->legacy.cmdfunc) in nand_legacy_set_defaults()
604 if (!chip->legacy.read_byte || chip->legacy.read_byte == nand_read_byte) in nand_legacy_set_defaults()
606 if (!chip->legacy.write_buf || chip->legacy.write_buf == nand_write_buf) in nand_legacy_set_defaults()
608 if (!chip->legacy.write_byte || chip->legacy.write_byte == nand_write_byte) in nand_legacy_set_defaults()
610 if (!chip->legacy.read_buf || chip->legacy.read_buf == nand_read_buf) in nand_legacy_set_defaults()
637 if ((!chip->legacy.cmdfunc || !chip->legacy.select_chip) && in nand_legacy_check_hooks()
[all …]
H A Dpasemi_nand.c44 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, len); in pasemi_read_buf()
55 memcpy_toio(chip->legacy.IO_ADDR_R, buf, len); in pasemi_write_buf()
134 chip->legacy.IO_ADDR_R = of_iomap(np, 0); in pasemi_nand_probe()
135 chip->legacy.IO_ADDR_W = chip->legacy.IO_ADDR_R; in pasemi_nand_probe()
137 if (!chip->legacy.IO_ADDR_R) { in pasemi_nand_probe()
156 chip->legacy.cmd_ctrl = pasemi_hwcontrol; in pasemi_nand_probe()
158 chip->legacy.read_buf = pasemi_read_buf; in pasemi_nand_probe()
159 chip->legacy.write_buf = pasemi_write_buf; in pasemi_nand_probe()
160 chip->legacy.chip_delay = 0; in pasemi_nand_probe()
193 iounmap(chip->legacy.IO_ADDR_R); in pasemi_nand_probe()
[all …]
H A Dplat_nand.c74 data->chip.legacy.IO_ADDR_R = data->io_base; in plat_nand_probe()
75 data->chip.legacy.IO_ADDR_W = data->io_base; in plat_nand_probe()
76 data->chip.legacy.cmd_ctrl = pdata->ctrl.cmd_ctrl; in plat_nand_probe()
77 data->chip.legacy.dev_ready = pdata->ctrl.dev_ready; in plat_nand_probe()
78 data->chip.legacy.select_chip = pdata->ctrl.select_chip; in plat_nand_probe()
79 data->chip.legacy.write_buf = pdata->ctrl.write_buf; in plat_nand_probe()
80 data->chip.legacy.read_buf = pdata->ctrl.read_buf; in plat_nand_probe()
81 data->chip.legacy.chip_delay = pdata->chip.chip_delay; in plat_nand_probe()
H A Dorion_nand.c49 writeb(cmd, nc->legacy.IO_ADDR_W + offs); in orion_nand_cmd_ctrl()
54 void __iomem *io_base = chip->legacy.IO_ADDR_R; in orion_nand_read_buf()
155 nc->legacy.IO_ADDR_R = nc->legacy.IO_ADDR_W = io_base; in orion_nand_probe()
156 nc->legacy.cmd_ctrl = orion_nand_cmd_ctrl; in orion_nand_probe()
157 nc->legacy.read_buf = orion_nand_read_buf; in orion_nand_probe()
160 nc->legacy.chip_delay = board->chip_delay; in orion_nand_probe()
H A Dsocrates_nand.c169 nand_chip->legacy.cmd_ctrl = socrates_nand_cmd_ctrl; in socrates_nand_probe()
170 nand_chip->legacy.read_byte = socrates_nand_read_byte; in socrates_nand_probe()
171 nand_chip->legacy.write_buf = socrates_nand_write_buf; in socrates_nand_probe()
172 nand_chip->legacy.read_buf = socrates_nand_read_buf; in socrates_nand_probe()
173 nand_chip->legacy.dev_ready = socrates_nand_device_ready; in socrates_nand_probe()
176 nand_chip->legacy.chip_delay = 20; /* 20us command delay time */ in socrates_nand_probe()
H A Dndfc.c140 chip->legacy.IO_ADDR_R = ndfc->ndfcbase + NDFC_DATA; in ndfc_chip_init()
141 chip->legacy.IO_ADDR_W = ndfc->ndfcbase + NDFC_DATA; in ndfc_chip_init()
142 chip->legacy.cmd_ctrl = ndfc_hwcontrol; in ndfc_chip_init()
143 chip->legacy.dev_ready = ndfc_ready; in ndfc_chip_init()
144 chip->legacy.select_chip = ndfc_select_chip; in ndfc_chip_init()
145 chip->legacy.chip_delay = 50; in ndfc_chip_init()
147 chip->legacy.read_buf = ndfc_read_buf; in ndfc_chip_init()
148 chip->legacy.write_buf = ndfc_write_buf; in ndfc_chip_init()
H A Dxway_nand.c188 data->chip.legacy.cmd_ctrl = xway_cmd_ctrl; in xway_nand_probe()
189 data->chip.legacy.dev_ready = xway_dev_ready; in xway_nand_probe()
190 data->chip.legacy.select_chip = xway_select_chip; in xway_nand_probe()
191 data->chip.legacy.write_buf = xway_write_buf; in xway_nand_probe()
192 data->chip.legacy.read_buf = xway_read_buf; in xway_nand_probe()
193 data->chip.legacy.read_byte = xway_read_byte; in xway_nand_probe()
194 data->chip.legacy.chip_delay = 30; in xway_nand_probe()
H A Dsharpsl.c73 writeb(cmd, chip->legacy.IO_ADDR_W); in sharpsl_nand_hwcontrol()
174 this->legacy.IO_ADDR_R = sharpsl->io + FLASHIO; in sharpsl_nand_probe()
175 this->legacy.IO_ADDR_W = sharpsl->io + FLASHIO; in sharpsl_nand_probe()
177 this->legacy.cmd_ctrl = sharpsl_nand_hwcontrol; in sharpsl_nand_probe()
178 this->legacy.dev_ready = sharpsl_nand_dev_ready; in sharpsl_nand_probe()
180 this->legacy.chip_delay = 15; in sharpsl_nand_probe()
/openbmc/linux/arch/x86/kernel/
H A Dplatform-quirks.c11 x86_platform.legacy.i8042 = X86_LEGACY_I8042_EXPECTED_PRESENT; in x86_early_init_platform_quirks()
12 x86_platform.legacy.rtc = 1; in x86_early_init_platform_quirks()
13 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks()
14 x86_platform.legacy.reserve_bios_regions = 0; in x86_early_init_platform_quirks()
15 x86_platform.legacy.devices.pnpbios = 1; in x86_early_init_platform_quirks()
19 x86_platform.legacy.reserve_bios_regions = 1; in x86_early_init_platform_quirks()
22 x86_platform.legacy.devices.pnpbios = 0; in x86_early_init_platform_quirks()
23 x86_platform.legacy.rtc = 0; in x86_early_init_platform_quirks()
27 x86_platform.legacy.devices.pnpbios = 0; in x86_early_init_platform_quirks()
28 x86_platform.legacy.rtc = 0; in x86_early_init_platform_quirks()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c11 if (vport->ingress.legacy.drop_rule) { in esw_acl_ingress_lgcy_rules_destroy()
13 vport->ingress.legacy.drop_rule = NULL; in esw_acl_ingress_lgcy_rules_destroy()
95 vport->ingress.legacy.drop_grp = g; in esw_acl_ingress_lgcy_groups_create()
133 if (vport->ingress.legacy.drop_grp) { in esw_acl_ingress_lgcy_groups_destroy()
135 vport->ingress.legacy.drop_grp = NULL; in esw_acl_ingress_lgcy_groups_destroy()
166 if (vport->ingress.legacy.drop_counter) { in esw_acl_ingress_lgcy_setup()
167 counter = vport->ingress.legacy.drop_counter; in esw_acl_ingress_lgcy_setup()
267 vport->ingress.legacy.drop_rule = in esw_acl_ingress_lgcy_setup()
275 vport->ingress.legacy.drop_rule = NULL; in esw_acl_ingress_lgcy_setup()
301 if (vport->ingress.legacy.drop_counter) { in esw_acl_ingress_lgcy_cleanup()
[all …]
H A Degress_lgcy.c12 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_rule)) { in esw_acl_egress_lgcy_rules_destroy()
13 mlx5_del_flow_rules(vport->egress.legacy.drop_rule); in esw_acl_egress_lgcy_rules_destroy()
14 vport->egress.legacy.drop_rule = NULL; in esw_acl_egress_lgcy_rules_destroy()
47 vport->egress.legacy.drop_grp = drop_grp; in esw_acl_egress_lgcy_groups_create()
62 vport->egress.legacy.drop_grp = NULL; in esw_acl_egress_lgcy_groups_destroy()
84 if (vport->egress.legacy.drop_counter) { in esw_acl_egress_lgcy_setup()
142 vport->egress.legacy.drop_rule = in esw_acl_egress_lgcy_setup()
145 if (IS_ERR(vport->egress.legacy.drop_rule)) { in esw_acl_egress_lgcy_setup()
150 vport->egress.legacy.drop_rule = NULL; in esw_acl_egress_lgcy_setup()
174 if (vport->egress.legacy.drop_counter) { in esw_acl_egress_lgcy_cleanup()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c46 esw->fdb_table.legacy.vepa_fdb = fdb; in esw_create_legacy_vepa_table()
54 if (!esw->fdb_table.legacy.fdb) in esw_destroy_legacy_fdb_table()
57 if (esw->fdb_table.legacy.promisc_grp) in esw_destroy_legacy_fdb_table()
59 if (esw->fdb_table.legacy.allmulti_grp) in esw_destroy_legacy_fdb_table()
61 if (esw->fdb_table.legacy.addr_grp) in esw_destroy_legacy_fdb_table()
65 esw->fdb_table.legacy.fdb = NULL; in esw_destroy_legacy_fdb_table()
66 esw->fdb_table.legacy.addr_grp = NULL; in esw_destroy_legacy_fdb_table()
107 esw->fdb_table.legacy.fdb = fdb; in esw_create_legacy_fdb_table()
125 esw->fdb_table.legacy.addr_grp = g; in esw_create_legacy_fdb_table()
170 if (!esw->fdb_table.legacy.vepa_fdb) in esw_destroy_legacy_vepa_table()
[all …]
/openbmc/linux/fs/ceph/
H A Dutil.c32 struct ceph_file_layout_legacy *legacy) in ceph_file_layout_from_legacy() argument
34 fl->stripe_unit = le32_to_cpu(legacy->fl_stripe_unit); in ceph_file_layout_from_legacy()
35 fl->stripe_count = le32_to_cpu(legacy->fl_stripe_count); in ceph_file_layout_from_legacy()
36 fl->object_size = le32_to_cpu(legacy->fl_object_size); in ceph_file_layout_from_legacy()
37 fl->pool_id = le32_to_cpu(legacy->fl_pg_pool); in ceph_file_layout_from_legacy()
44 struct ceph_file_layout_legacy *legacy) in ceph_file_layout_to_legacy() argument
46 legacy->fl_stripe_unit = cpu_to_le32(fl->stripe_unit); in ceph_file_layout_to_legacy()
47 legacy->fl_stripe_count = cpu_to_le32(fl->stripe_count); in ceph_file_layout_to_legacy()
48 legacy->fl_object_size = cpu_to_le32(fl->object_size); in ceph_file_layout_to_legacy()
50 legacy->fl_pg_pool = cpu_to_le32(fl->pool_id); in ceph_file_layout_to_legacy()
[all …]
/openbmc/qemu/target/i386/
H A Dxsave_helper.c15 X86LegacyXSaveArea *legacy; in x86_cpu_xsave_all_areas() local
23 legacy = buf + e->offset; in x86_cpu_xsave_all_areas()
33 legacy->fcw = cwd; in x86_cpu_xsave_all_areas()
34 legacy->fsw = swd; in x86_cpu_xsave_all_areas()
35 legacy->ftw = twd; in x86_cpu_xsave_all_areas()
36 legacy->fpop = env->fpop; in x86_cpu_xsave_all_areas()
37 legacy->fpip = env->fpip; in x86_cpu_xsave_all_areas()
38 legacy->fpdp = env->fpdp; in x86_cpu_xsave_all_areas()
161 cwd = legacy->fcw; in x86_cpu_xrstor_all_areas()
162 swd = legacy->fsw; in x86_cpu_xrstor_all_areas()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h39 X86LegacyXSaveArea legacy; member
64 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fcw) != XSAVE_FCW_FSW_OFFSET);
65 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.ftw) != XSAVE_FTW_FOP_OFFSET);
66 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpip) != XSAVE_CWD_RIP_OFFSET);
67 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpdp) != XSAVE_CWD_RDP_OFFSET);
68 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.mxcsr) != XSAVE_MXCSR_OFFSET);
69 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.fpregs) != XSAVE_ST_SPACE_OFFSET);
70 QEMU_BUILD_BUG_ON(offsetof(X86XSaveArea, legacy.xmm_regs) != XSAVE_XMM_SPACE_OFFSET);
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode()
50 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_getkeycode()
73 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_setkeycode()
123 if (d->props.rc.legacy.rc_query(d,&event,&state)) { in legacy_dvb_usb_read_remote_control()
212 for (i = 0; i < d->props.rc.legacy.rc_map_size; i++) { in legacy_dvb_usb_remote_init()
214 d->props.rc.legacy.rc_map_table[i].keycode, i); in legacy_dvb_usb_remote_init()
228 rc_interval = d->props.rc.legacy.rc_interval; in legacy_dvb_usb_remote_init()
320 if (d->props.rc.legacy.rc_map_table && d->props.rc.legacy.rc_query) in dvb_usb_remote_init()
331 if (d->props.rc.legacy.rc_interval < 40) in dvb_usb_remote_init()
332 d->props.rc.legacy.rc_interval = 100; /* default */ in dvb_usb_remote_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common3 [ -x /usr/sbin/ebtables-legacy ] || exit 1
25 /usr/sbin/ebtables-legacy -t filter -L 2>&1 1>/dev/null | grep -q permission
31 /usr/sbin/ebtables-legacy -t $table -L &> /dev/null
45 … /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-commit
73 /usr/sbin/ebtables-legacy -t $table --init-table
101 /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-save
108 /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table -Z
151 …COUNT=$(( $(/usr/sbin/ebtables-legacy -t $table -L | sed -e "/^Bridge chain/! d" -e "s/^.*entries:…
H A D0001-Makefile.am-do-not-install-etc-ethertypes.patch26 sbin_PROGRAMS = ebtables-legacy ebtablesd ebtablesu ebtables-legacy-restore
29 sbin_SCRIPTS = ebtables-legacy-save
30 man8_MANS = ebtables-legacy.8
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c77 if (!proxy->legacy) { in virtio_mmio_soft_reset()
118 if (proxy->legacy) { in virtio_mmio_read()
152 if (proxy->legacy) { in virtio_mmio_read()
162 if (proxy->legacy) { in virtio_mmio_read()
189 if (proxy->legacy) { in virtio_mmio_read()
202 if (proxy->legacy) { in virtio_mmio_read()
265 if (proxy->legacy) { in virtio_mmio_write()
629 return !proxy->legacy; in virtio_mmio_has_extra_state()
643 if (!proxy->legacy) { in virtio_mmio_reset()
747 if (!proxy->legacy) { in virtio_mmio_pre_plugged()
[all …]
/openbmc/linux/sound/soc/amd/acp/
H A DMakefile11 snd-acp-legacy-common-objs := acp-legacy-common.o
20 snd-acp-legacy-mach-objs := acp-legacy-mach.o
26 obj-$(CONFIG_SND_SOC_AMD_ACP_LEGACY_COMMON) += snd-acp-legacy-common.o
33 obj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlegacy_printk.c6 static int execute_one_variant(bool legacy) in execute_one_variant() argument
15 bpf_program__set_autoload(skel->progs.handle_legacy, legacy); in execute_one_variant()
16 bpf_program__set_autoload(skel->progs.handle_modern, !legacy); in execute_one_variant()
23 if (legacy) { in execute_one_variant()
39 if (legacy) { in execute_one_variant()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,embedded-trace-extension.yaml18 The trace generated by the ETE could be stored via legacy CoreSight
21 legacy CoreSight components, a node must be listed per instance, along
41 Output connections from the ETE to legacy CoreSight trace bus.
45 description: Output connection from the ETE to legacy CoreSight Trace bus.
56 # An ETE node without legacy CoreSight connections
62 # An ETE node with legacy CoreSight connections
68 out-ports { /* legacy coresight connection */
/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c226 nand_chip->legacy.cmd_ctrl(nand_chip, command, NAND_CTRL_CLE); in bcm47xxnflash_ops_bcm4706_cmdfunc()
382 nand_chip->legacy.select_chip = bcm47xxnflash_ops_bcm4706_select_chip; in bcm47xxnflash_ops_bcm4706_init()
383 nand_chip->legacy.cmd_ctrl = bcm47xxnflash_ops_bcm4706_cmd_ctrl; in bcm47xxnflash_ops_bcm4706_init()
384 nand_chip->legacy.dev_ready = bcm47xxnflash_ops_bcm4706_dev_ready; in bcm47xxnflash_ops_bcm4706_init()
385 b47n->nand_chip.legacy.cmdfunc = bcm47xxnflash_ops_bcm4706_cmdfunc; in bcm47xxnflash_ops_bcm4706_init()
386 b47n->nand_chip.legacy.read_byte = bcm47xxnflash_ops_bcm4706_read_byte; in bcm47xxnflash_ops_bcm4706_init()
387 b47n->nand_chip.legacy.read_buf = bcm47xxnflash_ops_bcm4706_read_buf; in bcm47xxnflash_ops_bcm4706_init()
388 b47n->nand_chip.legacy.write_buf = bcm47xxnflash_ops_bcm4706_write_buf; in bcm47xxnflash_ops_bcm4706_init()
389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
390 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
[all …]
/openbmc/linux/drivers/reset/
H A Dreset-intel-gw.c25 bool legacy; member
57 if (data->soc_data->legacy) in id_to_reg_and_bit_offsets()
62 if (data->soc_data->legacy && *rst_req == RCU_RST_REQ) in id_to_reg_and_bit_offsets()
147 if (data->soc_data->legacy) { in intel_reset_xlate()
216 if (data->soc_data->legacy) in intel_reset_probe()
227 .legacy = true,
232 .legacy = false,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/
H A Debtables_2.0.11.bb16 file://ebtables-legacy-save \
31 rm -f ${D}${sbindir}/ebtables-legacy-save
32 install -m 0755 ${WORKDIR}/ebtables-legacy-save ${D}${sbindir}/ebtables-legacy-save
43 ln -sf ${sbindir}/ebtables-legacy ${D}${base_sbindir}/ebtables

12345678910>>...34