Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 73) sorted by relevance

123

/u-boot/lib/
A Dtpm-v1.c37 const u8 command[12] = { in tpm1_startup() local
58 const u8 command[10] = { in tpm1_self_test_full() local
66 const u8 command[10] = { in tpm1_continue_self_test() local
114 const u8 command[101] = { in tpm1_nv_define_space() local
162 const u8 command[22] = { in tpm1_nv_read_value() local
197 const u8 command[256] = { in tpm1_nv_write_value() local
228 const u8 command[34] = { in tpm1_extend() local
259 const u8 command[14] = { in tpm1_pcr_read() local
287 const u8 command[12] = { in tpm1_tsc_physical_presence() local
303 const u8 command[12] = { in tpm1_finalise_physical_presence() local
[all …]
A Dtpm-common.c148 u32 tpm_command_size(const void *command) in tpm_command_size()
162 u32 tpm_sendrecv_command(struct udevice *dev, const void *command, in tpm_sendrecv_command()
/u-boot/doc/develop/
A Dlogging.rst211 Log format
224 Adding Filters
/u-boot/drivers/crypto/fsl/
A Ddesc_constr.h133 static inline void append_cmd(u32 *desc, u32 command) in append_cmd()
155 static inline u32 *write_cmd(u32 *desc, u32 command) in write_cmd()
163 u32 command) in append_cmd_ptr()
171 unsigned int len, u32 command) in append_cmd_ptr_extlen()
180 u32 command) in append_cmd_data()
/u-boot/arch/x86/include/asm/
A Dist.h15 __u32 command; member
/u-boot/drivers/mtd/spi/
A Dsf_dataflash.c77 uint8_t command[16]; member
129 uint8_t *command; in spi_dataflash_erase() local
223 uint8_t *command; in spi_dataflash_read() local
278 uint8_t *command; in spi_dataflash_write() local
/u-boot/cmd/
A Daes.c16 u32 aes_get_key_len(char *command) in aes_get_key_len()
A Dbootmenu.c48 char *command; /* hush command of entry */ member
477 char *command = NULL; in bootmenu_show() local
/u-boot/drivers/video/bridge/
A Dssd2825.c128 u8 command[2]; in ssd2825_spi_write() local
175 u8 command[2]; in ssd2825_spi_read() local
209 u16 command) in ssd2825_write_register()
216 static void ssd2825_write_dsi(struct udevice *dev, const u8 *command, in ssd2825_write_dsi()
/u-boot/drivers/tpm/
A Dtpm2_tis_sandbox.c220 static int sandbox_tpm2_check_session(struct udevice *dev, u32 command, u16 tag, in sandbox_tpm2_check_session()
348 static int sandbox_tpm2_check_readyness(struct udevice *dev, int command) in sandbox_tpm2_check_readyness()
430 u32 length, command, rc = 0; in sandbox_tpm2_xfer() local
/u-boot/drivers/net/phy/
A Dmv88e6352.c37 u16 command; in sw_wait_rdy() local
63 u16 command; in sw_reg_read() local
/u-boot/arch/x86/cpu/broadwell/
A Dcpu_full.c117 static u32 pcode_mailbox_read(u32 command) in pcode_mailbox_read()
140 static int pcode_mailbox_write(u32 command, u32 data) in pcode_mailbox_write()
/u-boot/drivers/fastboot/
A Dfb_common.c166 void fastboot_handle_boot(int command, bool success) in fastboot_handle_boot()
/u-boot/drivers/ddr/marvell/axp/
A Dxor.c390 static int mv_xor_cmd_set(u32 chan, int command) in mv_xor_cmd_set()
/u-boot/include/
A Dcros_ec.h257 int (*command)(struct udevice *dev, uint8_t cmd, int cmd_version, member
A Datsha204a-i2c.h57 u8 command; member
A Dandroid_bootloader_message.h66 char command[32]; member
/u-boot/drivers/net/
A Deepro100.c141 u16 command; member
165 u16 command; member
221 static void OUTW(struct eepro100_priv *priv, int command, u_long addr) in OUTW()
226 static void OUTL(struct eepro100_priv *priv, int command, u_long addr) in OUTL()
832 u16 command, status; in eepro100_probe() local
A Ddc2114x.c112 static void dc2114x_outl(struct dc2114x_priv *priv, u32 command, u32 addr) in dc2114x_outl()
155 static void sendto_srom(struct dc2114x_priv *priv, u_int command, u_long addr) in sendto_srom()
559 u16 command, status; in dc2114x_probe() local
/u-boot/net/
A Dfastboot_tcp.c12 static char command[FASTBOOT_COMMAND_LEN] = {0}; variable
A Dfastboot_udp.c122 static char command[FASTBOOT_COMMAND_LEN]; in fastboot_send() local
/u-boot/drivers/mtd/nand/raw/
A Dmxc_nand_spl.c121 static void nfc_nand_command(unsigned short command) in nfc_nand_command()
A Dmt7621_nand_spl.c19 static void nand_command_lp(struct mtd_info *mtd, unsigned int command, in nand_command_lp()
A Dmxs_nand_spl.c21 static void mxs_nand_command(struct mtd_info *mtd, unsigned int command, in mxs_nand_command()
/u-boot/drivers/ddr/marvell/a38x/
A Dxor.c290 int mv_xor_command_set(u32 chan, enum mv_command command) in mv_xor_command_set()

Completed in 31 milliseconds

123