Searched refs:seg_dist (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/slimbus/
H A Dstream.c314 port->ch.seg_dist = slim_get_segdist_code(stream->ratem);
317 wbuf[1] = port->ch.seg_dist & 0xFF;
318 wbuf[2] = (stream->prot << 4) | ((port->ch.seg_dist & 0xF00) >> 8);
H A Dslimbus.h264 * @seg_dist: segment distribution code from Table 20 of SLIMbus 2.0 Specs
272 int seg_dist; member in struct:slim_channel

Completed in 134 milliseconds