Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dau1550nd.c120 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
125 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */ in find_nand_cs()
127 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
128 mask = (staddr << 18) & 0xfffc0000; in find_nand_cs()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dau1550nd.c121 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
126 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */ in find_nand_cs()
128 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
129 mask = (staddr << 18) & 0xfffc0000; in find_nand_cs()
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dfirmware.c726 * @staddr: Stable Storage address to access.
730 * This PDC call reads from the Stable Storage address supplied in staddr
732 * The call will fail if staddr+count > PDC_STABLE size.
734 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) in pdc_stable_read() argument
740 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_READ, staddr, in pdc_stable_read()
752 * @staddr: Stable Storage address to access.
757 * and copies count bytes to the Stable Storage address staddr.
758 * The call will fail if staddr+count > PDC_STABLE size.
760 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count) in pdc_stable_write() argument
768 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_WRITE, staddr, in pdc_stable_write()
[all...]
/kernel/linux/linux-6.6/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) in pdc_stable_read() argument
819 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_READ, staddr, in pdc_stable_read()
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) in pdc_stable_write() argument
847 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_WRITE, staddr, in pdc_stable_write()
[all...]

Completed in 5 milliseconds