Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/spi/
A Dmt7621_spi.c59 static void mt7621_spi_set_cs(struct mt7621_spi *rs, int cs, int enable) in mt7621_spi_set_cs()
79 struct mt7621_spi *rs = dev_get_priv(bus); in mt7621_spi_set_mode() local
110 struct mt7621_spi *rs = dev_get_priv(bus); in mt7621_spi_set_speed() local
132 static inline int mt7621_spi_wait_till_ready(struct mt7621_spi *rs) in mt7621_spi_wait_till_ready()
144 static int mt7621_spi_read(struct mt7621_spi *rs, u8 *buf, size_t len) in mt7621_spi_read()
174 static int mt7621_spi_write(struct mt7621_spi *rs, const u8 *buf, size_t len) in mt7621_spi_write()
224 struct mt7621_spi *rs = dev_get_priv(bus); in mt7621_spi_xfer() local
262 struct mt7621_spi *rs = dev_get_priv(dev); in mt7621_spi_probe() local
/u-boot/post/lib_powerpc/
A Dcpu_asm.h117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument
123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument
126 #define ASM_11I(opcode, rd, rs, simm) ((opcode) + \ argument
130 #define ASM_11IF(opcode, rd, rs, simm) ((opcode) + \ argument
134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument
138 #define ASM_11IX(opcode, rd, rs, imm) ((opcode) + \ argument
158 #define ASM_1IC(opcode, cr, rs, imm) ((opcode) + \ argument
169 #define ASM_113(opcode, rd, rs, imm1, imm2, imm3) \ argument
184 #define ASM_STW(rd, rs, simm) ASM_11I(OP_STW, rd, rs, simm) argument
185 #define ASM_LWZ(rd, rs, simm) ASM_11I(OP_LWZ, rd, rs, simm) argument
[all …]
/u-boot/lib/efi_loader/
A Defi_bootmgr.c19 static const struct efi_runtime_services *rs; variable
/u-boot/drivers/xen/
A Dxenbus.c123 XenbusState rs; in xenbus_switch_state() local
167 XenbusState rs; in xenbus_wait_for_state_change() local
/u-boot/arch/sh/include/asm/
A Dptrace.h79 unsigned long rs; member
/u-boot/disk/
A Dpart_dos.c325 unsigned char *rs) in lba_to_chs()
/u-boot/drivers/misc/
A Dcros_ec.c212 struct ec_host_response *rs = (struct ec_host_response *)dev->din; in handle_proto3_response() local

Completed in 18 milliseconds