Searched refs:staddr (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dpdc.h56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
/linux-master/drivers/mtd/nand/raw/
H A Dau1550nd.c121 unsigned long addr, staddr, start, mask, end; local
126 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */
128 start = (staddr << 4) & 0xfffc0000;
129 mask = (staddr << 18) & 0xfffc0000;
/linux-master/arch/parisc/kernel/
H A Dfirmware.c805 * @staddr: Stable Storage address to access.
809 * This PDC call reads from the Stable Storage address supplied in staddr
811 * The call will fail if staddr+count > PDC_STABLE size.
813 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) argument
819 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_READ, staddr,
831 * @staddr: Stable Storage address to access.
836 * and copies count bytes to the Stable Storage address staddr.
837 * The call will fail if staddr+count > PDC_STABLE size.
839 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count) argument
847 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_WRITE, staddr,
[all...]

Completed in 165 milliseconds