Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/firewire/
Dfiredtv-avc.c1357 static inline u32 get_opcr(__be32 opcr, u32 mask, u32 shift) in get_opcr() function
1368 #define get_opcr_online(v) get_opcr((v), 0x1, 31)
1369 #define get_opcr_p2p_connections(v) get_opcr((v), 0x3f, 24)
1370 #define get_opcr_channel(v) get_opcr((v), 0x3f, 16)