Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 25 of 121) sorted by relevance

12345

/linux-2.6.39/arch/arm/vfp/
Dvfpsingle.c54 static void vfp_single_normalise_denormal(struct vfp_single *vs) in vfp_single_normalise_denormal() argument
56 int bits = 31 - fls(vs->significand); in vfp_single_normalise_denormal()
58 vfp_single_dump("normalise_denormal: in", vs); in vfp_single_normalise_denormal()
61 vs->exponent -= bits - 1; in vfp_single_normalise_denormal()
62 vs->significand <<= bits; in vfp_single_normalise_denormal()
65 vfp_single_dump("normalise_denormal: out", vs); in vfp_single_normalise_denormal()
70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char … in __vfp_single_normaliseround()
78 vfp_single_dump("pack: in", vs); in __vfp_single_normaliseround()
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions)) in __vfp_single_normaliseround()
[all …]
/linux-2.6.39/net/rose/
Drose_out.c42 skb->data[2] |= (rose->vs << 1) & 0x0E; in rose_send_iframe()
64 start = (skb_peek(&rose->ack_queue) == NULL) ? rose->va : rose->vs; in rose_kick()
70 rose->vs = start; in rose_kick()
92 rose->vs = (rose->vs + 1) % ROSE_MODULUS; in rose_kick()
99 } while (rose->vs != end && in rose_kick()
Drose_in.c49 rose->vs = 0; in rose_state1_machine()
116 rose->vs = 0; in rose_state3_machine()
134 rose->vs = 0; in rose_state3_machine()
156 rose->vs = 0; in rose_state3_machine()
175 rose->vs = 0; in rose_state3_machine()
228 rose->vs = 0; in rose_state4_machine()
/linux-2.6.39/net/lapb/
Dlapb_out.c52 frame[0] |= lapb->vs << 1; in lapb_send_iframe()
61 *frame |= lapb->vs << 1; in lapb_send_iframe()
66 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); in lapb_send_iframe()
78 start = !skb_peek(&lapb->ack_queue) ? lapb->va : lapb->vs; in lapb_kick()
83 lapb->vs = start; in lapb_kick()
104 lapb->vs = (lapb->vs + 1) % modulus; in lapb_kick()
111 } while (lapb->vs != end && (skb = skb_dequeue(&lapb->write_queue)) != NULL); in lapb_kick()
210 if (lapb->vs == nr) { in lapb_check_iframes_acked()
Dlapb_subr.c97 while (vc != lapb->vs) { in lapb_validate_nr()
103 return nr == lapb->vs; in lapb_validate_nr()
281 *dptr++ = (lapb->vs << 1) & 0xFE; in lapb_transmit_frmr()
298 *dptr = (lapb->vs << 1) & 0x0E; in lapb_transmit_frmr()
Dlapb_in.c75 lapb->vs = 0; in lapb_state0_machine()
103 lapb->vs = 0; in lapb_state0_machine()
213 lapb->vs = 0; in lapb_state1_machine()
362 lapb->vs = 0; in lapb_state3_machine()
385 lapb->vs = 0; in lapb_state3_machine()
652 lapb->vs = 0; in lapb_state4_machine()
680 lapb->vs = 0; in lapb_state4_machine()
/linux-2.6.39/arch/mips/math-emu/
Dieee754int.h78 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
80 vs = SPSIGN(v);\
112 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
115 vs = DPSIGN(v);\
139 #define FLUSHDP(v, vc, vs, ve, vm) \ argument
146 v = ieee754dp_zero(vs);\
150 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
157 v = ieee754sp_zero(vs);\
/linux-2.6.39/net/x25/
Dx25_out.c129 skb->data[2] = (x25->vs << 1) & 0xFE; in x25_send_iframe()
134 skb->data[2] |= (x25->vs << 1) & 0x0E; in x25_send_iframe()
169 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick()
175 x25->vs = start; in x25_kick()
197 x25->vs = (x25->vs + 1) % modulus; in x25_kick()
204 } while (x25->vs != end && in x25_kick()
Dx25_in.c101 x25->vs = 0; in x25_state1_machine()
201 x25->vs = 0; in x25_state3_machine()
220 x25->vs = 0; in x25_state3_machine()
242 x25->vs = 0; in x25_state3_machine()
260 x25->vs = 0; in x25_state3_machine()
327 x25->vs = 0; in x25_state4_machine()
/linux-2.6.39/net/netrom/
Dnr_out.c90 skb->data[2] = nr->vs; in nr_send_iframe()
141 start = (skb_peek(&nr->ack_queue) == NULL) ? nr->va : nr->vs; in nr_kick()
147 nr->vs = start; in nr_kick()
172 nr->vs = (nr->vs + 1) % NR_MODULUS; in nr_kick()
179 } while (nr->vs != end && in nr_kick()
264 if (nrom->vs == nr) { in nr_check_iframes_acked()
/linux-2.6.39/net/ax25/
Dax25_out.c231 *frame |= (ax25->vs << 1); in ax25_send_iframe()
236 frame[0] |= (ax25->vs << 1); in ax25_send_iframe()
261 start = (skb_peek(&ax25->ack_queue) == NULL) ? ax25->va : ax25->vs; in ax25_kick()
281 ax25->vs = start; in ax25_kick()
292 next = (ax25->vs + 1) % ax25->modulus; in ax25_kick()
313 ax25->vs = next; in ax25_kick()
383 if (ax25->vs == nr) { in ax25_check_iframes_acked()
Dax25_std_in.c68 ax25->vs = 0; in ax25_std_state1_machine()
165 ax25->vs = 0; in ax25_std_state3_machine()
290 ax25->vs = 0; in ax25_std_state4_machine()
318 if (ax25->vs == ax25->va) { in ax25_std_state4_machine()
347 if (ax25->vs == ax25->va) { in ax25_std_state4_machine()
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_dp.c149 nouveau_dp_max_pre_emphasis(struct drm_encoder *encoder, int vs) in nouveau_dp_max_pre_emphasis() argument
163 if (dpse->vs_level != vs) in nouveau_dp_max_pre_emphasis()
179 int ret, i, dpe_headerlen, vs = 0, pre = 0; in nouveau_dp_link_train_adjust() local
198 if (lane_vs > vs) in nouveau_dp_link_train_adjust()
199 vs = lane_vs; in nouveau_dp_link_train_adjust()
204 if (vs >= nouveau_dp_max_voltage_swing(encoder)) { in nouveau_dp_link_train_adjust()
205 vs = nouveau_dp_max_voltage_swing(encoder); in nouveau_dp_link_train_adjust()
206 vs |= 4; in nouveau_dp_link_train_adjust()
209 if (pre >= nouveau_dp_max_pre_emphasis(encoder, vs & 3)) { in nouveau_dp_link_train_adjust()
210 pre = nouveau_dp_max_pre_emphasis(encoder, vs & 3); in nouveau_dp_link_train_adjust()
[all …]
/linux-2.6.39/drivers/video/omap/
Dsossi.c398 int hs, vs; in sossi_setup_tearsync() local
405 vs = ps_to_sossi_ticks(vs_pulse_time, div); in sossi_setup_tearsync()
406 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
408 vs /= 8; in sossi_setup_tearsync()
409 vs--; in sossi_setup_tearsync()
417 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
422 l |= vs << 3; in sossi_setup_tearsync()
Drfbi.c336 int hs, vs; in rfbi_setup_tearsync() local
344 vs = ps_to_rfbi_ticks(vs_pulse_time, 1); in rfbi_setup_tearsync()
351 if (vs < min) in rfbi_setup_tearsync()
353 if (vs == hs) in rfbi_setup_tearsync()
358 pin_cnt, hs, vs, hs_pol_inv, vs_pol_inv); in rfbi_setup_tearsync()
362 rfbi_write_reg(RFBI_VSYNC_WIDTH, vs); in rfbi_setup_tearsync()
Dhwa742.c795 int hs, vs; in setup_tearsync() local
853 vs = vndp; in setup_tearsync()
861 vs = vsw; in setup_tearsync()
871 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
872 vs *= 1000; in setup_tearsync()
874 if (vs <= hs) in setup_tearsync()
877 vs = hs * 12 / 10; in setup_tearsync()
894 hs, vs, (b & 0x3), !use_hsvs); in setup_tearsync()
896 return hwa742.extif->setup_tearsync(1, hs, vs, in setup_tearsync()
/linux-2.6.39/drivers/scsi/fnic/
Dfnic_main.c179 struct vnic_stats *vs; in fnic_get_stats() local
196 vs = fnic->stats; in fnic_get_stats()
197 stats->tx_frames = vs->tx.tx_unicast_frames_ok; in fnic_get_stats()
198 stats->tx_words = vs->tx.tx_unicast_bytes_ok / 4; in fnic_get_stats()
199 stats->rx_frames = vs->rx.rx_unicast_frames_ok; in fnic_get_stats()
200 stats->rx_words = vs->rx.rx_unicast_bytes_ok / 4; in fnic_get_stats()
201 stats->error_frames = vs->tx.tx_errors + vs->rx.rx_errors; in fnic_get_stats()
202 stats->dumped_frames = vs->tx.tx_drops + vs->rx.rx_drop; in fnic_get_stats()
203 stats->invalid_crc_count = vs->rx.rx_crc_errors; in fnic_get_stats()
/linux-2.6.39/fs/afs/
Dsuper.c532 struct afs_volume_status vs; in afs_statfs() local
541 ret = afs_vnode_get_volume_status(vnode, key, &vs); in afs_statfs()
552 if (vs.max_quota == 0) in afs_statfs()
553 buf->f_blocks = vs.part_max_blocks; in afs_statfs()
555 buf->f_blocks = vs.max_quota; in afs_statfs()
556 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
Dfsclient.c209 struct afs_volume_status *vs) in xdr_decode_AFSFetchVolumeStatus() argument
213 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
214 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
215 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
216 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
217 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
218 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
219 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
220 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
[all …]
/linux-2.6.39/drivers/isdn/hisax/
Disdnl2.c168 p1 = (st->l2.vs - st->l2.va) % 128; in cansend()
170 p1 = (st->l2.vs - st->l2.va) % 8; in cansend()
390 return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128); in legalnr()
392 return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8); in legalnr()
700 st->l2.vs = 0; in l2_start_multi()
741 if (st->l2.vs != st->l2.va) { in l2_restart_multi()
747 st->l2.vs = 0; in l2_restart_multi()
798 } else if (st->l2.vs != st->l2.va) { in l2_connected()
806 st->l2.vs = 0; in l2_connected()
941 if (l2->vs != nr) { in invoke_retransmission()
[all …]
/linux-2.6.39/net/dcb/
DKconfig12 requirements (highly reliable, no drops vs. best effort vs. low
/linux-2.6.39/drivers/isdn/mISDN/
Dlayer2.c352 p1 = (l2->vs - l2->va) % 128; in cansend()
354 p1 = (l2->vs - l2->va) % 8; in cansend()
563 return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128); in legalnr()
565 return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8); in legalnr()
890 l2->vs = 0; in l2_start_multi()
933 if (l2->vs != l2->va) { in l2_restart_multi()
939 l2->vs = 0; in l2_restart_multi()
991 } else if (l2->vs != l2->va) { in l2_connected()
997 l2->vs = 0; in l2_connected()
1137 if (l2->vs != nr) { in invoke_retransmission()
[all …]
/linux-2.6.39/net/irda/
Dirlap_frame.c738 skb->data[1] = I_FRAME | (self->vs << 1); in irlap_send_data_primary()
753 self->vs = (self->vs + 1) % 8; in irlap_send_data_primary()
784 skb->data[1] = I_FRAME | (self->vs << 1); in irlap_send_data_primary_poll()
806 self->vs = (self->vs + 1) % 8; in irlap_send_data_primary_poll()
893 skb->data[1] = I_FRAME | (self->vs << 1); in irlap_send_data_secondary_final()
909 self->vs = (self->vs + 1) % 8; in irlap_send_data_secondary_final()
950 skb->data[1] = I_FRAME | (self->vs << 1); in irlap_send_data_secondary()
964 self->vs = (self->vs + 1) % 8; in irlap_send_data_secondary()
/linux-2.6.39/arch/arm/mach-s3c2410/include/mach/
Ddebug-macro.S32 @ check for arm920 vs arm926. currently assume all arm926
60 @ check for arm920 vs arm926. currently assume all arm926
/linux-2.6.39/Documentation/
Dsparse.txt41 sure that bitwise types don't get mixed up (little-endian vs big-endian
42 vs cpu-endian vs whatever), and there the constant "0" really _is_

12345