Home
last modified time | relevance | path

Searched refs:cmd_arg (Results 1 – 2 of 2) sorted by relevance

/drivers/mmc/host/
Dvub300.c858 u32 cmd_arg) in snoop_block_size_and_bus_width() argument
860 if ((0xFBFFFE00 & cmd_arg) == 0x80022200) in snoop_block_size_and_bus_width()
861 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width()
862 else if ((0xFBFFFE00 & cmd_arg) == 0x80022000) in snoop_block_size_and_bus_width()
863 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width()
864 else if ((0xFBFFFE00 & cmd_arg) == 0x80042200) in snoop_block_size_and_bus_width()
865 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width()
866 else if ((0xFBFFFE00 & cmd_arg) == 0x80042000) in snoop_block_size_and_bus_width()
867 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width()
868 else if ((0xFBFFFE00 & cmd_arg) == 0x80062200) in snoop_block_size_and_bus_width()
[all …]
/drivers/i2c/
Di2c-core.c1974 struct i2c_cmd_arg cmd_arg; in i2c_clients_command() local
1976 cmd_arg.cmd = cmd; in i2c_clients_command()
1977 cmd_arg.arg = arg; in i2c_clients_command()
1978 device_for_each_child(&adap->dev, &cmd_arg, i2c_cmd); in i2c_clients_command()