Home
last modified time | relevance | path

Searched refs:a (Results 22076 – 22100 of 22310) sorted by relevance

1...<<881882883884885886887888889890>>...893

/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c660 #define arch_timer_check_ool_workaround(t,a) do { } while(0) argument
/openbmc/linux/crypto/
H A Dgcm.c230 lengths.a = cpu_to_be64(req->assoclen * 8); in gcm_hash_len()
/openbmc/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3.dtsi509 usb_hs_i2: trim@5a,0 {
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstih407-family.dtsi313 /* Pinctrl moved out to a per-board configuration */
/openbmc/linux/arch/arm64/boot/dts/apm/
H A Dapm-shadowcat.dtsi700 compatible = "arasan,sdhci-4.9a";
/openbmc/linux/arch/arm64/boot/dts/arm/
H A Djuno-base.dtsi119 * unmapped reserved region results in a DECERR response.
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c776 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 Dtegra20-seaboard.dts340 wm8903: wm8903@1a {
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-dhcom-som.dtsi608 pinctrl_dhcom_a: dhcom-a-grp {
H A Dimx93.dtsi795 compatible = "nxp,imx93-dwmac-eqos", "snps,dwmac-5.10a";
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am625-beagleplay.dts198 type = "a";
/openbmc/qemu/hw/ppc/
H A De500.c260 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 Dmt8195-cherry.dtsi408 audio_codec: codec@1a {
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c26092 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 Dops.c3965 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 Daachba.c863 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 Dv4l2-ioctl.c201 #define prt_names(a, arr) (((unsigned)(a)) < ARRAY_SIZE(arr) ? arr[a] : "unknown") argument
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c1668 #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 Dext.idef14 * 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 Dauditsc.c2707 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 DKconfig73 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 Drequest.c65 #define C(a) (#a) argument
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp118 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 Dlibvhost-user.c1318 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 Dcore.c615 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()

1...<<881882883884885886887888889890>>...893