Home
last modified time | relevance | path

Searched full:legacy (Results 1 – 25 of 2631) sorted by relevance

12345678910>>...106

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot38 &{redfish_ipmi_mode_map} Legacy=BIOS PC Compatible (legacy) boot
57 Once Hdd Legacy
58 Once Pxe Legacy
59 Once Diags Legacy
60 Once Cd Legacy
61 Once BiosSetup Legacy
62 Once None Legacy
77 Continuous Hdd Legacy
78 Continuous Pxe Legacy
79 Continuous Diags Legacy
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c12 * This file contains all legacy helpers/code that should be removed
30 return readb(chip->legacy.IO_ADDR_R); in nand_read_byte()
42 return (uint8_t) cpu_to_le16(readw(chip->legacy.IO_ADDR_R)); in nand_read_byte16()
56 chip->legacy.cmd_ctrl(chip, NAND_CMD_NONE, in nand_select_chip()
76 chip->legacy.write_buf(chip, &byte, 1); in nand_write_byte()
106 chip->legacy.write_buf(chip, (uint8_t *)&word, 2); in nand_write_byte16()
119 iowrite8_rep(chip->legacy.IO_ADDR_W, buf, len); in nand_write_buf()
132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_read_buf()
148 iowrite16_rep(chip->legacy.IO_ADDR_W, p, len >> 1); in nand_write_buf16()
163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
[all …]
H A Dpasemi_nand.c40 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, 0x800); in pasemi_read_buf()
44 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, len); in pasemi_read_buf()
51 memcpy_toio(chip->legacy.IO_ADDR_R, buf, 0x800); in pasemi_write_buf()
55 memcpy_toio(chip->legacy.IO_ADDR_R, buf, len); in pasemi_write_buf()
67 out_8(chip->legacy.IO_ADDR_W + (1 << CLE_PIN_CTL), cmd); in pasemi_hwcontrol()
69 out_8(chip->legacy.IO_ADDR_W + (1 << ALE_PIN_CTL), cmd); in pasemi_hwcontrol()
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()
[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()
12 mlx5_del_flow_rules(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()
49 vport->ingress.legacy.allow_untagged_spoofchk_grp = g; in esw_acl_ingress_lgcy_groups_create()
65 vport->ingress.legacy.allow_untagged_only_grp = g; in esw_acl_ingress_lgcy_groups_create()
82 vport->ingress.legacy.allow_spoofchk_only_grp = g; in esw_acl_ingress_lgcy_groups_create()
95 vport->ingress.legacy.drop_grp = g; in esw_acl_ingress_lgcy_groups_create()
100 if (!IS_ERR_OR_NULL(vport->ingress.legacy.allow_spoofchk_only_grp)) { in esw_acl_ingress_lgcy_groups_create()
101 mlx5_destroy_flow_group(vport->ingress.legacy.allow_spoofchk_only_grp); in esw_acl_ingress_lgcy_groups_create()
102 vport->ingress.legacy.allow_spoofchk_only_grp = NULL; in esw_acl_ingress_lgcy_groups_create()
[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()
60 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_grp)) { in esw_acl_egress_lgcy_groups_destroy()
61 mlx5_destroy_flow_group(vport->egress.legacy.drop_grp); in esw_acl_egress_lgcy_groups_destroy()
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()
85 drop_counter = vport->egress.legacy.drop_counter; in esw_acl_egress_lgcy_setup()
94 vport->egress.legacy.drop_counter = drop_counter; in esw_acl_egress_lgcy_setup()
[all …]
/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/
H A Dlegacy.c10 #include "esw/legacy.h"
46 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()
58 mlx5_destroy_flow_group(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()
60 mlx5_destroy_flow_group(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()
62 mlx5_destroy_flow_group(esw->fdb_table.legacy.addr_grp); in esw_destroy_legacy_fdb_table()
63 mlx5_destroy_flow_table(esw->fdb_table.legacy.fdb); in esw_destroy_legacy_fdb_table()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c77 if (!proxy->legacy) { in virtio_mmio_soft_reset()
104 if (proxy->legacy) { in virtio_mmio_read()
118 if (proxy->legacy) { in virtio_mmio_read()
152 if (proxy->legacy) { in virtio_mmio_read()
162 if (proxy->legacy) { in virtio_mmio_read()
179 if (!proxy->legacy) { in virtio_mmio_read()
181 "%s: read from legacy register (0x%" in virtio_mmio_read()
182 HWADDR_PRIx ") in non-legacy mode\n", in virtio_mmio_read()
189 if (proxy->legacy) { in virtio_mmio_read()
191 "%s: read from non-legacy register (0x%" in virtio_mmio_read()
[all …]
/openbmc/linux/include/xen/interface/
H A Delfnote.h20 * LEGACY indicated the fields in the legacy __xen_guest string which
23 * String values (for non-legacy) are NULL terminated ASCII, also known
35 * LEGACY: VIRT_ENTRY
41 * LEGACY: HYPERCALL_PAGE. (n.b. legacy value is a physical page
50 * LEGACY: VIRT_BASE
62 * LEGACY: ELF_PADDR_OFFSET. (n.b. legacy default is VIRT_BASE)
69 * LEGACY: XEN_VER
76 * LEGACY: GUEST_OS
83 * LEGACY: GUEST_VER
90 * LEGACY: LOADER
[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()
24 header = buf + e->offset + sizeof(*legacy); 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()
39 memcpy(&legacy->fpregs, env->fpregs, in x86_cpu_xsave_all_areas()
[all …]
/openbmc/linux/drivers/clk/sunxi/
H A DKconfig3 bool "Legacy clock support for Allwinner SoCs"
10 bool "Legacy clock drivers"
13 Legacy clock drivers being used on older (A10, A13, A20,
21 bool "Legacy A31 PRCM driver"
24 Legacy clock driver for the A31 PRCM clocks. Those are
28 bool "Legacy sun8i PRCM driver"
31 Legacy clock driver for the sun8i family PRCM clocks.
36 bool "Legacy A80 PRCM driver"
39 Legacy clock driver for the A80 PRCM clocks. Those are
/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/linux/drivers/virtio/
H A Dvirtio_pci_legacy_dev.c10 * vp_legacy_probe: probe the legacy virtio pci device, note that the
12 * @ldev: the legacy virtio-pci device
43 rc = pci_request_region(pci_dev, 0, "virtio-pci-legacy"); in vp_legacy_probe()
66 * vp_legacy_probe: remove and cleanup the legacy virtio pci device
67 * @ldev: the legacy virtio-pci device
80 * @ldev: the legacy virtio-pci device
93 * @ldev: the legacy virtio-pci device
105 * @ldev: the legacy virtio-pci device
117 * @ldev: the legacy virtio-pci device
129 * @ldev: the legacy virtio-pci device
[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/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()
60 /* legacy variant should work everywhere */ in test_legacy_printk()
61 ASSERT_OK(execute_one_variant(true /* legacy */), "legacy_case"); in test_legacy_printk()
/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()
72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode()
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()
187 schedule_delayed_work(&d->rc_query_work,msecs_to_jiffies(d->props.rc.legacy.rc_interval)); in legacy_dvb_usb_read_remote_control()
211 deb_rc("key map size: %d\n", d->props.rc.legacy.rc_map_size); in legacy_dvb_usb_remote_init()
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()
215 set_bit(d->props.rc.legacy.rc_map_table[i].keycode, input_dev->keybit); in legacy_dvb_usb_remote_init()
[all …]
/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/u-boot/drivers/usb/musb/
H A DKconfig6 comment "Legacy MUSB Support"
9 bool "Legacy MUSB Host Controller"
12 bool "Legacy USB Device Controller"
15 bool "Legacy MUSB OMAP3 / OMAP4"
19 bool"Legacy MUSB AM35x"
/openbmc/linux/Documentation/leds/
H A Dwell-known-leds.txt13 Legacy names are listed, too; in case you are writing application that
15 but then try the legacy ones, too.
38 Legacy: "shift-key-light" (Motorola Droid 4, capslock)
42 Legacy: "tpacpi::thinklight" (IBM/Lenovo Thinkpads)
43 Legacy: "lp5523:kb{1,2,3,4,5,6}" (Nokia N900)
47 Legacy: "button-backlight" (Motorola Droid 4)
62 Legacy: "status-led:{red,green,blue}" (Motorola Droid 4)
63 Legacy: "lp5523:{r,g,b}" (Nokia N900)
/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/Documentation/netlink/
H A Dgenetlink-legacy.yaml4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml#
35 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim
50 # Start genetlink-legacy
56 # End genetlink-legacy
110 # Start genetlink-legacy
140 # End genetlink-legacy
242 # Start genetlink-legacy
246 # End genetlink-legacy
285 # Start genetlink-legacy
292 # End genetlink-legacy
[all …]
/openbmc/linux/Documentation/gpu/
H A Dvgaarbiter.rst6 modern devices allow relocation of such ranges, some "Legacy" VGA devices
10 Section 7, Legacy Devices.
13 the legacy VGA arbitration task (besides other bus management tasks) when more
14 than one legacy device co-exists on the same machine. But the problem happens
28 legacy instructions. Devices which do not want/need to use the arbiter may
71 set the legacy decoding attributes for the card
127 resources as locked. If the resources requested are "normal" (and not legacy)
128 resources, the arbiter will first check whether the card is doing legacy
130 legacy resource lock. The arbiter will first look for all VGA cards that
157 Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA
[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:…
/openbmc/qemu/tests/functional/
H A Dtest_virtio_version.py36 # Device IDs for legacy/transitional devices:
63 `disable-legacy`.
99 'disable-modern=off,disable-legacy=on')
104 # <prefix>,disable-modern=off,disable-legacy=on
110 'disable-modern=off,disable-legacy=off')
113 # Force legacy mode:
115 'disable-modern=on,disable-legacy=off')
128 # <prefix>,disable-modern=off,disable-legacy=off
159 'disable-modern=off,disable-legacy=on')
/openbmc/qemu/docs/specs/
H A Dpci-ids.rst19 network device (legacy)
21 block device (legacy)
23 balloon device (legacy)
25 console device (legacy)
27 SCSI host bus adapter device (legacy)
29 entropy generator device (legacy)
31 9p filesystem device (legacy)

12345678910>>...106