/openbmc/linux/drivers/clocksource/ |
H A D | arm_arch_timer.c | 660 #define arch_timer_check_ool_workaround(t,a) do { } while(0) argument
|
/openbmc/linux/crypto/ |
H A D | gcm.c | 230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
|
/openbmc/linux/arch/arm64/boot/dts/socionext/ |
H A D | uniphier-pxs3.dtsi | 509 usb_hs_i2: trim@5a,0 {
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stih407-family.dtsi | 313 /* Pinctrl moved out to a per-board configuration */
|
/openbmc/linux/arch/arm64/boot/dts/apm/ |
H A D | apm-shadowcat.dtsi | 700 compatible = "arasan,sdhci-4.9a";
|
/openbmc/linux/arch/arm64/boot/dts/arm/ |
H A D | juno-base.dtsi | 119 * unmapped reserved region results in a DECERR response.
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 776 wm_val_refclk = context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.pstate_change_ns * in dc_dmub_setup_subvp_dmub_command()
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-seaboard.dts | 340 wm8903: wm8903@1a {
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-dhcom-som.dtsi | 608 pinctrl_dhcom_a: dhcom-a-grp {
|
H A D | imx93.dtsi | 795 compatible = "nxp,imx93-dwmac-eqos", "snps,dwmac-5.10a";
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am625-beagleplay.dts | 198 type = "a";
|
/openbmc/qemu/hw/ppc/ |
H A D | e500.c | 260 qemu_fdt_setprop(fdt, node, "local-mac-address", etsec->conf.macaddr.a, 6); in create_devtree_etsec()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8195-cherry.dtsi | 408 audio_codec: codec@1a {
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 26092 s32 a, b, temp; in wlc_phy_calc_rx_iq_comp_nphy() local 26132 a = (-(iq << (30 - iq_nbits)) + (ii >> (1 + arsh))); in wlc_phy_calc_rx_iq_comp_nphy() 26139 a = (-(iq << (30 - iq_nbits)) + (ii << (-1 - arsh))); in wlc_phy_calc_rx_iq_comp_nphy() 26147 a /= temp; in wlc_phy_calc_rx_iq_comp_nphy() 26166 b -= a * a; in wlc_phy_calc_rx_iq_comp_nphy() 26172 new_comp.a0 = (s16) a & 0x3ff; in wlc_phy_calc_rx_iq_comp_nphy() 26177 new_comp.b0 = (s16) a & 0x3ff; in wlc_phy_calc_rx_iq_comp_nphy() 26182 new_comp.a1 = (s16) a & 0x3ff; in wlc_phy_calc_rx_iq_comp_nphy() 26187 new_comp.b1 = (s16) a & 0x3ff; in wlc_phy_calc_rx_iq_comp_nphy()
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 3965 u8 a; in x86emuOp_aam() local 3969 a = fetch_byte_imm(); /* this is a stupid encoding. */ in x86emuOp_aam() 3970 if (a != 10) { in x86emuOp_aam()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | aachba.c | 863 static void inqstrcpy(char *a, char *b) in inqstrcpy() argument 866 while (*a != (char)0) in inqstrcpy() 867 *b++ = *a++; in inqstrcpy()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 201 #define prt_names(a, arr) (((unsigned)(a)) < ARRAY_SIZE(arr) ? arr[a] : "unknown") argument
|
/openbmc/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 1668 #define RI_FORMAT(a) (a & 0x0001) argument 1669 #define RI_RATE_ID_MCS(a) ((a & 0x01f8) >> 3) argument
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 14 * You should have received a copy of the GNU General Public License 1874 "Shuffle half words with in a lane", 1879 "Shuffle half words with in a lane", 1884 "Shuffle half words with in a lane", 1889 "Shuffle half words with in a lane", 2035 "Extract an element from a vector to scalar", 2055 ITERATOR_INSN_ANY_SLOT(32,vassign,"Vd32=Vu32","Copy a vector",VdV.w[i]=VuV.w[i])
|
/openbmc/linux/kernel/ |
H A D | auditsc.c | 2707 int __audit_sockaddr(int len, void *a) in __audit_sockaddr() argument 2720 memcpy(context->sockaddr, a, len); in __audit_sockaddr()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | Kconfig | 73 The RPM (Resource Power Manager) is a dedicated hardware engine for 86 The RPM (Resource Power Manager) is a dedicated hardware engine for
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | request.c | 65 #define C(a) (#a) argument
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 118 bool operator()(const char* a, const char* b) const in operator ()() 120 return std::strcmp(a, b) < 0; in operator ()()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 1318 inflight_desc_compare(const void *a, const void *b) in inflight_desc_compare() argument 1320 VuVirtqInflightDesc *desc0 = (VuVirtqInflightDesc *)a, in inflight_desc_compare()
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 615 static __always_inline bool bpf_tree_less(struct latch_tree_node *a, in bpf_tree_less() argument 618 return bpf_get_ksym_start(a) < bpf_get_ksym_start(b); in bpf_tree_less()
|