Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c1356 static inline void set_opcr(__be32 *opcr, u32 value, u32 mask, u32 shift) in 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)