Searched refs:down (Results 1 - 25 of 277) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S36 /* frequency shift down */
41 /* voltage shift down */
93 * shift up or down voltage, use R9 as input to tell level.
164 moveq r9, #0x1 @ if speed down, post down, drop volt
188 * shift up or down voltage, use R9 as input to tell level.
H A Dsram243x.S36 /* frequency shift down */
41 /* voltage shift down */
93 * shift up or down voltage, use R9 as input to tell level.
164 moveq r9, #0x1 @ if speed down, post down, drop volt
188 * shift up or down voltage, use R9 as input to tell level.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1758 # frame or it will get overwritten when the exc stack frame is shifted "down".
2134 # stack frame "down".
2187 # the strategy is to move the exception frame "down" 12 bytes. then, we
2227 # the strategy is to move the exception frame "down" 12 bytes. then, we
2267 # the strategy is to move the exception frame "down" 12 bytes. then, we
2728 mov.l (%sp),-(%sp) # shift stack frame "down"
2931 # -shift stack frame down over where old a6 used to be
3297 # on the system stack must be carefully moved "down" to make room #
4353 # overwritten by the "fs<cc> -(An)". We must shift the stack frame "down"
4372 mov.l 0x2(%sp),(%sp) # shift SR,hi(PC) "down"
[all...]
H A Dilsp.S431 # shift down one word/digit to renormalize remainder.
H A Dpfpsp.S1757 # frame or it will get overwritten when the exc stack frame is shifted "down".
2133 # stack frame "down".
2186 # the strategy is to move the exception frame "down" 12 bytes. then, we
2226 # the strategy is to move the exception frame "down" 12 bytes. then, we
2266 # the strategy is to move the exception frame "down" 12 bytes. then, we
2727 mov.l (%sp),-(%sp) # shift stack frame "down"
2930 # -shift stack frame down over where old a6 used to be
3296 # on the system stack must be carefully moved "down" to make room #
8303 # a normalized number that rounded down to a 2. so, redo the entire operation
9071 # or a normalized number that rounded down t
[all...]
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S399 ! r3 = rounded down r0
601 ! r3 = rounded down r0
/linux-master/arch/sparc/kernel/
H A Dcherrs.S203 sub %g1, %g2, %g1 ! Move down 1 cacheline
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_cmd.c91 down(&dev->cmd_sema);
/linux-master/drivers/input/mouse/
H A Dsynaptics.h160 unsigned int down:1; member in struct:synaptics_hw_state
/linux-master/drivers/macintosh/
H A Dvia-pmu-event.c59 void via_pmu_event(int key, int down) argument
67 input_report_key(pmu_input_dev, KEY_POWER, down);
70 input_report_switch(pmu_input_dev, SW_LID, down);
H A Dvia-pmu-event.h7 extern void via_pmu_event(int key, int down);
/linux-master/drivers/mfd/
H A Dwm8350-gpio.c150 static int gpio_set_pull_down(struct wm8350 *wm8350, int gpio, int down) argument
152 if (down)
186 /* make sure we never pull up and down at the same time */
/linux-master/drivers/video/fbdev/via/
H A Dhw.c1376 struct via_pll_config cur, up, down, best = {0, 1, 0}; local
1385 up = down = cur;
1387 down.multiplier--;
1390 else if (abs(get_pll_output_frequency(f0, down) - clk) < f)
1391 cur = down;
/linux-master/fs/hpfs/
H A Danode.c27 a = le32_to_cpu(btree->u.internal[i].down);
87 a = le32_to_cpu(btree->u.internal[n].down);
143 btree->u.internal[0].down = cpu_to_le32(na);
180 btree->u.internal[n].down = cpu_to_le32(na);
209 anode->btree.u.internal[0].down = cpu_to_le32(a);
247 if ((unode = hpfs_map_anode(s, le32_to_cpu(ranode->u.internal[n].down), &bh1))) {
259 btree->u.internal[0].down = cpu_to_le32(ra);
261 btree->u.internal[1].down = cpu_to_le32(na);
288 ano = le32_to_cpu(btree1->u.internal[pos].down);
313 if (le32_to_cpu(btree1->u.internal[i].down)
[all...]
H A Ddnode.c148 if (de->down) {
166 de->down = 1;
192 de->down = 1;
221 if (de->down) {
315 copy_de(hpfs_add_de(i->i_sb, ad, de->name, de->namelen, de->down ? de_down_pointer(de) : 0), de);
325 set_last_pointer(i->i_sb, ad, de->down ? de_down_pointer(de) : 0);
399 down:
410 if (de->down) {
413 goto down;
463 if (!de->down) brea
523 dnode_secno down, up, ndown; local
715 dnode_secno down = 0; local
[all...]
H A Dmap.c290 if (((31 + de->namelen + de->down*4 + 3) & ~3) != le16_to_cpu(de->length)) {
291 if (((31 + de->namelen + de->down*4 + 3) & ~3) < le16_to_cpu(de->length) && s->s_flags & SB_RDONLY) goto ok;
296 if (hpfs_sb(s)->sb_chk >= 2) b |= 1 << de->down;
297 if (de->down) if (de_down_pointer(de) < 0x10) {
298 hpfs_error(s, "bad down pointer in dnode %08x, dirent %03x, last %03x", secno, p, pp);
/linux-master/include/linux/
H A Dkeyboard.h13 int down; /* Pressure of the key? */ member in struct:keyboard_notifier_param
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh52 ip link set dev $spine_p2 down
53 ip link set dev $spine_p1 down
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_port_isolation.sh62 ip link set dev $swp3 down
63 ip link set dev $swp2 down
64 ip link set dev $swp1 down
H A Dbridge_sticky_fdb.sh25 ip link set dev $swp2 down
26 ip link set dev $h2 down
27 ip link set dev $swp1 down
28 ip link set dev $h1 down
H A Dmirror_gre_lag_lacp.sh76 ip link set dev $vrf_name down
117 ip link set dev $h3 down
118 ip link set dev $h4 down
135 ip link set dev vrf-h3 down
162 ip link set dev $swp4 down
163 ip link set dev $swp3 down
170 ip link set dev $swp1 down
207 ip link set dev $h1 down
H A Drouter_broadcast.sh29 ip link set dev $h1 down
54 ip link set dev $h2 down
79 ip link set dev $h3 down
102 ip link set dev $rp3 down
103 ip link set dev $rp2 down
104 ip link set dev $rp1 down
H A Dtc_flower_router.sh79 ip link set dev $rp3 down
80 ip link set dev $rp2 down
81 ip link set dev $rp1 down
H A Dtc_vlan_modify.sh69 ip link set dev $swp2 down
70 ip link set dev $swp1 down
/linux-master/tools/testing/selftests/net/
H A Dnetdevice.sh146 ip link set "$netdev" down

Completed in 565 milliseconds

1234567891011>>