Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 25 of 96) sorted by relevance

1234

/linux-2.4.37.9/drivers/scsi/
Dmesh.c183 static void dlog(struct mesh_state *ms, char *fmt, int a);
184 static void dumplog(struct mesh_state *ms, int tgt);
185 static void dumpslog(struct mesh_state *ms);
188 static inline void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() argument
190 static inline void dumplog(struct mesh_state *ms, int tgt) in dumplog() argument
192 static inline void dumpslog(struct mesh_state *ms) in dumpslog() argument
224 static void do_abort(struct mesh_state *ms);
225 static void set_mesh_power(struct mesh_state *ms, int state);
246 struct mesh_state *ms, **prev_statep; in mesh_detect() local
311 ms = (struct mesh_state *) mesh_host->hostdata; in mesh_detect()
[all …]
/linux-2.4.37.9/arch/ia64/kernel/
Dmca.c352 fetch_min_state (pal_min_state_area_t *ms, struct pt_regs *pt, struct switch_stack *sw) in fetch_min_state() argument
361 if (((struct ia64_psr *) &ms->pmsa_ipsr)->ic == 0) { in fetch_min_state()
362 pt->cr_ipsr = ms->pmsa_xpsr; in fetch_min_state()
363 pt->cr_iip = ms->pmsa_xip; in fetch_min_state()
364 pt->cr_ifs = ms->pmsa_xfs; in fetch_min_state()
366 pt->cr_ipsr = ms->pmsa_ipsr; in fetch_min_state()
367 pt->cr_iip = ms->pmsa_iip; in fetch_min_state()
368 pt->cr_ifs = ms->pmsa_ifs; in fetch_min_state()
370 pt->ar_rsc = ms->pmsa_rsc; in fetch_min_state()
371 pt->pr = ms->pmsa_pr; in fetch_min_state()
[all …]
/linux-2.4.37.9/fs/minix/
Dinode.c47 struct minix_super_block * ms; in minix_write_super() local
50 ms = sb->u.minix_sb.s_ms; in minix_write_super()
52 if (ms->s_state & MINIX_VALID_FS) in minix_write_super()
53 ms->s_state &= ~MINIX_VALID_FS; in minix_write_super()
90 struct minix_super_block * ms; in minix_remount() local
92 ms = sb->u.minix_sb.s_ms; in minix_remount()
96 if (ms->s_state & MINIX_VALID_FS || in minix_remount()
100 ms->s_state = sb->u.minix_sb.s_mount_state; in minix_remount()
107 sb->u.minix_sb.s_mount_state = ms->s_state; in minix_remount()
108 ms->s_state &= ~MINIX_VALID_FS; in minix_remount()
[all …]
/linux-2.4.37.9/arch/m68k/fpsp040/
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 mant
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
Dround.S300 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
328 lsll %d0,%d1 |shift ms mant by count
333 orl %d6,%d1 |shift the ls mant bits into the ms mant
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 mant into memory
383 | We get here if ms mant was = 0, and we assume ls mant has bits
389 subw #32,%d0 |account for ms mant being all zeros
392 lsll %d7,%d1 |shift first 1 to integer bit in ms mant
[all …]
/linux-2.4.37.9/drivers/usb/
Daudio.c1877 static int wrmixer(struct usb_mixerdev *ms, unsigned mixch, unsigned value) in wrmixer() argument
1879 struct usb_device *dev = ms->state->usbdev; in wrmixer()
1884 if (mixch >= ms->numch) in wrmixer()
1886 ch = &ms->ch[mixch]; in wrmixer()
1904 (ch->chnum << 8) | 1, ms->iface | (ch->unitid << 8), data, 2, HZ) < 0) in wrmixer()
1912 ms->iface | (ch->unitid << 8), data, 2, HZ) < 0) in wrmixer()
1921 (ch->selector << 8) | ch->chnum, ms->iface | (ch->unitid << 8), data, 2, HZ) < 0) in wrmixer()
1928 (ch->selector << 8) | (ch->chnum + 1), ms->iface | (ch->unitid << 8), data, 2, HZ) < 0) in wrmixer()
1937 (ch->selector << 8) | ch->chnum, ms->iface | (ch->unitid << 8), data, 1, HZ) < 0) in wrmixer()
1943 (ch->selector << 8) | (ch->chnum + 1), ms->iface | (ch->unitid << 8), data, 1, HZ) < 0) in wrmixer()
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Dscanlog.c110 int ms = 1; in scanlog_read() local
112 ms = ms * 10; in scanlog_read()
114 ms *= 1000; in scanlog_read()
115 wait_time = ms / (1000000/HZ); /* round down is fine */ in scanlog_read()
Drtas.c195 unsigned int ms; in rtas_extended_busy_delay_time() local
203 for (ms = 1000; order > 0; order--) in rtas_extended_busy_delay_time()
204 ms = ms * 10; in rtas_extended_busy_delay_time()
205 return ms / (1000000/HZ); /* round down is fine */ in rtas_extended_busy_delay_time()
/linux-2.4.37.9/drivers/cdrom/
Doptcd.c1674 struct cdrom_multisession ms; in cdrommultisession() local
1676 status = verify_area(VERIFY_WRITE, (void*) arg, sizeof ms); in cdrommultisession()
1679 copy_from_user(&ms, (void*) arg, sizeof ms); in cdrommultisession()
1681 ms.addr.msf.minute = disk_info.last_session.minute; in cdrommultisession()
1682 ms.addr.msf.second = disk_info.last_session.second; in cdrommultisession()
1683 ms.addr.msf.frame = disk_info.last_session.frame; in cdrommultisession()
1685 if (ms.addr_format != CDROM_LBA in cdrommultisession()
1686 && ms.addr_format != CDROM_MSF) in cdrommultisession()
1688 if (ms.addr_format == CDROM_LBA) in cdrommultisession()
1689 msf2lba(&ms.addr); in cdrommultisession()
[all …]
Daztcd.c1246 struct cdrom_multisession ms; in aztcd_ioctl() local
1251 (&ms, (void *) arg, in aztcd_ioctl()
1254 if (ms.addr_format == CDROM_MSF) { in aztcd_ioctl()
1255 ms.addr.msf.minute = in aztcd_ioctl()
1257 ms.addr.msf.second = in aztcd_ioctl()
1259 ms.addr.msf.frame = in aztcd_ioctl()
1262 } else if (ms.addr_format == CDROM_LBA) in aztcd_ioctl()
1263 ms.addr.lba = in aztcd_ioctl()
1267 ms.xa_flag = DiskInfo.xa; in aztcd_ioctl()
1269 ((void *) arg, &ms, in aztcd_ioctl()
[all …]
/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xmcs.c324 mcs_sep_t ms; in mcs_ciminit() local
326 ms.s_rdptr = (unsigned char *) in mcs_ciminit()
328 ms.s_wrptr = (unsigned char *) in mcs_ciminit()
330 ms.s_scl = ms.s_sda = FALSE; in mcs_ciminit()
332 if (mcs_sep_read(&ms, (unsigned short) 0, &(cim->ci_sep[0]), in mcs_ciminit()
/linux-2.4.37.9/Documentation/usb/
Dacm.txt88 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
97 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
98 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
99 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
102 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
104 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
105 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
Dproc_usb_info.txt322 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
328 E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=255ms
334 E: Ad=81(I) Atr=03(Int.) MxPS= 3 Ivl= 10ms
342 E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl= 16ms
343 E: Ad=01(O) Atr=02(Bulk) MxPS= 16 Ivl= 16ms
344 E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl= 8ms
/linux-2.4.37.9/include/linux/
Dgameport.h136 static __inline__ void wait_ms(unsigned int ms) in wait_ms() argument
139 schedule_timeout(1 + ms * HZ / 1000); in wait_ms()
/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.h10 static __inline__ void uhci_wait_ms(unsigned int ms) in uhci_wait_ms() argument
15 schedule_timeout(1 + ms * HZ / 1000); in uhci_wait_ms()
18 mdelay(ms); in uhci_wait_ms()
/linux-2.4.37.9/Documentation/
DIRQ-affinity.txt23 round-trip min/avg/max = 0.1/0.1/0.4 ms
33 round-trip min/avg/max = 0.1/0.5/585.4 ms
/linux-2.4.37.9/arch/ppc/boot/prep/
Dvreset.c44 static void mdelay(int ms) in mdelay() argument
46 for (; ms > 0; --ms) in mdelay()
/linux-2.4.37.9/include/net/irda/
Dirda.h89 #define MSECS_TO_JIFFIES(ms) (((ms)*HZ+999)/1000) argument
/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound.h270 static inline void wait_ms(unsigned int ms) in wait_ms() argument
273 schedule_timeout(1 + ms * HZ / 1000); in wait_ms()
/linux-2.4.37.9/fs/isofs/
Dinode.c126 isofs_hash_common(struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hash_common() argument
133 if (ms) { in isofs_hash_common()
147 isofs_hashi_common(struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hashi_common() argument
156 if (ms) { in isofs_hashi_common()
175 isofs_dentry_cmpi_common(struct dentry *dentry,struct qstr *a,struct qstr *b,int ms) in isofs_dentry_cmpi_common() argument
182 if (ms) { in isofs_dentry_cmpi_common()
199 isofs_dentry_cmp_common(struct dentry *dentry,struct qstr *a,struct qstr *b,int ms) in isofs_dentry_cmp_common() argument
206 if (ms) { in isofs_dentry_cmp_common()
/linux-2.4.37.9/drivers/char/
Ddtlk.c112 static void dtlk_delay(int ms);
386 static void dtlk_delay(int ms) in dtlk_delay() argument
389 schedule_timeout((ms * HZ + 1000 - HZ) / 1000); in dtlk_delay()
/linux-2.4.37.9/drivers/block/
Dacsi_slm.c557 int ms; in slm_test_ready()
559 ms = (end_tm.tv_sec*1000000+end_tm.tv_usec) - in slm_test_ready()
562 ms/1000, ms%1000, d ); in slm_test_ready()
/linux-2.4.37.9/drivers/isdn/eicon/
Duxio.h175 void UxPause(long ms);
/linux-2.4.37.9/Documentation/isdn/
DREADME.audio67 y = 0 ... 255 tone duration in units of 5ms.
68 Not for I4L soft decode (default 8, 40ms)

1234