Searched refs:rdr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/power/ |
D | hibernate_64.c | 125 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/ |
D | lpc32xx-slc.txt | 12 - 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/ |
D | perf_asm.S | 104 ;* 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/ |
D | phy3250.dts | 61 nxp,rdr-clks = <14>;
|
D | ea3250.dts | 57 nxp,rdr-clks = <14>;
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | cm4040_cs.c | 46 #define DEBUGP(n, rdr, x, args...) do { \ argument 47 dev_dbg(reader_to_dev(rdr), "%s:" x, \
|
D | cm4000_cs.c | 52 #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/ |
D | tx4939.h | 148 __u64 rdr; member
|