Home
last modified time | relevance | path

Searched refs:rdr (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/power/
Dhibernate_64.c125 struct restore_data_record *rdr = addr; in arch_hibernation_header_save() local
129 rdr->jump_address = restore_jump_address; in arch_hibernation_header_save()
130 rdr->cr3 = restore_cr3; in arch_hibernation_header_save()
131 rdr->magic = RESTORE_MAGIC; in arch_hibernation_header_save()
142 struct restore_data_record *rdr = addr; in arch_hibernation_header_restore() local
144 restore_jump_address = rdr->jump_address; in arch_hibernation_header_restore()
145 restore_cr3 = rdr->cr3; in arch_hibernation_header_restore()
146 return (rdr->magic == RESTORE_MAGIC) ? 0 : -EINVAL; in arch_hibernation_header_restore()
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dlpc32xx-slc.txt12 - nxp,rdr-clks: Delay before Ready signal is tested on read (R_RDY)
37 nxp,rdr-clks = <14>;
/linux-4.1.27/arch/parisc/kernel/
Dperf_asm.S104 ;* arg0 : rdr to be read
105 ;* arg1 : bit length of rdr
108 ;* ret0 = next 64 bits of rdr data from staging register
111 ;* arg0 : rdr to be read
112 ;* arg1 : bit length of rdr
1360 ;* arg0 = rdr target
1367 ;* arg0 = rdr target
/linux-4.1.27/arch/arm/boot/dts/
Dphy3250.dts61 nxp,rdr-clks = <14>;
Dea3250.dts57 nxp,rdr-clks = <14>;
/linux-4.1.27/drivers/char/pcmcia/
Dcm4040_cs.c46 #define DEBUGP(n, rdr, x, args...) do { \ argument
47 dev_dbg(reader_to_dev(rdr), "%s:" x, \
Dcm4000_cs.c52 #define DEBUGP(n, rdr, x, args...) do { \ argument
53 dev_dbg(reader_to_dev(rdr), "%s:" x, \
/linux-4.1.27/arch/mips/include/asm/txx9/
Dtx4939.h148 __u64 rdr; member