Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/arch/parisc/kernel/
Dperf_asm.S104 ;* arg0 : rdr to be read
111 ;* arg0 : rdr to be read
127 ; read(shift in) the RDR.
186 ; RDR 2 read sequence
198 ; RDR 3 read sequence
210 ; RDR 4 read sequence
222 ; RDR 5 read sequence
234 ; RDR 6 read sequence
246 ; RDR 7 read sequence
258 ; RDR 8 read sequence
[all …]
/arch/ia64/sn/kernel/sn2/
Dsn_proc_fs.c98 .read = seq_read,
105 .read = seq_read,
112 .read = seq_read,
119 .read = seq_read,
127 .read = seq_read,
134 .read = seq_read,
/arch/sh/kernel/
Dtime_32.c215 .read = null_hpt_read,
222 if (!sh_hpt_frequency || clocksource_sh.read == null_hpt_read) in init_sh_clocksource()
237 unsigned long long ticks = clocksource_sh.read(); in sched_clock()
265 if (sys_timer->ops->read) in time_init()
266 clocksource_sh.read = sys_timer->ops->read; in time_init()
/arch/mips/boot/
Daddinitrd.c61 if (read (fd_vmlinux, &efile, sizeof efile) != sizeof efile) in main()
63 if (read (fd_vmlinux, &eaout, sizeof eaout) != sizeof eaout) in main()
65 if (read (fd_vmlinux, esecs, sizeof esecs) != sizeof esecs) in main()
117 if ((i = read (fd_vmlinux, buf, sizeof buf)) <= 0) in main()
125 while ((i = read (fd_initrd, buf, sizeof buf)) > 0) in main()
/arch/mn10300/unit-asb2305/
Dpci.c276 if ((!o->read(&bus, 0, PCI_CLASS_DEVICE, 2, &x) && in pci_sanity_check()
278 (!o->read(&bus, 0, PCI_VENDOR_ID, 2, &x) && in pci_sanity_check()
458 o->read (bus, PCI_DEVFN(2, 0), PCI_COMMAND, 2, &x); in unit_disable_pcnet()
463 o->read (bus, PCI_DEVFN(2, 0), PCI_COMMAND, 2, &x); in unit_disable_pcnet()
465 o->read (bus, PCI_DEVFN(2, 0), PCI_BASE_ADDRESS_0, 4, &x); in unit_disable_pcnet()
524 o->read (&bus, PCI_DEVFN(3, 0), PCI_COMMAND, 2, &x); in unit_pci_init()
530 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE, 1, &x); in unit_pci_init()
531 o->read (&bus, PCI_DEVFN(3, 0), PCI_IO_BASE_UPPER16, 4, &x); in unit_pci_init()
532 o->read (&bus, PCI_DEVFN(3, 0), PCI_MEMORY_BASE, 4, &x); in unit_pci_init()
533 o->read (&bus, PCI_DEVFN(3, 0), PCI_PREF_MEMORY_BASE, 4, &x); in unit_pci_init()
[all …]
/arch/arm/lib/
Decard.S21 @ Purpose: call an expansion card loader to read bytes.
23 @ Returns: byte read
36 @ Returns: byte read
/arch/sparc/boot/
Dpiggyback_64.c60 if (read(image,buffer,512) != 512) die(argv[1]); in main()
66 if (read(image,buffer,512) != 512) die(argv[1]); in main()
80 if (read(image,buffer,1024) != 1024) die(argv[1]); in main()
104 while ((i = read (tail,buffer,1024)) > 0) in main()
Dpiggyback_32.c96 if (read(image,buffer,512) != 512) die(argv[1]); in main()
101 if (read(image,buffer,512) != 512) die(argv[1]); in main()
112 if (read(image,buffer,1024) != 1024) die(argv[1]); in main()
132 while ((i = read (tail,buffer,1024)) > 0) in main()
/arch/m68k/ifpsp060/
DCHANGES33 1) "movep" emulation where data was being read from memory
50 If {i,d}mem_{read,write}_{byte,word,long}() returns
58 ADDR should cause a "segmentation violation", the memory read
72 a {i,d}mem_{read,write}_{byte,word,long}() "call-out",
78 For instruction read access errors, the info stacked is:
87 bit 24 = 1 (read)
100 For data read/write access errors, the info stacked is:
109 bit 24 = x (read; 1 if read, 0 if write)
110 bit 23 = x (write; 1 if write, 0 if read)
/arch/cris/arch-v10/drivers/
Deeprom.c108 .read = eeprom_read,
454 int read=0; in eeprom_read() local
500 read = read_from_eeprom( buf, count); in eeprom_read()
502 if(read > 0) in eeprom_read()
504 file->f_pos += read; in eeprom_read()
509 return read; in eeprom_read()
752 int i, read=0; in read_from_eeprom() local
775 while( (read < count)) in read_from_eeprom()
777 if (put_user(i2c_inbyte(), &buf[read++])) in read_from_eeprom()
788 if(read < count) in read_from_eeprom()
[all …]
/arch/cris/arch-v10/boot/tools/
Dbuild.c147 if (read(id,buf,MINIX_HEADER) != MINIX_HEADER) in main()
161 i=read(id,buf,sizeof buf); in main()
176 if (read(id,buf,MINIX_HEADER) != MINIX_HEADER) in main()
190 for (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c ) in main()
234 if (read(id,buf,GCC_HEADER) != GCC_HEADER) in main()
264 if ((n=read(id, buf, l)) != l) { in main()
/arch/powerpc/boot/
Dhack-coff.c49 if (read(fd, &fhdr, sizeof(fhdr)) != sizeof(fhdr)) in main()
57 if (read(fd, &aout, aoutsz) != aoutsz) in main()
61 if (read(fd, &shdr, sizeof(shdr)) != sizeof(shdr)) in main()
/arch/cris/arch-v10/kernel/
Ddebugport.c30 const volatile unsigned* read; member
295 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct()
300 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct()
350 readval = *kgdb_port->read; in getDebugChar()
364 while (!(*kgdb_port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in putDebugChar()
482 read : NULL,
494 read : NULL,
507 read : NULL,
519 read : NULL,
531 read : NULL,
/arch/um/os-Linux/
Dsigio.c76 CATCH_EINTR(n = read(sigio_private[1], &c, in write_sigio_thread()
146 CATCH_EINTR(n = read(sigio_private[0], &c, sizeof(c))); in update_thread()
342 void sigio_broken(int fd, int read) in sigio_broken() argument
358 .events = read ? POLLIN : POLLOUT, in sigio_broken()
368 void maybe_sigio_broken(int fd, int read) in maybe_sigio_broken() argument
373 if ((read || pty_output_sigio) && (!read || pty_close_sigio)) in maybe_sigio_broken()
376 sigio_broken(fd, read); in maybe_sigio_broken()
507 while (((n = read(slave, buf, sizeof(buf))) > 0) && in tty_output()
/arch/mips/kernel/
Dspram.c122 unsigned int (*read)(unsigned int), in probe_spram()
138 tag0 = read(offset); in probe_spram()
139 tag1 = read(offset+SPRAM_TAG_STRIDE); in probe_spram()
165 tag0 = read(offset); in probe_spram()
/arch/arm/mach-sa1100/include/mach/
Dh3600.h99 unsigned long (*read)(void); member
132 if (ipaq_model_ops.read) in read_h3600_egpio()
133 return ipaq_model_ops.read(); in read_h3600_egpio()
/arch/cris/arch-v32/lib/
Dchecksumcopy.S29 1: ;; A failing userspace access (the read) will have this as PC.
30 _mloop: movem [$r10+],$r9 ; read 10 longwords
70 2: ;; A failing userspace access for the read below will have this as PC.
86 3: ;; A failing userspace access for the read below will have this as PC.
Dnand_init.S14 ## read/write increases the address by two. So the copy loop in the
18 ## The bootrom also incorrectly assumes that it can read the flash
19 ## linear with only one read command but the flash will actually
/arch/parisc/
DKconfig.debug6 bool "Write protect kernel read-only data structures"
9 Mark the kernel read-only data as write-protected in the pagetables,
/arch/arm/mach-at91/include/mach/
Dentry-macro.S27 …ldr \irqnr, [\base, #(AT91_AIC_IVR - AT91_AIC)] @ read IRQ vector register: de-asserts nIRQ to pro…
28 ldr \irqstat, [\base, #(AT91_AIC_ISR - AT91_AIC)] @ read interrupt source number
/arch/um/include/shared/
Dnet_kern.h38 int (*read)(int, struct sk_buff *skb, struct uml_net_private *); member
49 int (*read)(int, struct sk_buff *skb, struct uml_net_private *); member
/arch/x86/pci/
Ddirect.c83 .read = pci_conf1_read,
177 .read = pci_conf2_read,
205 if (o->read(0, 0, devfn, PCI_CLASS_DEVICE, 2, &x)) in pci_sanity_check()
210 if (o->read(0, 0, devfn, PCI_VENDOR_ID, 2, &x)) in pci_sanity_check()
/arch/blackfin/mach-bf561/
DKconfig194 int "MDMA1 0 write/read INT"
197 int "MDMA1 1 write/read INT"
200 int "MDMA2 0 write/read INT"
203 int "MDMA2 1 write/read INT"
206 int "IMDMA 0 write/read INT"
209 int "IMDMA 1 write/read INT"
/arch/mips/include/asm/
Dpmon.h17 int (*read) (int, void*, int); member
35 #define pmon_read(fd, buf, count) debug_vectors->read(fd, buf, count)
/arch/mn10300/boot/tools/
Dbuild.c108 i = read(fd, buf, sizeof(buf)); in main()
122 for (i = 0; (c = read(fd, buf, sizeof(buf))) > 0; i += c) in main()
163 n = read(fd, buf, l); in main()

12345678910>>...17