Searched refs:legacy (Results 1 - 25 of 210) sorted by relevance

123456789

/linux-master/arch/x86/kernel/
H A Dplatform-quirks.c11 x86_platform.legacy.i8042 = X86_LEGACY_I8042_EXPECTED_PRESENT;
12 x86_platform.legacy.rtc = 1;
13 x86_platform.legacy.warm_reset = 1;
14 x86_platform.legacy.reserve_bios_regions = 0;
15 x86_platform.legacy.devices.pnpbios = 1;
19 x86_platform.legacy.reserve_bios_regions = 1;
22 x86_platform.legacy.devices.pnpbios = 0;
23 x86_platform.legacy.rtc = 0;
27 x86_platform.legacy.devices.pnpbios = 0;
28 x86_platform.legacy
[all...]
H A Debda.c66 if (!x86_platform.legacy.reserve_bios_regions)
/linux-master/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);
42 return (uint8_t) cpu_to_le16(readw(chip->legacy.IO_ADDR_R));
56 chip->legacy.cmd_ctrl(chip, NAND_CMD_NONE,
76 chip->legacy.write_buf(chip, &byte, 1);
106 chip->legacy.write_buf(chip, (uint8_t *)&word, 2);
119 iowrite8_rep(chip->legacy.IO_ADDR_W, buf, len);
132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len);
148 iowrite16_rep(chip->legacy.IO_ADDR_W, p, len >> 1);
163 ioread16_rep(chip->legacy
[all...]
H A Dpasemi_nand.c40 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, 0x800);
44 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, len);
51 memcpy_toio(chip->legacy.IO_ADDR_R, buf, 0x800);
55 memcpy_toio(chip->legacy.IO_ADDR_R, buf, len);
67 out_8(chip->legacy.IO_ADDR_W + (1 << CLE_PIN_CTL), cmd);
69 out_8(chip->legacy.IO_ADDR_W + (1 << ALE_PIN_CTL), cmd);
134 chip->legacy.IO_ADDR_R = of_iomap(np, 0);
135 chip->legacy.IO_ADDR_W = chip->legacy.IO_ADDR_R;
137 if (!chip->legacy
[all...]
H A Dplat_nand.c74 data->chip.legacy.IO_ADDR_R = data->io_base;
75 data->chip.legacy.IO_ADDR_W = data->io_base;
76 data->chip.legacy.cmd_ctrl = pdata->ctrl.cmd_ctrl;
77 data->chip.legacy.dev_ready = pdata->ctrl.dev_ready;
78 data->chip.legacy.select_chip = pdata->ctrl.select_chip;
79 data->chip.legacy.write_buf = pdata->ctrl.write_buf;
80 data->chip.legacy.read_buf = pdata->ctrl.read_buf;
81 data->chip.legacy.chip_delay = pdata->chip.chip_delay;
H A Dndfc.c140 chip->legacy.IO_ADDR_R = ndfc->ndfcbase + NDFC_DATA;
141 chip->legacy.IO_ADDR_W = ndfc->ndfcbase + NDFC_DATA;
142 chip->legacy.cmd_ctrl = ndfc_hwcontrol;
143 chip->legacy.dev_ready = ndfc_ready;
144 chip->legacy.select_chip = ndfc_select_chip;
145 chip->legacy.chip_delay = 50;
147 chip->legacy.read_buf = ndfc_read_buf;
148 chip->legacy.write_buf = ndfc_write_buf;
H A Dorion_nand.c49 writeb(cmd, nc->legacy.IO_ADDR_W + offs);
54 void __iomem *io_base = chip->legacy.IO_ADDR_R;
155 nc->legacy.IO_ADDR_R = nc->legacy.IO_ADDR_W = io_base;
156 nc->legacy.cmd_ctrl = orion_nand_cmd_ctrl;
157 nc->legacy.read_buf = orion_nand_read_buf;
160 nc->legacy.chip_delay = board->chip_delay;
/linux-master/fs/ceph/
H A Dutil.c32 struct ceph_file_layout_legacy *legacy)
34 fl->stripe_unit = le32_to_cpu(legacy->fl_stripe_unit);
35 fl->stripe_count = le32_to_cpu(legacy->fl_stripe_count);
36 fl->object_size = le32_to_cpu(legacy->fl_object_size);
37 fl->pool_id = le32_to_cpu(legacy->fl_pg_pool);
44 struct ceph_file_layout_legacy *legacy)
46 legacy->fl_stripe_unit = cpu_to_le32(fl->stripe_unit);
47 legacy->fl_stripe_count = cpu_to_le32(fl->stripe_count);
48 legacy->fl_object_size = cpu_to_le32(fl->object_size);
50 legacy
31 ceph_file_layout_from_legacy(struct ceph_file_layout *fl, struct ceph_file_layout_legacy *legacy) argument
43 ceph_file_layout_to_legacy(struct ceph_file_layout *fl, struct ceph_file_layout_legacy *legacy) argument
[all...]
/linux-master/drivers/pci/msi/
H A DMakefile6 obj-$(CONFIG_PCI_MSI_ARCH_FALLBACKS) += legacy.o
/linux-master/arch/x86/kernel/cpu/mtrr/
H A DMakefile3 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o legacy.o
/linux-master/arch/riscv/include/asm/
H A Darch_hweight.h23 asm goto(ALTERNATIVE("j %l[legacy]", "nop", 0,
25 : : : : legacy);
35 legacy:
54 asm goto(ALTERNATIVE("j %l[legacy]", "nop", 0,
56 : : : : legacy);
66 legacy:
H A Dbitops.h50 asm goto(ALTERNATIVE("j %l[legacy]", "nop", 0,
52 : : : : legacy);
62 legacy:
79 asm goto(ALTERNATIVE("j %l[legacy]", "nop", 0,
81 : : : : legacy);
91 legacy:
108 asm goto(ALTERNATIVE("j %l[legacy]", "nop", 0,
110 : : : : legacy);
123 legacy:
140 asm goto(ALTERNATIVE("j %l[legacy]", "no
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_lgcy.c11 if (vport->ingress.legacy.drop_rule) {
12 mlx5_del_flow_rules(vport->ingress.legacy.drop_rule);
13 vport->ingress.legacy.drop_rule = NULL;
49 vport->ingress.legacy.allow_untagged_spoofchk_grp = g;
65 vport->ingress.legacy.allow_untagged_only_grp = g;
82 vport->ingress.legacy.allow_spoofchk_only_grp = g;
95 vport->ingress.legacy.drop_grp = g;
100 if (!IS_ERR_OR_NULL(vport->ingress.legacy.allow_spoofchk_only_grp)) {
101 mlx5_destroy_flow_group(vport->ingress.legacy.allow_spoofchk_only_grp);
102 vport->ingress.legacy
[all...]
H A Degress_lgcy.c12 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_rule)) {
13 mlx5_del_flow_rules(vport->egress.legacy.drop_rule);
14 vport->egress.legacy.drop_rule = NULL;
47 vport->egress.legacy.drop_grp = drop_grp;
60 if (!IS_ERR_OR_NULL(vport->egress.legacy.drop_grp)) {
61 mlx5_destroy_flow_group(vport->egress.legacy.drop_grp);
62 vport->egress.legacy.drop_grp = NULL;
84 if (vport->egress.legacy.drop_counter) {
85 drop_counter = vport->egress.legacy.drop_counter;
94 vport->egress.legacy
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlegacy_printk.c6 static int execute_one_variant(bool legacy) argument
15 bpf_program__set_autoload(skel->progs.handle_legacy, legacy);
16 bpf_program__set_autoload(skel->progs.handle_modern, !legacy);
23 if (legacy) {
39 if (legacy) {
60 /* legacy variant should work everywhere */
61 ASSERT_OK(execute_one_variant(true /* legacy */), "legacy_case");
/linux-master/drivers/firmware/qcom/
H A DMakefile7 qcom-scm-objs += qcom_scm.o qcom_scm-smc.o qcom_scm-legacy.o
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A DMakefile23 AMD_LEGACYDPM_PATH = ../pm/legacy-dpm
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c10 #include "esw/legacy.h"
46 esw->fdb_table.legacy.vepa_fdb = fdb;
54 if (!esw->fdb_table.legacy.fdb)
57 if (esw->fdb_table.legacy.promisc_grp)
58 mlx5_destroy_flow_group(esw->fdb_table.legacy.promisc_grp);
59 if (esw->fdb_table.legacy.allmulti_grp)
60 mlx5_destroy_flow_group(esw->fdb_table.legacy.allmulti_grp);
61 if (esw->fdb_table.legacy.addr_grp)
62 mlx5_destroy_flow_group(esw->fdb_table.legacy.addr_grp);
63 mlx5_destroy_flow_table(esw->fdb_table.legacy
[all...]
/linux-master/sound/soc/amd/acp/
H A DMakefile11 snd-acp-legacy-common-objs := acp-legacy-common.o
23 snd-acp-legacy-mach-objs := acp-legacy-mach.o acp3x-es83xx/acp3x-es83xx.o
29 obj-$(CONFIG_SND_SOC_AMD_ACP_LEGACY_COMMON) += snd-acp-legacy-common.o
39 obj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
/linux-master/drivers/usb/gadget/
H A DMakefile12 obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table;
50 unsigned int keymap_size = d->props.rc.legacy.rc_map_size;
72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table;
73 unsigned int keymap_size = d->props.rc.legacy.rc_map_size;
123 if (d->props.rc.legacy.rc_query(d,&event,&state)) {
187 schedule_delayed_work(&d->rc_query_work,msecs_to_jiffies(d->props.rc.legacy.rc_interval));
211 deb_rc("key map size: %d\n", d->props.rc.legacy.rc_map_size);
212 for (i = 0; i < d->props.rc.legacy.rc_map_size; i++) {
214 d->props.rc.legacy.rc_map_table[i].keycode, i);
215 set_bit(d->props.rc.legacy
[all...]
/linux-master/drivers/firmware/google/
H A DMakefile8 obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_dc.c35 req_pars->crc.legacy.initial_adler = COMP_CPR_INITIAL_ADLER;
36 req_pars->crc.legacy.initial_crc32 = COMP_CPR_INITIAL_CRC;
/linux-master/drivers/gpu/drm/amd/pm/
H A DMakefile37 -I$(FULL_AMD_PATH)/pm/legacy-dpm
41 PM_LIBS = swsmu powerplay legacy-dpm
/linux-master/drivers/reset/
H A Dreset-intel-gw.c25 bool legacy; member in struct:intel_reset_soc
57 if (data->soc_data->legacy)
62 if (data->soc_data->legacy && *rst_req == RCU_RST_REQ)
147 if (data->soc_data->legacy) {
216 if (data->soc_data->legacy)
227 .legacy = true,
232 .legacy = false,

Completed in 208 milliseconds

123456789