Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-xiic.c145 #define XIIC_TX_DYN_STOP_MASK 0x0200 /* 1 = Set dynamic stop */ macro
357 data |= XIIC_TX_DYN_STOP_MASK; in xiic_fill_tx_fifo()
582 msg->len | ((i2c->nmsgs == 1) ? XIIC_TX_DYN_STOP_MASK : 0)); in xiic_start_recv()
611 data |= XIIC_TX_DYN_STOP_MASK; in xiic_start_send()