Searched refs:XIIC_TX_DYN_STOP_MASK (Results 1 – 2 of 2) sorted by relevance
79 #define XIIC_TX_DYN_STOP_MASK 0x0200 /* 1 = Set dynamic stop */ macro154 data |= XIIC_TX_DYN_STOP_MASK; in xiic_fill_tx_fifo()173 data |= XIIC_TX_DYN_STOP_MASK; in xilinx_xiic_set_addr()204 writew((msg->len & 0xff) | ((nmsgs == 1) ? XIIC_TX_DYN_STOP_MASK : 0), in xilinx_xiic_read_common()
204 #define XIIC_TX_DYN_STOP_MASK 0x0200 /* 1 = Set dynamic stop */ macro637 data |= XIIC_TX_DYN_STOP_MASK; in xiic_fill_tx_fifo()906 val = (i2c->nmsgs == 1) ? XIIC_TX_DYN_STOP_MASK : 0; in xiic_start_recv()1007 data |= XIIC_TX_DYN_STOP_MASK; in xiic_start_send()