Home
last modified time | relevance | path

Searched refs:acs (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/
H A Dsbsa-acs_7.1.4.bb5 LIC_FILES_CHKSUM += "file://ShellPkg/Application/sbsa-acs/LICENSE.md;md5=2a944942e1496af1886903d274…
7 …t://github.com/ARM-software/sbsa-acs;destsuffix=edk2/ShellPkg/Application/sbsa-acs;protocol=https;…
16 UPSTREAM_CHECK_URI = "https://github.com/ARM-software/sbsa-acs/releases"
24 EDK2_EXTRA_BUILD = "--module ShellPkg/Application/sbsa-acs/uefi_app/SbsaAvs.inf"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/
H A D0002-Enforce-using-good-old-BFD-linker.patch8acs/3.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/../../libexec/aarch64-yoe-linux/gcc/aar…
9acs/3.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/../../libexec/aarch64-yoe-linux/gcc/aar…
10 TOPDIR/build/tmpfs/work/qemuarm64-yoe-linux/sbsa-acs/3.0-r0/recipe-sysroot-native/usr/bin/aarch64-y…
H A D0001-Patch-in-the-paths-to-the-SBSA-test-suite.patch20 + SbsaValLib|ShellPkg/Application/sbsa-acs/val/SbsaValLib.inf
21 + SbsaPalLib|ShellPkg/Application/sbsa-acs/platform/pal_uefi/SbsaPalLib.inf
29 + ShellPkg/Application/sbsa-acs/uefi_app/SbsaAvs.inf
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/
H A Darm-systemready-ir-acs.bb52 IMAGE_FILENAME = "ir-acs-live-image-generic-arm64.wic"
54 …/${ARM_SYSTEMREADY_IR_ACS_BRANCH}/IR/prebuilt_images/${FULL_PV}/${IMAGE_FILENAME}.xz;name=acs-img \
57 SRC_URI[acs-img.sha256sum] = "ea52f84dab44bde97de3e2d2224d883acaae35724dd8e2bdfb125de49040f9b3"
63 inherit arm-systemready-acs
/openbmc/openbmc/meta-arm/meta-arm-systemready/
H A DREADME.md45 The class `arm-systemready-acs.bbclass` implements the common logic to deploy
58 `${TMPDIR}/work/aarch64-oe-linux/arm-systemready-ir-acs/2.0.0-r0/testimage/`. If
92 ARM_FVP_EULA_ACCEPT=1 kas build kas/fvp-base.yml:kas/arm-systemready-ir-acs.yml
125 1. Add a new recipe to inherit `arm-systemready-acs.bbclass`. You can use
126 [`arm-systemready-ir-acs.bb`][] as a reference.
145 [`arm-systemready-ir-acs.bb`]: recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb
/openbmc/linux/drivers/media/dvb-frontends/
H A Dsp2.c92 static int sp2_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, u8 acs, in sp2_ci_op_cam() argument
107 if (s->module_access_type != acs) { in sp2_ci_op_cam()
114 store |= acs; in sp2_ci_op_cam()
121 s->module_access_type = acs; in sp2_ci_op_cam()
136 (acs == SP2_CI_ATTR_ACS) ? "attr" : "io", in sp2_ci_op_cam()
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/
H A Darm-systemready-ir-acs.bbappend1 include arm-systemready-ir-acs-${MACHINE}.inc
/openbmc/linux/drivers/nvme/target/
H A Dadmin-cmd.c167 log->acs[nvme_admin_get_log_page] = in nvmet_get_cmd_effects_nvm()
168 log->acs[nvme_admin_identify] = in nvmet_get_cmd_effects_nvm()
169 log->acs[nvme_admin_abort_cmd] = in nvmet_get_cmd_effects_nvm()
170 log->acs[nvme_admin_set_features] = in nvmet_get_cmd_effects_nvm()
171 log->acs[nvme_admin_get_features] = in nvmet_get_cmd_effects_nvm()
172 log->acs[nvme_admin_async_event] = in nvmet_get_cmd_effects_nvm()
173 log->acs[nvme_admin_keep_alive] = in nvmet_get_cmd_effects_nvm()
/openbmc/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c274 u8 acs; in mp2_select_ops() local
277 acs = privdata->mp2_acs & GENMASK(3, 0); in mp2_select_ops()
279 switch (acs) { in mp2_select_ops()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c364 int acs = i / MT7615_MAX_WMM_SETS; in mt7615_queues_acq() local
370 val = mt76_rr(dev, MT_PLE_AC_QEMPTY(acs, wmm_idx)); in mt7615_queues_acq()
371 ctrl = BIT(31) | BIT(15) | (acs << 8); in mt7615_queues_acq()
382 seq_printf(s, "AC%d%d: queued=%d\n", wmm_idx, acs, qlen); in mt7615_queues_acq()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c84 u8 acs, /* 0 .. 0xff */ in mbus_configure_port() argument
96 | ((acs & 0xff) << 8) in mbus_configure_port()
105 #define MBUS_CONF(port, bwlimit, qos, acs, bwl0, bwl1, bwl2) \ argument
107 MBUS_QOS_ ## qos, 0, acs, bwl0, bwl1, bwl2)
H A Ddram_sun50i_h6.c119 u8 acs, in mbus_configure_port() argument
131 | ((acs & 0xff) << 8) in mbus_configure_port()
140 #define MBUS_CONF(port, bwlimit, qos, acs, bwl0, bwl1, bwl2) \ argument
142 MBUS_QOS_ ## qos, 0, acs, bwl0, bwl1, bwl2)
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.nanopi-k257 > cp $FIPDIR/gxb/acs.bin fip/
79 > python $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
/openbmc/u-boot/board/amlogic/p212/
H A DREADME.libretech-cc60 > cp $FIPDIR/gxl/acs.bin fip/
76 > $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
H A DREADME.khadas-vim60 > cp $FIPDIR/gxl/acs.bin fip/
76 > python $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
H A DREADME.p21261 > cp $FIPDIR/gxl/acs.bin fip/
77 > $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
/openbmc/u-boot/board/amlogic/q200/
H A DREADME.khadas-vim261 > cp $FIPDIR/gxl/acs.bin fip/
77 > python $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
H A DREADME.q20060 > cp $FIPDIR/gxl/acs.bin fip/
76 > python $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/
H A Dreport.txt23 …re/arm-systemready/blob/v23.03_IR_2.0.0/IR/prebuilt_images/v23.03_2.0.0/ir-acs-live-image-generic-…
H A D0001-check-sr-results-Change-the-expected-SR-result-confi.patch13 1. acs-console.log:
74 - file: acs-console.log
/openbmc/u-boot/board/amlogic/s400/
H A DREADME61 > cp $FIPDIR/axg/acs.bin fip/
77 > $FIPDIR/acs_tool.pyc fip/bl2.bin fip/bl2_acs.bin fip/acs.bin 0
/openbmc/linux/sound/ppc/
H A Dtumbler.c102 u8 acs; member
785 mix->acs |= 2; in snapper_set_capture_source()
787 mix->acs &= ~2; in snapper_set_capture_source()
788 return i2c_smbus_write_byte_data(mix->i2c.client, TAS_REG_ACS, mix->acs); in snapper_set_capture_source()
1212 mix->acs |= 1; in tumbler_suspend()
1213 i2c_smbus_write_byte_data(mix->i2c.client, TAS_REG_ACS, mix->acs); in tumbler_suspend()
1227 mix->acs &= ~1; in tumbler_resume()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Duser-guide.rst670 .. _mps3-instructions-for-acs-image:
683 …e image in ``$WORKSPACE/arm-systemready/IR/prebuilt_images/v23.09_2.1.0/ir-acs-live-image-generic-…
697 unxz ir-acs-live-image-generic-arm64.wic.xz
721 …sudo dd if=ir-acs-live-image-generic-arm64.wic of=/dev/sdc iflag=direct oflag=direct bs=1M status=…
750 .. _fvp-instructions-for-acs-image:
765 …c.p_mmc_file=$WORKSPACE/arm-systemready/IR/prebuilt_images/v23.09_2.1.0/ir-acs-live-image-generic-…
797 … $WORKSPACE/arm-systemready/IR/prebuilt_images/v23.09_2.1.0/ir-acs-live-image-generic-arm64.wic \
884 #. Prepare a USB drive as explained in `this <mps3-instructions-for-acs-image_>`_ section.
902 #. Download and extract the ACS image `as described for the MPS3 <mps3-instructions-for-acs-image_>…
909 #. Find the first partition's offset of the ``ir-acs-live-image-generic-arm64.wic`` image using the…
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/
H A Darm-systemready-acs.bbclass143 # Symlink acs-console.log to default_log
145 os.path.join(testimage_dir, "acs-console.log")], check=True)
/openbmc/linux/drivers/nvme/host/
H A Dcore.c1082 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects()
2977 log->acs[nvme_admin_format_nvm] |= cpu_to_le32(NVME_CMD_EFFECTS_LBCC | in nvme_init_known_nvm_effects()
2980 log->acs[nvme_admin_sanitize_nvm] |= cpu_to_le32(NVME_CMD_EFFECTS_LBCC | in nvme_init_known_nvm_effects()
2998 log->acs[nvme_admin_security_recv] &= cpu_to_le32(~NVME_CMD_EFFECTS_CSE_MASK); in nvme_init_known_nvm_effects()

12