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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dpdc.h713 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
714 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dfirmware.c634 * @staddr: Stable Storage address to access.
638 * This PDC call reads from the Stable Storage address supplied in staddr
640 * The call will fail if staddr+count > PDC_STABLE size.
642 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) argument
648 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_READ, staddr,
660 * @staddr: Stable Storage address to access.
665 * and copies count bytes to the Stable Storage address staddr.
666 * The call will fail if staddr+count > PDC_STABLE size.
668 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count) argument
676 retval = mem_pdc_call(PDC_STABLE, PDC_STABLE_WRITE, staddr,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dnetwave_cs.c290 static inline unsigned short get_uint16(u_char __iomem *staddr) argument
292 return readw(staddr); /* Return only 16 bits */
295 static inline short get_int16(u_char __iomem * staddr) argument
297 return readw(staddr);

Completed in 99 milliseconds