Searched refs:packet_header (Results 1 – 2 of 2) sorted by relevance
1297 u32 packet_header; in tegra_i2c_push_packet_header() local1299 packet_header = FIELD_PREP(PACKET_HEADER0_HEADER_SIZE, 0) | in tegra_i2c_push_packet_header()1306 *dma_buf++ = packet_header; in tegra_i2c_push_packet_header()1308 i2c_writel(i2c_dev, packet_header, I2C_TX_FIFO); in tegra_i2c_push_packet_header()1310 packet_header = i2c_dev->msg_len - 1; in tegra_i2c_push_packet_header()1313 *dma_buf++ = packet_header; in tegra_i2c_push_packet_header()1315 i2c_writel(i2c_dev, packet_header, I2C_TX_FIFO); in tegra_i2c_push_packet_header()1317 packet_header = I2C_HEADER_IE_ENABLE; in tegra_i2c_push_packet_header()1320 packet_header |= I2C_HEADER_CONTINUE_XFER; in tegra_i2c_push_packet_header()1322 packet_header |= I2C_HEADER_REPEAT_START; in tegra_i2c_push_packet_header()[all …]
173 le32_to_cpu(ccci_h->packet_header), in t7xx_port_next_rx_seq_num()293 ccci_h->packet_header = cpu_to_le32(pkt_header); in t7xx_port_send_ccci_skb()