Searched refs:write (Results 1 - 25 of 2699) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh234 # allocate 512kB read and write FIFOs (1MB total).
468 X * along with this program; if not, write to the Free Software
520 X fprintf(stderr, "error: ioctl write recording source failed\n");
575 X * along with this program; if not, write to the Free Software
1083 X * along with this program; if not, write to the Free Software
/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c143 if(write(dev, &bootloader_image, sizeof(bootblock)) != sizeof(bootblock)) {
144 perror("bootblock write");
/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c313 .write = apecs_write_config,
H A Dcore_lca.c238 .write = lca_write_config,
324 #define ESR_WRE (1UL<< 3) /* write-error */
345 (esr & ESR_WRE) ? "write" : "read",
H A Dcore_mcpcia.c161 *(vuip)MCPCIA_CAP_ERR(mid); /* read to force the write */
242 .write = mcpcia_write_config,
342 *(vuip)MCPCIA_CAP_ERR(mid); /* Re-read for force write. */
H A Dcore_polaris.c143 .write = polaris_write_config,
H A Dcore_t2.c177 * primitives in the wrapper functions pci_{read,write}_config_*()
322 .write = t2_write_config,
551 * space read/write faults, will also receive a second mcheck, upon
H A Dcore_tsunami.c174 .write = tsunami_write_config,
191 /* For TBIA, it doesn't matter what value we write. For TBI,
/linux-master/arch/arc/include/asm/
H A Ddisasm.h87 int fault, write; member in struct:disasm_state
/linux-master/arch/arm/common/
H A DbL_switcher_dummy_if.c47 .write = bL_switcher_write,
/linux-master/arch/arm/kernel/
H A Dearly_printk.c35 .write = early_console_write,
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S71 str r4, [r2] @ write to SDRC_POWER
H A Dsram242x.S81 str r10, [r0] @ write dll_status and return counter
177 str r1, [r2] @ write out new SDRC_DLLA_CTRL
H A Dsram243x.S81 str r10, [r0] @ write dll_status and return counter
177 str r1, [r2] @ write out new SDRC_DLLA_CTRL
H A Dvoltagedomains3xxx_data.c52 .write = omap3_prm_vcvp_write,
63 .write = omap3_prm_vcvp_write,
H A Dvoltagedomains44xx_data.c51 .write = omap4_prm_vcvp_write,
62 .write = omap4_prm_vcvp_write,
73 .write = omap4_prm_vcvp_write,
H A Dvp.c26 voltdm->write(vpconfig, vp->vpconfig);
29 voltdm->write((vpconfig | vp->common->vpconfig_initvdd),
33 voltdm->write(vpconfig, vp->vpconfig);
50 if (!voltdm->read || !voltdm->write) {
51 pr_err("%s: No read/write API for accessing vdd_%s regs\n",
79 voltdm->write(val, vp->vpconfig);
84 voltdm->write(val, vp->vstepmin);
89 voltdm->write(val, vp->vstepmax);
95 voltdm->write(val, vp->vlimitto);
152 voltdm->write(vpconfi
[all...]
/linux-master/arch/arm/mm/
H A Dabort-ev4.S25 tst r3, #1 << 20 @ L = 1 -> write?
H A Dabort-ev4t.S26 tst r3, #1 << 20 @ check write
H A Dabort-ev5t.S29 tst r3, #1 << 20 @ check write
H A Dabort-ev5tj.S31 tst r3, #1 << 20 @ L = 0 -> write
H A Dabort-lv4t.S31 tst r8, #1 << 20 @ L = 1 -> write?
171 tst r8, #1 << 11 @ L = 1 -> write?
H A Dabort-macro.S4 * differently than every other instruction, so it is set to 0 (write)
6 * during an abort the instructions will be treated as a write and the
21 tst \tmp, #1 << 11 @ L = 0 -> write
H A Dtlb-fa.S12 * This assume an unified TLBs, with a write buffer, and branch target buffer (BTB)
47 mcr p15, 0, r3, c7, c10, 4 @ data write barrier
60 mcr p15, 0, r3, c7, c10, 4 @ data write barrier
/linux-master/arch/m68k/atari/
H A Ddebug.c299 registered = !!atari_console_driver.write;
303 atari_console_driver.write = atari_mfp_console_write;
307 atari_console_driver.write = atari_scc_console_write;
311 atari_console_driver.write = atari_midi_console_write;
321 atari_console_driver.write = atari_par_console_write;
323 if (atari_console_driver.write && !registered)

Completed in 479 milliseconds

1234567891011>>