Searched refs:prrate (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/slimbus/
H A Dstream.c207 int num_ports, i, port_id, prrate; local
224 prrate = slim_get_prate_code(cfg->rate);
225 if (prrate < 0) {
228 return prrate;
251 port->ch.prrate = prrate;
280 wbuf[1] = port->ch.prrate;
H A Dslimbus.h263 * @prrate: Presense rate of channel from Table 66 of SLIMbus 2.0 Specs
271 int prrate; member in struct:slim_channel
H A Dqcom-ngd-ctrl.c1041 port->ch.prrate |
1044 wbuf[txn.msg->num_bytes++] = port->ch.prrate;

Completed in 211 milliseconds