Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/linux-2.4.37.9/Documentation/networking/
Ddepca.txt9 off on on on c0000 cbfff
10 off off on on e0000 ebfff
12 32K on on off on d8000 dbfff
13 off on off on c8000 cbfff
14 off off off on e8000 ebfff
17 off on cc000 cffff
18 off off ec000 effff
20 Note that the 2K mode is set by SW3/SW4 on/off or off/off. Address
26 0x200 off
31 Enable off
[all …]
/linux-2.4.37.9/arch/ia64/kernel/
Dentry.h16 #define PT_REGS_SAVES(off) \ argument
18 .fframe IA64_PT_REGS_SIZE+16+(off); \
19 .spillsp rp, PT(CR_IIP)+16+(off); \
20 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
21 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
22 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
23 .spillsp pr, PT(PR)+16+(off);
25 #define PT_REGS_UNWIND_INFO(off) \ argument
27 PT_REGS_SAVES(off); \
30 #define SWITCH_STACK_SAVES(off) \ argument
[all …]
/linux-2.4.37.9/drivers/char/rio/
Drioinit.c251 int off;
282 for (off=0; RIOSigTab[off]; off++) {
283 if ((RBYTE(cardp->DpSignature[off]) & 0xFF) != RIOSigTab[off]) {
289 (int)cardp, off);
1127 int off; local
1151 for (off=0; off<size; off++) {
1152 if (RBYTE(ram[off]) != oldbyte) {
1153 …te Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, RBYTE(ram[off]));
1157 for (off=0; off<size; off+=2) {
1158 if (*(ushort *)&ram[off] != oldword) {
[all …]
/linux-2.4.37.9/Documentation/isdn/
DREADME.act200015 Note: S5 and S6 always set off!
19 off on on on 0x0240
20 on off on on 0x0280
21 off off on on 0x02c0
22 on on off on 0x0300
23 off on off on 0x0340
24 on off off on 0x0380
25 on on on off 0xcfe0
26 off on on off 0xcfa0
27 on off on off 0xcf60
[all …]
/linux-2.4.37.9/fs/proc/
Dproc_misc.c71 void proc_sprintf(char *page, off_t *off, int *lenp, const char *format, ...) in proc_sprintf() argument
84 if (len <= *off) { in proc_sprintf()
85 *off -= len; in proc_sprintf()
92 static int proc_calc_metrics(char *page, char **start, off_t off, in proc_calc_metrics() argument
95 if (len <= off+count) *eof = 1; in proc_calc_metrics()
96 *start = page + off; in proc_calc_metrics()
97 len -= off; in proc_calc_metrics()
103 static int loadavg_read_proc(char *page, char **start, off_t off, in loadavg_read_proc() argument
117 return proc_calc_metrics(page, start, off, count, eof, len); in loadavg_read_proc()
120 static int uptime_read_proc(char *page, char **start, off_t off, in uptime_read_proc() argument
[all …]
Dproc_tty.c19 static int tty_drivers_read_proc(char *page, char **start, off_t off,
21 static int tty_ldiscs_read_proc(char *page, char **start, off_t off,
32 static int tty_drivers_read_proc(char *page, char **start, off_t off, in tty_drivers_read_proc() argument
83 if (len+begin > off+count) in tty_drivers_read_proc()
85 if (len+begin < off) { in tty_drivers_read_proc()
92 if (off >= len+begin) in tty_drivers_read_proc()
94 *start = page + (off-begin); in tty_drivers_read_proc()
95 return ((count < begin+len-off) ? count : begin+len-off); in tty_drivers_read_proc()
101 static int tty_ldiscs_read_proc(char *page, char **start, off_t off, in tty_ldiscs_read_proc() argument
116 if (len+begin > off+count) in tty_ldiscs_read_proc()
[all …]
/linux-2.4.37.9/arch/arm/mach-ebsa110/
Dio.c275 u32 off; in __outw() local
281 off = port << 2; in __outw()
283 off = port << 1; in __outw()
288 __arch_putw(val, ISAIO_BASE + off); in __outw()
310 u32 off; in outsb() local
313 off = port << 2; in outsb()
315 off = (port & ~1) << 1; in outsb()
320 __raw_writesb(ISAIO_BASE + off, from, len); in outsb()
325 u32 off; in insb() local
328 off = port << 2; in insb()
[all …]
/linux-2.4.37.9/drivers/net/wireless/
Dhermes.h302 #define hermes_read_reg(hw, off) ((hw)->io_space ? \ argument
303 inw((hw)->iobase + ( (off) << (hw)->reg_spacing )) : \
304 readw((hw)->iobase + ( (off) << (hw)->reg_spacing )))
305 #define hermes_write_reg(hw, off, val) ((hw)->io_space ? \ argument
306 outw_p((val), (hw)->iobase + ( (off) << (hw)->reg_spacing )) : \
307 writew((val), (hw)->iobase + ( (off) << (hw)->reg_spacing )))
365 static inline void hermes_read_words(struct hermes *hw, int off, void *buf, unsigned count) in hermes_read_words() argument
367 off = off << hw->reg_spacing;; in hermes_read_words()
370 insw(hw->iobase + off, buf, count); in hermes_read_words()
380 *p++ = cpu_to_le16(readw(hw->iobase + off)); in hermes_read_words()
[all …]
/linux-2.4.37.9/arch/i386/kernel/
Dedd.c72 int (*show)(char *page, char **start, off_t off,
97 proc_calc_metrics(char *page, char **start, off_t off, in proc_calc_metrics() argument
100 if (len <= off+count) *eof = 1; in proc_calc_metrics()
101 *start = page + off; in proc_calc_metrics()
102 len -= off; in proc_calc_metrics()
144 edd_show_host_bus(char *page, char **start, off_t off, int count, int *eof, void *data) in edd_show_host_bus() argument
150 if (!info || !page || off) { in edd_show_host_bus()
151 return proc_calc_metrics(page, start, off, count, eof, 0); in edd_show_host_bus()
184 return proc_calc_metrics(page, start, off, count, eof, (p - page)); in edd_show_host_bus()
188 edd_show_interface(char *page, char **start, off_t off, int count, int *eof, void *data) in edd_show_interface() argument
[all …]
/linux-2.4.37.9/include/asm-arm/hardware/
Dclps7111.h29 #define clps_readb(off) __raw_readb(CLPS7111_BASE + (off)) argument
30 #define clps_readw(off) __raw_readw(CLPS7111_BASE + (off)) argument
31 #define clps_readl(off) __raw_readl(CLPS7111_BASE + (off)) argument
32 #define clps_writeb(val,off) __raw_writeb(val, CLPS7111_BASE + (off)) argument
33 #define clps_writew(val,off) __raw_writew(val, CLPS7111_BASE + (off)) argument
34 #define clps_writel(val,off) __raw_writel(val, CLPS7111_BASE + (off)) argument
Diomd.h24 #define iomd_readb(off) __raw_base_readb(IOMD_BASE, (off)) argument
25 #define iomd_readl(off) __raw_base_readl(IOMD_BASE, (off)) argument
26 #define iomd_writeb(val,off) __raw_base_writeb(val, IOMD_BASE, (off)) argument
27 #define iomd_writel(val,off) __raw_base_writel(val, IOMD_BASE, (off)) argument
/linux-2.4.37.9/arch/ppc64/boot/
Daddnote.c36 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
37 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2)) argument
39 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \ argument
40 buf[(off) + 1] = (v) & 0xff)
41 #define PUT_32BE(off, v) (PUT_16BE((off), (v) >> 16), \ argument
42 PUT_16BE((off) + 2, (v)))
/linux-2.4.37.9/arch/ppc/boot/utils/
Daddnote.c46 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
47 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2)) argument
49 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \ argument
50 buf[(off) + 1] = (v) & 0xff)
51 #define PUT_32BE(off, v) (PUT_16BE((off), (v) >> 16), \ argument
52 PUT_16BE((off) + 2, (v)))
/linux-2.4.37.9/drivers/mtd/
Dafs.c62 u_int off, u_int mask) in afs_read_footer() argument
65 u_int ptr = off + mtd->erasesize - sizeof(fs); in afs_read_footer()
105 if (*img_start > off) in afs_read_footer()
131 u_int mask, off, idx, sz; in parse_afs_partitions() local
146 for (idx = off = sz = 0; off < mtd->size; off += mtd->erasesize) { in parse_afs_partitions()
150 ret = afs_read_footer(mtd, &img_ptr, &iis_ptr, off, mask); in parse_afs_partitions()
178 for (idx = off = 0; off < mtd->size; off += mtd->erasesize) { in parse_afs_partitions()
183 ret = afs_read_footer(mtd, &img_ptr, &iis_ptr, off, mask); in parse_afs_partitions()
195 size = mtd->erasesize + off - img_ptr; in parse_afs_partitions()
/linux-2.4.37.9/fs/hfsplus/
Dbtree.c164 u16 idx, off, len; in hfsplus_btree_alloc_node() local
186 len = hfsplus_brec_lenoff(node, 2, &off); in hfsplus_btree_alloc_node()
188 off += node->page_offset; in hfsplus_btree_alloc_node()
189 pagep = node->page + (off >> PAGE_CACHE_SHIFT); in hfsplus_btree_alloc_node()
191 off &= ~PAGE_CACHE_MASK; in hfsplus_btree_alloc_node()
196 byte = data[off]; in hfsplus_btree_alloc_node()
201 data[off] |= m; in hfsplus_btree_alloc_node()
211 if (++off >= PAGE_CACHE_SIZE) { in hfsplus_btree_alloc_node()
214 off = 0; in hfsplus_btree_alloc_node()
227 len = hfsplus_brec_lenoff(node, 0, &off); in hfsplus_btree_alloc_node()
[all …]
Dbfind.c18 u16 off, len, keylen; in hfsplus_find_rec() local
26 len = hfsplus_brec_lenoff(bnode, rec, &off); in hfsplus_find_rec()
28 hfsplus_bnode_readbytes(bnode, fd->key, off, keylen); in hfsplus_find_rec()
42 len = hfsplus_brec_lenoff(bnode, e, &off); in hfsplus_find_rec()
44 hfsplus_bnode_readbytes(bnode, fd->key, off, keylen); in hfsplus_find_rec()
47 fd->keyoffset = off; in hfsplus_find_rec()
49 fd->entryoffset = off + keylen; in hfsplus_find_rec()
131 u16 off, len, keylen; in hfsplus_btree_move() local
176 len = hfsplus_brec_lenoff(bnode, fd->record, &off); in hfsplus_btree_move()
178 fd->keyoffset = off; in hfsplus_btree_move()
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Dmf_proc.c35 (char *page, char **start, off_t off, int count, int *eof, void *data);
38 (char *page, char **start, off_t off, int count, int *eof, void *data);
41 (char *page, char **start, off_t off, int count, int *eof, void *data);
47 (char *page, char **start, off_t off, int count, int *eof, void *data);
149 (char *page, char **start, off_t off, int count, int *eof, void *data) in proc_mf_dump_cmdline() argument
171 len -= off; in proc_mf_dump_cmdline()
178 *start = page + off; in proc_mf_dump_cmdline()
183 (char *page, char **start, off_t off, int count, int *eof, void *data) in proc_mf_dump_vmlinux() argument
189 if (mf_getVmlinuxChunk(page, &sizeToGet, off, (u64)data) == 0) in proc_mf_dump_vmlinux()
193 *start = page + off; in proc_mf_dump_vmlinux()
[all …]
Dproc_pmc.c58 static int proc_ppc64_page_read(char *page, char **start, off_t off,
64 int proc_ppc64_pmc_read(char *page, char **start, off_t off,
66 int proc_ppc64_pmc_stab_read(char *page, char **start, off_t off,
68 int proc_ppc64_pmc_htab_read(char *page, char **start, off_t off,
70 int proc_ppc64_pmc_profile_read(char *page, char **start, off_t off,
72 int proc_ppc64_pmc_profile_read(char *page, char **start, off_t off,
74 int proc_ppc64_pmc_hw_read(char *page, char **start, off_t off,
79 int proc_get_lpevents( char *page, char **start, off_t off, int count, int *eof, void *data);
82 int proc_get_titanTod( char *page, char **start, off_t off, int count, int *eof, void *data);
84 int proc_pmc_get_control( char *page, char **start, off_t off, int count, int *eof, void *data);
[all …]
/linux-2.4.37.9/drivers/net/
Drclanmtl.c788 U32 off, i; in RCGetMAC() local
803 off = p_atu->InQueue; /* get addresss of message */ in RCGetMAC()
805 if (0xFFFFFFFF == off) in RCGetMAC()
808 p = (PU32) (pPab->pPci45LinBaseAddr + off); in RCGetMAC()
811 (uint) p_atu, (uint) off, (uint) p); in RCGetMAC()
819 p_atu->InQueue = off; /* send it to the I2O device */ in RCGetMAC()
821 (uint) p_atu, (uint) off, (uint) p); in RCGetMAC()
854 U32 off; in RCSetMAC() local
861 off = pPab->p_atu->InQueue; /* get addresss of message */ in RCSetMAC()
863 if (0xFFFFFFFF == off) in RCSetMAC()
[all …]
/linux-2.4.37.9/scripts/
Dcheckpatch.pl335 my $off = 0;
341 for ($off = 1; $off < length($line); $off++) {
342 $c = substr($line, $off, 1);
346 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') {
349 substr($res, $off, 2, "$;$;");
350 $off++;
353 if ($sanitise_quote eq '*/' && substr($line, $off, 2) eq '*/') {
355 substr($res, $off, 2, "$;$;");
356 $off++;
363 substr($res, $off, 2, 'XX');
[all …]
/linux-2.4.37.9/include/asm-arm/
Dio.h62 #define __raw_base_writeb(val,base,off) __arch_base_putb(val,base,off) argument
63 #define __raw_base_writew(val,base,off) __arch_base_putw(val,base,off) argument
64 #define __raw_base_writel(val,base,off) __arch_base_putl(val,base,off) argument
66 #define __raw_base_readb(base,off) __arch_base_getb(base,off) argument
67 #define __raw_base_readw(base,off) __arch_base_getw(base,off) argument
68 #define __raw_base_readl(base,off) __arch_base_getl(base,off) argument
149 #define __arch_ioremap(off,sz,nocache) \ argument
151 unsigned long _off = (off), _size = (sz); \
161 #define ioremap(off,sz) __arch_ioremap((off),(sz),0) argument
162 #define ioremap_nocache(off,sz) __arch_ioremap((off),(sz),1) argument
/linux-2.4.37.9/drivers/mtd/chips/
Djedec.c570 unsigned long off; in flash_erase() local
592 for (off = 0; off < len; off += chip->sectorsize) in flash_erase()
595 flwrite(0x30,chip->start + off); in flash_erase()
596 if (off == 0) in flash_erase()
598 if ((flread(chip->start + off) & (1 << 3)) != 0) in flash_erase()
621 unsigned long off = 0; in flash_erase() local
654 Last[0] = map->read8(map,(chip->base >> chip->addrshift) + chip->start + off); in flash_erase()
655 Last[1] = map->read8(map,(chip->base >> chip->addrshift) + chip->start + off); in flash_erase()
656 Last[2] = map->read8(map,(chip->base >> chip->addrshift) + chip->start + off); in flash_erase()
659 Last[0] = map->read16(map,(chip->base >> chip->addrshift) + chip->start + off); in flash_erase()
[all …]
/linux-2.4.37.9/drivers/pci/
Dsyscall.c19 unsigned long off, unsigned long len, void *buf) in sys_pciconfig_read() argument
39 cfg_ret = pci_read_config_byte(dev, off, &byte); in sys_pciconfig_read()
42 cfg_ret = pci_read_config_word(dev, off, &word); in sys_pciconfig_read()
45 cfg_ret = pci_read_config_dword(dev, off, &dword); in sys_pciconfig_read()
91 unsigned long off, unsigned long len, void *buf) in sys_pciconfig_write() argument
114 err = pci_write_config_byte(dev, off, byte); in sys_pciconfig_write()
123 err = pci_write_config_word(dev, off, word); in sys_pciconfig_write()
132 err = pci_write_config_dword(dev, off, dword); in sys_pciconfig_write()
/linux-2.4.37.9/fs/freevxfs/
Dvxfs_bmap.c136 int64_t off; in vxfs_bmap_indir() local
145 off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_indir()
147 if (block < off) { in vxfs_bmap_indir()
155 typ->vt_size, block - off); in vxfs_bmap_indir()
160 if ((block - off) >= typ->vt_size) in vxfs_bmap_indir()
162 pblock = (typ->vt_block + block - off); in vxfs_bmap_indir()
207 int64_t off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_typed() local
212 if (iblock < off) in vxfs_bmap_typed()
217 typ->vt_size, iblock - off); in vxfs_bmap_typed()
222 if ((iblock - off) < typ->vt_size) in vxfs_bmap_typed()
[all …]
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
33 static inline void capimsg_setu8(void *m, int off, __u8 val) in capimsg_setu8() argument
35 ((__u8 *)m)[off] = val; in capimsg_setu8()
38 static inline void capimsg_setu16(void *m, int off, __u16 val) in capimsg_setu16() argument
40 ((__u8 *)m)[off] = val & 0xff; in capimsg_setu16()
41 ((__u8 *)m)[off+1] = (val >> 8) & 0xff; in capimsg_setu16()
44 static inline void capimsg_setu32(void *m, int off, __u32 val) in capimsg_setu32() argument
46 ((__u8 *)m)[off] = val & 0xff; in capimsg_setu32()
[all …]

12345678910>>...24