Searched refs:ms (Results 1 - 25 of 78) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmesh.c181 static void dlog(struct mesh_state *ms, char *fmt, int a);
182 static void dumplog(struct mesh_state *ms, int tgt);
183 static void dumpslog(struct mesh_state *ms);
186 static inline void dlog(struct mesh_state *ms, char *fmt, int a) argument
188 static inline void dumplog(struct mesh_state *ms, int tgt) argument
190 static inline void dumpslog(struct mesh_state *ms) argument
222 static void do_abort(struct mesh_state *ms);
223 static void set_mesh_power(struct mesh_state *ms, int state);
244 struct mesh_state *ms, **prev_statep; local
309 ms
383 struct mesh_state *ms = (struct mesh_state *) host->hostdata; local
398 set_mesh_power(struct mesh_state *ms, int state) argument
418 struct mesh_state *ms; local
469 struct mesh_state *ms; local
495 struct mesh_state *ms = (struct mesh_state *) cmd->host->hostdata; local
505 mesh_dump_regs(struct mesh_state *ms) argument
546 struct mesh_state *ms = (struct mesh_state *) cmd->host->hostdata; local
582 struct mesh_state *ms; local
605 mesh_init(struct mesh_state *ms) argument
652 mesh_start(struct mesh_state *ms) argument
684 mesh_start_cmd(struct mesh_state *ms, Scsi_Cmnd *cmd) argument
828 add_sdtr_msg(struct mesh_state *ms) argument
841 set_sdtr(struct mesh_state *ms, int period, int offset) argument
883 start_phase(struct mesh_state *ms) argument
1026 get_msgin(struct mesh_state *ms) argument
1041 msgin_length(struct mesh_state *ms) argument
1060 cmd_complete(struct mesh_state *ms) argument
1239 phase_mismatch(struct mesh_state *ms) argument
1317 reselected(struct mesh_state *ms) argument
1434 do_abort(struct mesh_state *ms) argument
1444 handle_reset(struct mesh_state *ms) argument
1486 handle_error(struct mesh_state *ms) argument
1580 handle_exception(struct mesh_state *ms) argument
1615 struct mesh_state *ms = (struct mesh_state *) dev_id; local
1634 handle_msgin(struct mesh_state *ms) argument
1733 mesh_done(struct mesh_state *ms, int start_next) argument
1767 mesh_completed(struct mesh_state *ms, Scsi_Cmnd *cmd) argument
1776 set_dma_cmds(struct mesh_state *ms, Scsi_Cmnd *cmd) argument
1844 halt_dma(struct mesh_state *ms) argument
1953 dlog(struct mesh_state *ms, char *fmt, int a) argument
1978 dumplog(struct mesh_state *ms, int t) argument
2004 dumpslog(struct mesh_state *ms) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Dinode.c47 struct minix_super_block * ms; local
50 ms = sb->u.minix_sb.s_ms;
52 if (ms->s_state & MINIX_VALID_FS)
53 ms->s_state &= ~MINIX_VALID_FS;
90 struct minix_super_block * ms; local
92 ms = sb->u.minix_sb.s_ms;
96 if (ms->s_state & MINIX_VALID_FS ||
100 ms->s_state = sb->u.minix_sb.s_mount_state;
107 sb->u.minix_sb.s_mount_state = ms->s_state;
108 ms
127 struct minix_super_block *ms; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dsgetem.S95 movel LOCAL_HI(%a0),%d0 |load ms mant in d0
98 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
107 | ms mantissa part in d0
112 tstl %d0 |if any bits set in ms mant
114 | ;else no bits set in ms mant
120 exg %d0,%d1 |shift ls mant to ms mant
122 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
129 lsll %d3,%d0 |shift ms mant until j-bit is set
135 | ;be shifted into ms mant
136 orl %d6,%d0 |shift the ls mant bits into the ms man
[all...]
H A Dx_store.S119 | extended -> |s| exp | |1| ms mant | | ls mant |
155 movel LOCAL_HI(%a1),%d1 |get ms mantissa
156 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms
157 orl %d1,%d0 |put these bits in ms word of double
159 movel LOCAL_HI(%a1),%d1 |get ms mantissa
190 | extended -> |s| exp | |1| ms mant | | ls mant |
223 movel LOCAL_HI(%a1),%d1 |get ms mantissa
224 bfextu %d1{#1:#23},%d1 |get upper 23 bits of ms
225 orl %d1,%d0 |put these bits in ms word of single
H A Dround.S300 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
317 | ;in ms mant
328 lsll %d0,%d1 |shift ms mant by count
333 orl %d6,%d1 |shift the ls mant bits into the ms mant
360 bfffo LOCAL_HI(%a0){#0:#32},%d7 |find first 1 in ms mant to d7)
361 beqs lower |branch if ms mant is all 0's
366 movel LOCAL_HI(%a0),%d0 |d0 has ms mant
376 | ;be shifted into ms mant
377 orl %d1,%d0 |shift the ls mant bits into the ms mant
378 movel %d0,LOCAL_HI(%a0) |store ms man
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dgameport.h136 static __inline__ void wait_ms(unsigned int ms) argument
139 schedule_timeout(1 + ms * HZ / 1000);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dgameport.h136 static __inline__ void wait_ms(unsigned int ms) argument
139 schedule_timeout(1 + ms * HZ / 1000);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Daudio.c1876 static int wrmixer(struct usb_mixerdev *ms, unsigned mixch, unsigned value) argument
1878 struct usb_device *dev = ms->state->usbdev;
1883 if (mixch >= ms->numch)
1885 ch = &ms->ch[mixch];
1903 (ch->chnum << 8) | 1, ms->iface | (ch->unitid << 8), data, 2, HZ) < 0)
1911 ms->iface | (ch->unitid << 8), data, 2, HZ) < 0)
1920 (ch->selector << 8) | ch->chnum, ms->iface | (ch->unitid << 8), data, 2, HZ) < 0)
1927 (ch->selector << 8) | (ch->chnum + 1), ms->iface | (ch->unitid << 8), data, 2, HZ) < 0)
1936 (ch->selector << 8) | ch->chnum, ms->iface | (ch->unitid << 8), data, 1, HZ) < 0)
1942 (ch->selector << 8) | (ch->chnum + 1), ms
1957 get_rec_src(struct usb_mixerdev *ms) argument
1988 set_rec_src(struct usb_mixerdev *ms, int srcmask) argument
2050 struct usb_mixerdev *ms; local
2094 struct usb_mixerdev *ms; local
2123 struct usb_mixerdev *ms = (struct usb_mixerdev *)file->private_data; local
2136 struct usb_mixerdev *ms = (struct usb_mixerdev *)file->private_data; local
3782 struct usb_mixerdev *ms; local
3993 struct usb_mixerdev *ms; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xmcs.c324 mcs_sep_t ms; local
326 ms.s_rdptr = (unsigned char *)
328 ms.s_wrptr = (unsigned char *)
330 ms.s_scl = ms.s_sda = FALSE;
332 if (mcs_sep_read(&ms, (unsigned short) 0, &(cim->ci_sep[0]),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A Ddmasound.h270 static inline void wait_ms(unsigned int ms) argument
273 schedule_timeout(1 + ms * HZ / 1000);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirda.h89 #define MSECS_TO_JIFFIES(ms) (((ms)*HZ+999)/1000)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirda.h89 #define MSECS_TO_JIFFIES(ms) (((ms)*HZ+999)/1000)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci.h10 static __inline__ void uhci_wait_ms(unsigned int ms) argument
15 schedule_timeout(1 + ms * HZ / 1000);
18 mdelay(ms);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dgetsize.c218 off_t ms;
220 if (ioctl(fd, DIOCGMEDIASIZE, &ms) >= 0) {
221 *retblocks = ms / blocksize;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Doptcd.c1686 struct cdrom_multisession ms;
1688 status = verify_area(VERIFY_WRITE, (void*) arg, sizeof ms);
1691 copy_from_user(&ms, (void*) arg, sizeof ms);
1693 ms.addr.msf.minute = disk_info.last_session.minute;
1694 ms.addr.msf.second = disk_info.last_session.second;
1695 ms.addr.msf.frame = disk_info.last_session.frame;
1697 if (ms.addr_format != CDROM_LBA
1698 && ms.addr_format != CDROM_MSF)
1700 if (ms
1674 struct cdrom_multisession ms; local
[all...]
H A Daztcd.c1235 struct cdrom_multisession ms; local
1240 (&ms, (void *) arg,
1243 if (ms.addr_format == CDROM_MSF) {
1244 ms.addr.msf.minute =
1246 ms.addr.msf.second =
1248 ms.addr.msf.frame =
1251 } else if (ms.addr_format == CDROM_LBA)
1252 ms.addr.lba =
1256 ms.xa_flag = DiskInfo.xa;
1258 ((void *) arg, &ms,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dprobe.c443 struct msdos_super_block *ms = (struct msdos_super_block *) buf; local
454 tmp = (unsigned char *)&ms->ms_sector_size;
460 tmp = (unsigned char *)&ms->ms_dir_entries;
462 reserved = blkid_le16(ms->ms_reserved);
463 tmp = (unsigned char *)&ms->ms_sectors;
466 sect_count = blkid_le32(ms->ms_total_sect);
468 fat_length = blkid_le16(ms->ms_fat_length);
472 fat_size = fat_length * ms->ms_fats;
477 if (ms->ms_cluster_size == 0)
479 cluster_count /= ms
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/prep/
H A Dof1275.c420 of_milliseconds(int *ms) argument
428 *ms = s.ms;
H A Dof1275.h421 int ms; member in struct:_of_milliseconds_service
424 int of_milliseconds(int *ms);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dlinchr.c26 void UxPause(long ms);
H A Duxio.h175 void UxPause(long ms);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Ddtlk.c112 static void dtlk_delay(int ms);
385 /* sleep for ms milliseconds */
386 static void dtlk_delay(int ms) argument
389 schedule_timeout((ms * HZ + 1000 - HZ) / 1000);
492 mdelay(10); /* 10 ms */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dacsi_slm.c93 * uncritical: Just update each, say 200ms, the counter reg to its maximum,
549 int ms;
551 ms = (end_tm.tv_sec*1000000+end_tm.tv_usec) -
553 printk( "SLM: did %ld.%ld ms busy waiting for %d bytes\n",
554 ms/1000, ms%1000, d );
/asus-wl-520gu-7.0.1.45/src/tools/misc/
H A Depi_ttcp.c618 /* convert msec arg to usec for bufsleep, minimum 10ms */
1462 time_t ms; local
1474 ms = tdiff.tv_sec*(time_t)1000 + tdiff.tv_usec/(time_t)1000;
1475 if (ms != (time_t)(time/1000.0)) {
1477 (int)ms, time/1000.0);
1490 time_t ms; local
1499 ms = tdiff.tv_sec*(time_t)1000 + tdiff.tv_usec/(time_t)1000;
1500 if (ms != (time_t)(time/1000.0)) {
1502 (int)ms, time/1000.0);
1809 int t, ms; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dinode.c131 isofs_hash_common(struct dentry *dentry, struct qstr *qstr, int ms) argument
138 if (ms) {
152 isofs_hashi_common(struct dentry *dentry, struct qstr *qstr, int ms) argument
161 if (ms) {
180 isofs_dentry_cmpi_common(struct dentry *dentry,struct qstr *a,struct qstr *b,int ms) argument
187 if (ms) {
204 isofs_dentry_cmp_common(struct dentry *dentry,struct qstr *a,struct qstr *b,int ms) argument
211 if (ms) {

Completed in 414 milliseconds

1234