Lines Matching refs:Id
40 int Id,
47 int Id,
71 int Id, in diva_istream_write() argument
84 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
86 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
99 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write()
101 (void *)(a->tx_stream[Id] + a->tx_pos[Id] + 4), in diva_istream_write()
119 ULongToPtr(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
121 (void *)(a->tx_stream[Id] + a->tx_pos[Id]), in diva_istream_write()
126 a->tx_pos[Id] = 0; in diva_istream_write()
128 a->tx_pos[Id] += DIVA_DFIFO_STEP; in diva_istream_write()
149 int Id, in diva_istream_read() argument
163 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
165 (void *)(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
183 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id] + 4), in diva_istream_read()
185 (void *)(a->rx_stream[Id] + a->rx_pos[Id] + 4), in diva_istream_read()
199 ULongToPtr(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
201 (void *)(a->rx_stream[Id] + a->rx_pos[Id]), in diva_istream_read()
206 a->rx_pos[Id] = 0; in diva_istream_read()
208 a->rx_pos[Id] += DIVA_DFIFO_STEP; in diva_istream_read()