Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/firewire/
A Dfiredtv-avc.c1394 old_opcr = *opcr; in cmp_establish_pp_connection()
1414 set_opcr_p2p_connections(opcr, get_opcr_p2p_connections(*opcr) + 1); in cmp_establish_pp_connection()
1416 opcr[1] = *opcr; in cmp_establish_pp_connection()
1417 opcr[0] = old_opcr; in cmp_establish_pp_connection()
1423 if (old_opcr != *opcr) { in cmp_establish_pp_connection()
1447 if (!get_opcr_online(*opcr) || !get_opcr_p2p_connections(*opcr) || in cmp_break_pp_connection()
1453 old_opcr = *opcr; in cmp_break_pp_connection()
1454 set_opcr_p2p_connections(opcr, get_opcr_p2p_connections(*opcr) - 1); in cmp_break_pp_connection()
1456 opcr[1] = *opcr; in cmp_break_pp_connection()
1457 opcr[0] = old_opcr; in cmp_break_pp_connection()
[all …]
/linux-6.3-rc2/sound/firewire/
A Dcmp.c250 static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr) in opcr_set_modify() argument
263 opcr &= ~cpu_to_be32(PCR_BCAST_CONN | in opcr_set_modify()
269 opcr |= cpu_to_be32(1 << PCR_P2P_CONN_SHIFT); in opcr_set_modify()
270 opcr |= cpu_to_be32(xspd << OPCR_XSPEED_SHIFT); in opcr_set_modify()
271 opcr |= cpu_to_be32(c->resources.channel << PCR_CHANNEL_SHIFT); in opcr_set_modify()
272 opcr |= cpu_to_be32(spd << OPCR_SPEED_SHIFT); in opcr_set_modify()
273 opcr |= cpu_to_be32(get_overhead_id(c) << OPCR_OVERHEAD_ID_SHIFT); in opcr_set_modify()
275 return opcr; in opcr_set_modify()
/linux-6.3-rc2/drivers/ipack/devices/
A Dscc2698.h79 u8 dd, opcr; /* Output port configuration register of block */ member
A Dipoctal.c350 &block_regs[i].w.opcr); in ipoctal_inst_slot()

Completed in 13 milliseconds