Searched refs:read (Results 1 - 25 of 2820) sorted by path

1234567891011>>

/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c116 nread = read(fd, &bootloader_image, sizeof(bootblock));
118 perror("lxboot read");
124 nread = read(dev, &bootblock_from_disk, sizeof(bootblock));
126 perror("bootblock read");
/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c181 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0));
312 .read = apecs_read_config,
H A Dcore_lca.c237 .read = lca_read_config,
278 * before setting them, since we cannot read those CSRs on LCA.
307 * Again, since we cannot read many of the CSRs on the LCA,
345 (esr & ESR_WRE) ? "write" : "read",
374 "target abort", "bad address parity", "page table read error",
H A Dcore_mcpcia.c161 *(vuip)MCPCIA_CAP_ERR(mid); /* read to force the write */
241 .read = mcpcia_read_config,
342 *(vuip)MCPCIA_CAP_ERR(mid); /* Re-read for force write. */
399 *(vuip)MCPCIA_HAE_MEM(mid); /* read it back. */
402 *(vuip)MCPCIA_HAE_IO(mid); /* read it back. */
H A Dcore_polaris.c142 .read = polaris_read_config,
H A Dcore_t2.c177 * primitives in the wrapper functions pci_{read,write}_config_*()
321 .read = t2_read_config,
428 *(vulp)T2_IOCSR; /* read it back to make sure */
516 *(vulp)T2_IOCSR; /* read it back to make sure */
521 *(vulp)T2_IOCSR; /* read it back to make sure */
551 * space read/write faults, will also receive a second mcheck, upon
H A Dcore_tsunami.c173 .read = tsunami_read_config,
/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S91 /* For the sake of the cache, don't read a destination word
181 ldq_u t2, 8(a1) # U : read next high-order source word
218 /* We've found a zero somewhere in the source word we just read.
H A Dev6-stxncpy.S115 /* For the sake of the cache, don't read a destination word
226 ldq_u t2, 8(a1) # L : read next high-order source word
265 /* We've found a zero somewhere in the source word we just read.
H A Dstxcpy.S76 /* For the sake of the cache, don't read a destination word
158 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
190 /* We've found a zero somewhere in the source word we just read.
H A Dstxncpy.S89 /* For the sake of the cache, don't read a destination word
185 ldq_u t2, 8(a1) # e0 : read next high-order source word
221 /* We've found a zero somewhere in the source word we just read.
/linux-master/arch/arc/lib/
H A Dmemcpy-archs.S95 ;; Hence I need to read 1 byte for a 16bit alignment
181 ;;; Hence, I need to read 1byte for achieve the 32bit alignment
H A Dstrcmp-archs.S27 ;; Check if the read locations are the same
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S31 mrc p15, 0, r0, c1, c0, 0 @ read control reg
/linux-master/arch/arm/mach-omap2/
H A Domap-headsmp.S43 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
61 wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
84 smc #0 @ read from AuxCoreBoot0
101 smc #0 @ read from AuxCoreBoot0
H A Dsleep24xx.S58 ldr r4, [r2] @ read SDRC_POWER
73 ldr r4, [r4] @ read A_SDRC0
H A Dvoltagedomains3xxx_data.c51 .read = omap3_prm_vcvp_read,
62 .read = omap3_prm_vcvp_read,
H A Dvoltagedomains44xx_data.c50 .read = omap4_prm_vcvp_read,
61 .read = omap4_prm_vcvp_read,
72 .read = omap4_prm_vcvp_read,
H A Dvp.c21 vpconfig = voltdm->read(vp->vpconfig);
50 if (!voltdm->read || !voltdm->write) {
51 pr_err("%s: No read/write API for accessing vdd_%s regs\n",
208 if (!voltdm->read || !voltdm->write) {
209 pr_err("%s: No read/write API for accessing vdd_%s regs\n",
253 if (!voltdm->read || !voltdm->write) {
254 pr_err("%s: No read/write API for accessing vdd_%s regs\n",
267 vpconfig = voltdm->read(vp->vpconfig);
274 omap_test_timeout((voltdm->read(vp->vstatus)),
/linux-master/arch/arm/mach-rpc/
H A Decard-loader.S16 @ Purpose: call an expansion card loader to read bytes.
18 @ Returns: byte read
31 @ Returns: byte read
/linux-master/arch/arm/mm/
H A Dabort-ev4.S14 * Note: we read user space. This means we might cause a data
22 ldr r3, [r4] @ read aborted ARM instruction
H A Dabort-ev4t.S15 * Note: we read user space. This means we might cause a data
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5t.S15 * Note: we read user space. This means we might cause a data
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5tj.S15 * Note: we read user space. This means we might cause a data
27 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-lv4t.S14 * Note: we read user space. This means we might cause a data
29 ldr r8, [r4] @ read arm instruction
169 ldrh r8, [r4] @ read instruction

Completed in 215 milliseconds

1234567891011>>