/linux/drivers/pmdomain/qcom/ |
H A D | rpmhpd.c | 74 static struct rpmhpd mx; variable 93 .parent = &mx.pd, 161 static struct rpmhpd mx = { variable 162 .pd = { .name = "mx", }, 164 .res_name = "mx.lvl", 170 .peer = &mx, 171 .res_name = "mx.lvl", 229 [RPMHPD_MX] = &mx, 247 [SC8280XP_MX] = &mx, 269 [SA8775P_MX] = &mx, [all...] |
/linux/drivers/staging/fbtft/ |
H A D | fb_hx8353d.c | 77 #define mx BIT(6) macro 92 mx | my | (par->bgr << 3)); in set_var() 104 mx | mv | (par->bgr << 3)); in set_var()
|
/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson.dtsi | 52 compatible = "amlogic,meson-mx-assist", "syscon"; 124 compatible = "amlogic,meson-mx-usb2-phy"; 131 compatible = "amlogic,meson-mx-usb2-phy"; 138 compatible = "amlogic,meson-mx-sdio"; 155 compatible = "amlogic,meson-mx-sdhc"; 217 compatible = "amlogic,meson-mx-ao-arc"; 297 compatible = "amlogic,meson-mx-bootrom", "syscon";
|
H A D | meson8m2.dtsi | 88 compatible = "amlogic,meson8m2-sdhc", "amlogic,meson-mx-sdhc"; 92 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy"; 96 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
|
H A D | meson8b.dtsi | 386 compatible = "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc"; 711 compatible = "amlogic,meson8-sdhc", "amlogic,meson-mx-sdhc"; 728 compatible = "amlogic,meson8b-sdio", "amlogic,meson-mx-sdio"; 775 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy"; 782 compatible = "amlogic,meson8b-usb2-phy", "amlogic,meson-mx-usb2-phy";
|
H A D | meson8.dtsi | 432 compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc"; 754 compatible = "amlogic,meson8-sdhc", "amlogic,meson-mx-sdhc"; 771 compatible = "amlogic,meson8-sdio", "amlogic,meson-mx-sdio"; 822 compatible = "amlogic,meson8-usb2-phy", "amlogic,meson-mx-usb2-phy"; 829 compatible = "amlogic,meson8-usb2-phy", "amlogic,meson-mx-usb2-phy";
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_DAC1064.c | 104 u_int32_t mx; in DAC1064_setmclk() local 116 mx = hw->MXoptionReg | 0x00000004; in DAC1064_setmclk() 117 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, mx); in DAC1064_setmclk() 118 mx &= ~0x000000BB; in DAC1064_setmclk() 120 mx |= 0x00000008; in DAC1064_setmclk() 122 mx |= 0x00000010; in DAC1064_setmclk() 124 mx |= 0x00000080; in DAC1064_setmclk() 131 mx |= 0x00000020; in DAC1064_setmclk() 132 pci_write_config_dword(minfo->pcidev, PCI_OPTION_REG, mx); in DAC1064_setmclk() 133 mx in DAC1064_setmclk() [all...] |
/linux/drivers/mmc/host/ |
H A D | Makefile | 66 meson-mx-sdhc-objs := meson-mx-sdhc-clkc.o meson-mx-sdhc-mmc.o 67 obj-$(CONFIG_MMC_MESON_MX_SDHC) += meson-mx-sdhc.o 68 obj-$(CONFIG_MMC_MESON_MX_SDIO) += meson-mx-sdio.o
|
/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 61 s32 mx; member 76 s32 mx; member 101 mx = 0x0008, enumerator
|
H A D | jr3_pci.c | 171 s16 mx; member 182 set_s16(&sensor->full_scale.mx, full_scale.mx); in set_full_scales() 195 result.mx = get_s16(&sensor->max_full_scale.mx); in get_max_full_scales() 226 val = get_s16(&spriv->sensor->filter[filter].mx); in jr3_pci_ai_read_chan() 517 r[3].l.range[0].min = -get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice() 518 r[3].l.range[0].max = get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice() 544 set_s16(&sensor->offsets.mx, 0); in jr3_pci_poll_subdevice()
|
/linux/drivers/soc/amlogic/ |
H A D | Makefile | 5 obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o
|
/linux/arch/xtensa/boot/dts/ |
H A D | lx200mx.dts | 13 compatible = "cdns,xtensa-mx";
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | 467 static int put_rtax(struct nlattr *mx, int len, int type, u32 value) in put_rtax() argument 471 nla = (struct nlattr *) ((char *) mx + len); in put_rtax() 598 struct nlattr *mx; in rtentry_to_fib_config() local 601 mx = kcalloc(3, nla_total_size(4), GFP_KERNEL); in rtentry_to_fib_config() 602 if (!mx) in rtentry_to_fib_config() 606 len = put_rtax(mx, len, RTAX_ADVMSS, rt->rt_mtu - 40); in rtentry_to_fib_config() 609 len = put_rtax(mx, len, RTAX_WINDOW, rt->rt_window); in rtentry_to_fib_config() 612 len = put_rtax(mx, len, RTAX_RTT, rt->rt_irtt << 3); in rtentry_to_fib_config() 614 cfg->fc_mx = mx; in rtentry_to_fib_config()
|
/linux/Documentation/hwmon/ |
H A D | q54sj108a2.rst | 17 Xiao.ma <xiao.mx.ma@deltaww.com>
|
/linux/arch/mips/math-emu/ |
H A D | dp_sqrt.c | 67 ieee754_csr.mx &= ~IEEE754_INEXACT; in ieee754dp_sqrt()
|
H A D | ieee754dp.c | 188 if (ieee754_csr.mx & IEEE754_UNDERFLOW) in ieee754dp_format()
|
H A D | ieee754sp.c | 187 if (ieee754_csr.mx & IEEE754_UNDERFLOW) in ieee754sp_format()
|
H A D | ieee754int.h | 37 return ieee754_csr.mx & x; in ieee754_setandtestcx()
|
H A D | ieee754.h | 165 __BITFIELD_FIELD(unsigned mx:5, /* exception enable mask */
|
/linux/sound/soc/amd/ |
H A D | acp-da7219-max98357a.c | 530 SND_SOC_DAILINK_DEF(mx, 568 SND_SOC_DAILINK_REG(designware3, mx, platform), 624 SND_SOC_DAILINK_REG(designware3, mx, platform),
|
/linux/sound/pci/asihpi/ |
H A D | hpi_internal.h | 1011 union hpi_mixerx_msg mx; /* extended mixer; */ member 1073 union hpi_mixerx_res mx; /* extended mixer; */ member 1182 union hpi_mixerx_msg mx; member 1201 union hpi_mixerx_res mx; member
|
/linux/tools/perf/scripts/python/ |
H A D | parallel-perf.py | 514 mx = 0 518 if cnt > mx: 519 mx = cnt 526 if mx < min_size:
|
/linux/drivers/nvmem/ |
H A D | Makefile | 44 nvmem_meson_mx_efuse-y := meson-mx-efuse.o
|
/linux/drivers/block/drbd/ |
H A D | drbd_actlog.c | 320 int i, mx; in __al_write_transaction() local 362 mx = min_t(int, AL_CONTEXT_PER_TRANSACTION, in __al_write_transaction() 364 for (i = 0; i < mx; i++) { in __al_write_transaction()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8926-htc-memul.dts | 199 mx-supply = <&pm8226_l3>;
|