Searched refs:end_state (Results 1 – 3 of 3) sorted by relevance
171 unsigned short start_state, end_state, inclusive; in mtrr_type_lookup_variable() local182 end_state = ((end & mask) == (base & mask)); in mtrr_type_lookup_variable()185 if ((start_state != end_state) || inclusive) { in mtrr_type_lookup_variable()
1156 enum msg_end_type end_state) in tegra_i2c_push_packet_header() argument1181 if (end_state == MSG_END_CONTINUE) in tegra_i2c_push_packet_header()1183 else if (end_state == MSG_END_REPEAT_START) in tegra_i2c_push_packet_header()1233 enum msg_end_type end_state) in tegra_i2c_xfer_msg() argument1247 if (msg->flags & I2C_M_RECV_LEN && end_state != MSG_END_CONTINUE) in tegra_i2c_xfer_msg()1293 tegra_i2c_push_packet_header(i2c_dev, msg, end_state); in tegra_i2c_xfer_msg()
662 u8 end_state; member