Searched refs:set_opcr (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/firewire/ |
H A D | firedtv-avc.c | 1356 static inline void set_opcr(__be32 *opcr, u32 value, u32 mask, u32 shift) set_opcr() function 1366 #define set_opcr_p2p_connections(p, v) set_opcr((p), (v), 0x3f, 24) 1367 #define set_opcr_channel(p, v) set_opcr((p), (v), 0x3f, 16) 1368 #define set_opcr_data_rate(p, v) set_opcr((p), (v), 0x3, 14) 1369 #define set_opcr_overhead_id(p, v) set_opcr((p), (v), 0xf, 10)
|
Completed in 36 milliseconds