Searched refs:write (Results 51 - 75 of 2711) sorted by path

1234567891011>>

/linux-master/arch/mips/pci/
H A Dpci-bcm1480ht.c58 * Read/write 32-bit values in config space.
91 * Read/write access functions for various sizes of values
158 .write = bcm1480ht_pcibios_write,
H A Dpci-sb1250.c63 * Read/write 32-bit values in config space.
111 * Read/write access functions for various sizes of values
173 .write = sb1250_pcibios_write,
/linux-master/arch/mips/sgi-ip22/
H A Dip22-hpc.c27 /* We need software copies of these because they are write only. */
63 sgioc->write = sgi_ioc_write;
/linux-master/arch/mips/sibyte/common/
H A Dcfe_console.c69 .write = cfe_console_write,
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S556 ;* arg1 = 64-bit value to write
586 ; RDR 0 write sequence
588 sync ; RDR 0 write sequence
598 ; RDR 1 write sequence
610 ; RDR 2 write sequence
622 ; RDR 3 write sequence
634 ; RDR 4 write sequence
646 ; RDR 5 write sequence
658 ; RDR 6 write sequence
670 ; RDR 7 write sequenc
[all...]
/linux-master/arch/powerpc/boot/
H A Daddnote.c221 /* write back */
227 i = write(fd, buf, n);
229 perror("write");
233 fprintf(stderr, "%s: write truncated\n", av[1]);
H A Dgamecube.c28 console_ops.write = ug_console_write;
H A Dhack-coff.c70 || write(fd, &aout, aoutsz) != aoutsz) {
71 fprintf(stderr, "%s: write error\n", av[1]);
H A Dmktree.c119 if (write(out_fd, &bt, sizeof(bt)) != sizeof(bt)) {
120 perror("boot-image write");
132 if (write(out_fd, tmpbuf, sizeof(tmpbuf)) != sizeof(tmpbuf)) {
133 perror("boot-image write");
145 if (write(out_fd, &bt, sizeof(bt)) != sizeof(bt)) {
H A Dofconsole.c36 of_call_prom("write", 3, 1, of_stdout_handle, buf, len);
42 console_ops.write = of_console_write;
H A Dstdio.c351 if (console_ops.write)
352 console_ops.write(sprint_buf, n);
H A Dwii.c149 console_ops.write = ug_console_write;
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-rmu-0.dtsi63 port-write-unit@4e0 {
64 compatible = "fsl,srio-port-write-unit";
H A Dqoriq-rmu-0.dtsi63 port-write-unit@4e0 {
64 compatible = "fsl,srio-port-write-unit";
/linux-master/arch/powerpc/include/asm/
H A Dps3stor.h55 int write);
/linux-master/arch/sh/drivers/pci/
H A Dops-dreamcast.c42 * We can also actually read and write in b/w/l sizes! Thankfully this part
78 .write = gapspci_write,
H A Dops-sh4.c57 * mask,write operation.
98 .write = sh4_pci_write,
H A Dops-sh7786.c143 dev_dbg(&bus->dev, "pcie-config-write: bus=%3d devfn=0x%04x "
167 .write = sh7786_pcie_write,
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S91 ! - call swsusp_save write suspend image
/linux-master/arch/sh/kernel/
H A Dsh_bios.c139 .write = sh_console_write,
/linux-master/arch/sh/lib/
H A Dcopy_page.S310 1: ! Read longword, write two words per iteration
332 ! Read longword, write byte, word, byte per iteration
H A Dmemcpy-sh4.S28 ! Read a long word and write a long word at once
101 ! Read a long word and write a long word at once
/linux-master/arch/sparc/include/asm/
H A Debus_dma.h31 void ebus_dma_prepare(struct ebus_dma_info *p, int write);
/linux-master/arch/sparc/kernel/
H A Debus.c205 void ebus_dma_prepare(struct ebus_dma_info *p, int write) argument
218 if (write)
/linux-master/arch/sparc/lib/
H A DM7memcpy.S888 EX_ST(STORE(stb, %o3, %o0), memcpy_retl_o2_plus_7)! write byte & repeat

Completed in 720 milliseconds

1234567891011>>