Searched refs:ge (Results 26 - 50 of 71) sorted by relevance

123

/linux-master/drivers/net/phy/
H A DMakefile75 obj-$(CONFIG_MEDIATEK_GE_PHY) += mediatek-ge.o
76 obj-$(CONFIG_MEDIATEK_GE_SOC_PHY) += mediatek-ge-soc.o
H A Dmotorcomm.c599 unsigned int ge, fe; local
608 ge = YT8511_DELAY_GE_TX_DIS;
612 ge = YT8511_DELAY_RX | YT8511_DELAY_GE_TX_DIS;
616 ge = YT8511_DELAY_GE_TX_EN;
620 ge = YT8511_DELAY_RX | YT8511_DELAY_GE_TX_EN;
628 ret = __phy_modify(phydev, YT8511_PAGE, (YT8511_DELAY_RX | YT8511_DELAY_GE_TX_EN), ge);
/linux-master/arch/powerpc/sysdev/
H A DMakefile51 obj-$(CONFIG_GE_FPGA) += ge/
/linux-master/drivers/gpu/drm/bridge/
H A DMakefile15 obj-$(CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW) += megachips-stdpxxxx-ge-b850v3-fw.o
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh40 elif [ $tc_loss -ge 10 ]; then
42 elif [ $tc_loss -ge 1 ]; then
71 if [ $OPTARG -ge 0 ];then
95 if [ $OPTARG -ge 0 ];then
103 if [ $OPTARG -ge 0 ];then
521 if [ $stat_cookietx_last -ge $stat_cookietx_now ] ;then
524 if [ $stat_cookierx_last -ge $stat_cookierx_now ] ;then
H A Ddiag.sh116 if [ $i -ge $timeout ]; then
/linux-master/arch/powerpc/platforms/85xx/
H A Dge_imp3a.c5 * Author Martyn Welch <martyn.welch@ge.com>
37 #include <sysdev/ge/ge_pic.h>
118 regs = of_find_compatible_node(NULL, NULL, "ge,imp3a-fpga-regs");
197 .compatible = "ge,IMP3A",
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_rmon.sh65 [ $delta -ge $expected ] && [ $delta -le $((expected + 100)) ]
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_zones_many.sh94 if [ "$count" -ge "$max_zones" ]; then
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S83 cmp/ge r0, r6
/linux-master/net/sched/
H A Dsch_netem.c897 const struct tc_netem_gemodel *ge = nla_data(la); local
900 pr_info("netem: incorrect ge model size\n");
906 q->clg.a1 = ge->p;
907 q->clg.a2 = ge->r;
908 q->clg.a3 = ge->h;
909 q->clg.a4 = ge->k1;
1125 struct tc_netem_gemodel ge = { local
1132 if (nla_put(skb, NETEM_LOSS_GE, sizeof(ge), &ge))
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest236 if [ -t 1 -a "$ncolors" -ge 8 ]; then
444 elif [ $VERBOSE -ge 3 ]; then
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c1956 struct gpioevent_data ge; local
1997 ret = kfifo_out(&le->events, &ge, 1);
2009 if (copy_to_user(buf + bytes_read, &ge, ge_size))
2094 struct gpioevent_data ge; local
2098 memset(&ge, 0, sizeof(ge));
2105 ge.timestamp = ktime_get_ns();
2107 ge.timestamp = le->timestamp;
2115 ge.id = GPIOEVENT_EVENT_RISING_EDGE;
2118 ge
[all...]
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c1269 struct mlx4_ib_gid_entry *ge; local
1271 ge = kzalloc(sizeof *ge, GFP_KERNEL);
1272 if (!ge)
1275 ge->gid = *gid;
1277 ge->port = mqp->port;
1278 ge->added = 1;
1282 list_add_tail(&ge->list, &mqp->gid_list);
1900 struct mlx4_ib_gid_entry *ge; local
1904 list_for_each_entry_safe(ge, tm
1921 struct mlx4_ib_gid_entry *ge; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S314 b.ge .Lfold_128_bytes_loop_\@
350 b.ge .Lfold_16_bytes_loop_\@
458 b.ge .Lfold_16_bytes_loop_\@ // 32 <= len <= 255
/linux-master/arch/powerpc/boot/
H A Dwrapper231 if [ "$LD_VERSION" -ge "$LD_NO_DL_MIN_VERSION" ] ; then
238 if [ "$LD_VERSION" -ge "$(echo 2.39 | ld_version)" ]; then
/linux-master/tools/testing/selftests/drivers/net/microchip/
H A Dksz9477_qos.sh182 if [ ${rx_ipv} -ge 1 ]; then
188 if [ ${tx_ipv} -ge 2 ]; then
/linux-master/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
/linux-master/arch/x86/boot/
H A Dgenimage.sh102 [ $peoffs -ge 64 ] || return
/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh40 elif [[ $kernel_major -eq $major && $kernel_minor -ge $minor ]]; then
/linux-master/arch/arm/lib/
H A Dcopy_template.S166 ldr1b r1, r4, ge, abort=21f
169 str1b r0, r4, ge, abort=21f
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh174 if ! [ "$error" -ge -4095 -a "$error" -lt 0 ]; then
/linux-master/samples/pktgen/
H A Dfunctions.sh178 function in_between() { [[ ($1 -ge $2) && ($1 -le $3) ]] ; }
/linux-master/arch/arm/boot/dts/marvell/
H A DMakefile130 kirkwood-mv88f6281gtw-ge.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/marvell/
H A DMakefile130 kirkwood-mv88f6281gtw-ge.dtb \

Completed in 501 milliseconds

123