Searched refs:set_opcr (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/firewire/ |
D | firedtv-avc.c | 1362 static inline void set_opcr(__be32 *opcr, u32 value, u32 mask, u32 shift) in set_opcr() function 1372 #define set_opcr_p2p_connections(p, v) set_opcr((p), (v), 0x3f, 24) 1373 #define set_opcr_channel(p, v) set_opcr((p), (v), 0x3f, 16) 1374 #define set_opcr_data_rate(p, v) set_opcr((p), (v), 0x3, 14) 1375 #define set_opcr_overhead_id(p, v) set_opcr((p), (v), 0xf, 10)
|