Home
last modified time | relevance | path

Searched refs:ge (Results 1 – 25 of 62) 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)
/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)
/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/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/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/arch/arm64/boot/dts/marvell/
H A Dcn9130-db-comexpress.dtsi69 cp0_ge_mdio_pins: ge-mdio-pins {
71 marvell,function = "ge";
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1637 struct xe_guc_exec_queue *ge = q->guc; in guc_exec_queue_fini() local
1641 xe_sched_entity_fini(&ge->entity); in guc_exec_queue_fini()
1642 xe_sched_fini(&ge->sched); in guc_exec_queue_fini()
1648 kfree_rcu(ge, rcu); in guc_exec_queue_fini()
1653 struct xe_guc_exec_queue *ge = in __guc_exec_queue_destroy_async() local
1655 struct xe_exec_queue *q = ge->q; in __guc_exec_queue_destroy_async()
1670 cancel_delayed_work_sync(&ge->sched.base.work_tdr); in __guc_exec_queue_destroy_async()
1928 struct xe_guc_exec_queue *ge; in guc_exec_queue_init() local
1934 ge = kzalloc_obj(*ge); in guc_exec_queue_init()
1935 if (!ge) in guc_exec_queue_init()
[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/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-b850v3.dts49 compatible = "ge,imx6q-b850v3", "advantech,imx6q-ba16", "fsl,imx6q";
147 compatible = "megachips,stdp2690-ge-b850v3-fw";
173 compatible = "megachips,stdp4028-ge-b850v3-fw";
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/net/sched/
H A Dsch_netem.c919 const struct tc_netem_gemodel *ge = nla_data(la); in get_loss_clg() local
928 q->clg.a1 = ge->p; in get_loss_clg()
929 q->clg.a2 = ge->r; in get_loss_clg()
930 q->clg.a3 = ge->h; in get_loss_clg()
931 q->clg.a4 = ge->k1; in get_loss_clg()
1187 struct tc_netem_gemodel ge = { in dump_loss_model() local
1194 if (nla_put(skb, NETEM_LOSS_GE, sizeof(ge), &ge)) in dump_loss_model()
/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/drivers/net/wireless/realtek/rtw89/
H A Dfw.c806 __DEF_FW_FEAT_COND(ge, >=); /* greater or equal */
852 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 37, 1, TX_WAKE),
853 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 37, 1, SCAN_OFFLOAD),
854 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 41, 0, CRASH_TRIGGER_TYPE_0),
855 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 127, 0, SER_L1_BY_EVENT),
856 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 130, 0, SIM_SER_L0L1_BY_HALT_H2C),
858 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 35, 0, SCAN_OFFLOAD),
859 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 35, 0, TX_WAKE),
860 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 36, 0, CRASH_TRIGGER_TYPE_0),
863 __CFG_FW_FEAT(RTL8852B, ge, 0, 29, 26, 0, NO_LPS_PG),
[all …]
/linux/drivers/gpio/
H A Dgpiolib-cdev.c1818 struct gpioevent_data ge; in lineevent_read() local
1859 if (kfifo_out(&le->events, &ge, 1) != 1) { in lineevent_read()
1870 if (copy_to_user(buf + bytes_read, &ge, ge_size)) in lineevent_read()
1955 struct gpioevent_data ge; in lineevent_irq_thread() local
1959 memset(&ge, 0, sizeof(ge)); in lineevent_irq_thread()
1966 ge.timestamp = ktime_get_ns(); in lineevent_irq_thread()
1968 ge.timestamp = le->timestamp; in lineevent_irq_thread()
1976 ge.id = GPIOEVENT_EVENT_RISING_EDGE; in lineevent_irq_thread()
1979 ge.id = GPIOEVENT_EVENT_FALLING_EDGE; in lineevent_irq_thread()
1982 ge.id = GPIOEVENT_EVENT_RISING_EDGE; in lineevent_irq_thread()
[all …]
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c1268 struct mlx4_ib_gid_entry *ge; in add_gid_entry() local
1270 ge = kzalloc_obj(*ge); in add_gid_entry()
1271 if (!ge) in add_gid_entry()
1274 ge->gid = *gid; in add_gid_entry()
1276 ge->port = mqp->port; in add_gid_entry()
1277 ge->added = 1; in add_gid_entry()
1281 list_add_tail(&ge->list, &mqp->gid_list); in add_gid_entry()
1899 struct mlx4_ib_gid_entry *ge; in find_gid_entry() local
1903 list_for_each_entry_safe(ge, tmp, &qp->gid_list, list) { in find_gid_entry()
1904 if (!memcmp(raw, ge->gid.raw, 16)) { in find_gid_entry()
[all …]
/linux/arch/hexagon/lib/
H A Dmodsi3.S10 p2 = cmp.ge(r0,#0)

123