Home
last modified time | relevance | path

Searched refs:ge (Results 1 – 25 of 51) sorted by relevance

123

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,orion-pinctrl.txt32 mpp8 8 gpio, ge(col)
33 mpp9 9 gpio, ge(rxerr)
34 mpp10 10 gpio, ge(crs)
35 mpp11 11 gpio, ge(txerr)
36 mpp12 12 gpio, ge(txd4)
37 mpp13 13 gpio, ge(txd5)
38 mpp14 14 gpio, ge(txd6)
39 mpp15 15 gpio, ge(txd7)
40 mpp16 16 ge(rxd4)
41 mpp17 17 ge(rxd5)
[all …]
H A Dmarvell,armada-39x-pinctrl.txt40 sata1(prsnt) [1], ge(rxd0)
46 mpp27 27 gpio, spi0(cs3), i2c1(sda), sd0(d7), dev(cs2), ge(txclkout)
47 mpp28 28 gpio, sd0(clk), dev(ad5), ge(txd0)
48 mpp29 29 gpio, dev(ale0), ge(txd1)
49 mpp30 30 gpio, dev(oe), ge(txd2)
50 mpp31 31 gpio, dev(ale1), ge(txd3)
51 mpp32 32 gpio, dev(we0), ge(txctl)
56 mpp37 37 gpio, sd0(d3), dev(ad8), ge(rxclk)
57 mpp38 38 gpio, ref(clk), sd0(d0), dev(ad4), ge(rxd1)
58 mpp39 39 gpio, i2c1(sck), ua0(cts), sd0(d1), dev(a2), ge(rxd2)
[all …]
H A Dmarvell,armada-38x-pinctrl.txt22 mpp4 4 gpio, ge(mdc), ua1(txd), ua0(rts)
23 mpp5 5 gpio, ge(mdio), ua1(rxd), ua0(cts)
33 mpp15 15 gpio, ge0(rxd3), ge(mdc slave), pcie0(rstout), spi0(mosi)
34 mpp16 16 gpio, ge0(rxctl), ge(mdio slave), dram(deccerr), spi0(miso), pcie0(clkreq), …
73 mpp55 55 gpio, ua1(cts), ge(mdio), pcie1(clkreq) [1], spi1(cs1), sd0(d0), ua1(rxd)
74 mpp56 56 gpio, ua1(rts), ge(mdc), dram(deccerr), spi1(mosi), ua1(txd)
H A Dmarvell,armada-375-pinctrl.txt53 mpp37 37 gpio, pcie0(clkreq), tdm(int), ge(mdc)
54 mpp38 38 gpio, pcie1(clkreq), ge(mdio)
H A Dmarvell,armada-370-pinctrl.txt38 mpp17 17 gpo, ge(mdc)
39 mpp18 18 gpio, ge(mdio)
/linux/arch/powerpc/boot/dts/fsl/
H A Dge_imp3a.dts15 compatible = "ge,imp3a";
37 compatible = "ge,imp3a-firmware-mirror", "cfi-flash";
53 compatible = "ge,imp3a-paged-flash", "cfi-flash";
77 compatible = "ge,imp3a-fpga-regs";
85 compatible = "ge,imp3a-fpga-pic", "gef,fpga-pic-1.00";
92 compatible = "ge,imp3a-gpio";
98 compatible = "ge,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
/linux/scripts/
H A DMakefile.compiler64 gcc-min-version = $(call test-ge, $(CONFIG_GCC_VERSION), $1)
68 clang-min-version = $(call test-ge, $(CONFIG_CLANG_VERSION), $1)
72 rustc-min-version = $(call test-ge, $(CONFIG_RUSTC_VERSION), $1)
H A DMakefile.propeller31 ifeq ($(call test-ge, $(CONFIG_LLD_VERSION), 200000),y)
H A DKbuild.include25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y)
28 test-ge = $(shell test $(strip $1)0 -ge $(strip $2)0 && echo y)
31 test-le = $(call test-ge, $2, $1)
/linux/Documentation/devicetree/bindings/display/
H A Dwm,prizm-ge-rops.txt5 - compatible : "wm,prizm-ge-rops"
11 compatible = "wm,prizm-ge-rops";
/linux/arch/arm/boot/dts/marvell/
H A Dorion5x-mv88f5181.dtsi33 pmx_ge: pmx-ge {
37 marvell,function = "ge";
/linux/arch/mips/include/asm/
H A Dcpu-features.h63 #define __isa_range(ge, lt) \ argument
64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
65 #define __isa_range_or_flag(ge, lt, flag) \ argument
66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
67 #define __isa_range_and_ase(ge, lt, ase) \ argument
68 (__isa_range(ge, lt) && __ase(ase))
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c1074 struct intel_vgpu_ppgtt_spt *s, struct intel_gvt_gtt_entry *ge) in ppgtt_generate_shadow_entry() argument
1078 se->type = ge->type; in ppgtt_generate_shadow_entry()
1079 se->val64 = ge->val64; in ppgtt_generate_shadow_entry()
1177 struct intel_gvt_gtt_entry *ge) in ppgtt_populate_shadow_entry() argument
1180 struct intel_gvt_gtt_entry se = *ge; in ppgtt_populate_shadow_entry()
1185 if (!pte_ops->test_present(ge)) in ppgtt_populate_shadow_entry()
1188 gfn = pte_ops->get_pfn(ge); in ppgtt_populate_shadow_entry()
1190 switch (ge->type) { in ppgtt_populate_shadow_entry()
1230 struct intel_gvt_gtt_entry se, ge; in ppgtt_populate_spt() local
1237 for_each_present_guest_entry(spt, &ge, i) { in ppgtt_populate_spt()
[all …]
/linux/arch/arm/mach-dove/
H A Dcommon.c85 struct clk *xor0, *xor1, *ge; in dove_clk_init() local
106 ge = dove_register_gate("ge", "gephy", CLOCK_GATING_BIT_GBE); in dove_clk_init()
115 orion_clkdev_add(NULL, "mv643xx_eth_port.0", ge); in dove_clk_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1673 struct xe_guc_exec_queue *ge = q->guc; in guc_exec_queue_fini() local
1677 xe_sched_entity_fini(&ge->entity); in guc_exec_queue_fini()
1678 xe_sched_fini(&ge->sched); in guc_exec_queue_fini()
1684 kfree_rcu(ge, rcu); in guc_exec_queue_fini()
1689 struct xe_guc_exec_queue *ge = in __guc_exec_queue_destroy_async() local
1691 struct xe_exec_queue *q = ge->q; in __guc_exec_queue_destroy_async()
1706 cancel_delayed_work_sync(&ge->sched.base.work_tdr); in __guc_exec_queue_destroy_async()
1964 struct xe_guc_exec_queue *ge; in guc_exec_queue_init() local
1970 ge = kzalloc_obj(*ge); in guc_exec_queue_init()
1971 if (!ge) in guc_exec_queue_init()
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-b125pv2.dts13 compatible = "ge,imx6dl-b125pv2", "congatec,qmx6", "fsl,imx6dl";
H A Dimx6dl-b125v2.dts13 compatible = "ge,imx6dl-b125v2", "congatec,qmx6", "fsl,imx6dl";
H A Dimx6dl-b105pv2.dts13 compatible = "ge,imx6dl-b105pv2", "congatec,qmx6", "fsl,imx6dl";
H A Dimx6dl-b155v2.dts13 compatible = "ge,imx6dl-b155v2", "congatec,qmx6", "fsl,imx6dl";
H A Dimx6dl-b105v2.dts13 compatible = "ge,imx6dl-b105v2", "congatec,qmx6", "fsl,imx6dl";
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst55 L' = 1.099L^{0.45} - 0.099 \text{, for } L \ge 0.018
65 L = \left(\frac{L' + 0.099}{1.099}\right)^{\frac{1}{0.45} } \text{, for } L' \ge 0.081
131 L' = 1.099L^{0.45} - 0.099 \text{, for } L \ge 0.018
141 L = \left(\frac{L' + 0.099}{1.099}\right)^{\frac{1}{0.45} } \text{, for } L' \ge 0.081
399 L = \left( \frac{L' + 0.099}{1.099}\right) ^{\frac{1}{0.45} }\text{, for } L' \ge 0.081
552 L = \left( \frac{L' + 0.1115}{1.1115}\right) ^{\frac{1}{0.45} }\text{, for } L' \ge 0.0913
626 L = \left( \frac{L' + 0.099}{1.099}\right) ^{\frac{1}{0.45} }\text{, for } L' \ge 0.081
697 L = \left(\frac{L' + 0.099}{1.099} \right) ^{\frac{1}{0.45} }\text{, for } L' \ge 0.081
/linux/net/sched/
H A Dsch_netem.c952 const struct tc_netem_gemodel *ge = nla_data(la); in get_loss_clg() local
961 q->clg.a1 = ge->p; in get_loss_clg()
962 q->clg.a2 = ge->r; in get_loss_clg()
963 q->clg.a3 = ge->h; in get_loss_clg()
964 q->clg.a4 = ge->k1; in get_loss_clg()
1240 struct tc_netem_gemodel ge = { in dump_loss_model() local
1247 if (nla_put(skb, NETEM_LOSS_GE, sizeof(ge), &ge)) in dump_loss_model()
/linux/arch/hexagon/lib/
H A Dmodsi3.S10 p2 = cmp.ge(r0,#0)
/linux/arch/arm/lib/
H A Dcopy_template.S166 ldr1b r1, r4, ge, abort=21f
169 str1b r0, r4, ge, abort=21f
/linux/arch/arm/mm/
H A Dcache-v7m.S67 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
76 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo

123