Searched refs:staddr (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
H A D | au1550nd.c | 386 unsigned long addr, staddr, start, mask, end; find_nand_cs() local 391 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */ find_nand_cs() 393 start = (staddr << 4) & 0xfffc0000; find_nand_cs() 394 mask = (staddr << 18) & 0xfffc0000; find_nand_cs()
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | firmware.c | 663 * @staddr: Stable Storage address to access. 667 * This PDC call reads from the Stable Storage address supplied in staddr 669 * The call will fail if staddr+count > PDC_STABLE size. 671 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) pdc_stable_read() argument 677 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_READ, staddr, pdc_stable_read() 689 * @staddr: Stable Storage address to access. 694 * and copies count bytes to the Stable Storage address staddr. 695 * The call will fail if staddr+count > PDC_STABLE size. 697 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count) pdc_stable_write() argument 705 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_WRITE, staddr, pdc_stable_write() 719 * Storage starting from staddr=0. size in an unsigned 64-bit integer
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | pdc.h | 291 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count); 292 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
|
Completed in 79 milliseconds