Searched refs:in_data (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto_test.c530 KUNIT_EXPECT_EQ(test, data->in_data, 0xa0b0c0d0);
595 KUNIT_EXPECT_EQ(test, data->in_data, 0xa0b0c0d0);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h953 * @in_data: Pass anything here.
956 uint32_t in_data; member in struct:ec_params_hello
961 * @out_data: Output will be in_data + 0x01020304.
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c1038 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data,
8712 static int do_8051_command(struct hfi1_devdata *dd, u32 type, u64 in_data, argument
8719 hfi1_cdbg(DC8051, "type %d, data 0x%012llx", type, in_data);
8758 * be written, while in_data contains the relative LCB
8763 * 39:00 -> in_data[47:8]
8768 in_data |= ((*out_data) & 0xffffffffffull) << 8;
8785 | (in_data & DC_DC8051_CFG_HOST_CMD_0_REQ_DATA_MASK)

Completed in 246 milliseconds

12