Searched refs:cmd_arg (Results 1 – 9 of 9) sorted by relevance
7 diff -up tftp-hpa-0.49/config.h.cmd_arg tftp-hpa-0.49/config.h8 --- tftp-hpa-0.49/config.h.cmd_arg 2010-04-19 15:29:10.567331454 +020018 diff -up tftp-hpa-0.49/configure.in.cmd_arg tftp-hpa-0.49/configure.in19 --- tftp-hpa-0.49/configure.in.cmd_arg 2008-10-21 00:08:31.000000000 +020029 diff -up tftp-hpa-0.49/lib/xrealloc.c.cmd_arg tftp-hpa-0.49/lib/xrealloc.c30 --- tftp-hpa-0.49/lib/xrealloc.c.cmd_arg 2010-04-19 11:05:12.387340698 +020053 diff -up tftp-hpa-0.49/tftp/main.c.cmd_arg tftp-hpa-0.49/tftp/main.c54 --- tftp-hpa-0.49/tftp/main.c.cmd_arg 2008-10-21 00:08:31.000000000 +0200
853 u32 cmd_arg) in snoop_block_size_and_bus_width() argument855 if ((0xFBFFFE00 & cmd_arg) == 0x80022200) in snoop_block_size_and_bus_width()856 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width()857 else if ((0xFBFFFE00 & cmd_arg) == 0x80022000) in snoop_block_size_and_bus_width()858 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width()859 else if ((0xFBFFFE00 & cmd_arg) == 0x80042200) in snoop_block_size_and_bus_width()860 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width()861 else if ((0xFBFFFE00 & cmd_arg) == 0x80042000) in snoop_block_size_and_bus_width()862 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width()863 else if ((0xFBFFFE00 & cmd_arg) == 0x80062200) in snoop_block_size_and_bus_width()[all …]
146 u32 cmd_arg; member732 desc[i].cmd_arg = host->cmd->arg; in meson_mmc_desc_chain_transfer()
21 __field(u32, cmd_arg)49 __entry->cmd_arg = mrq->cmd ? mrq->cmd->arg : 0;83 __entry->cmd_opcode, __entry->cmd_arg,
20 file://tftp-0.49-cmd_arg.patch \
2112 struct i2c_cmd_arg cmd_arg; in i2c_clients_command() local2114 cmd_arg.cmd = cmd; in i2c_clients_command()2115 cmd_arg.arg = arg; in i2c_clients_command()2116 device_for_each_child(&adap->dev, &cmd_arg, i2c_cmd); in i2c_clients_command()
464 request.cmd_arg = cpu_to_le32(cmd->arg); in gb_sdio_command()
1515 __le32 cmd_arg; member
[all...]