Searched refs:get_opcr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv-avc.c | 1357 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)
|
/kernel/linux/linux-6.6/drivers/media/firewire/ |
H A D | firedtv-avc.c | 1359 static inline u32 get_opcr(__be32 opcr, u32 mask, u32 shift) in get_opcr() function 1370 #define get_opcr_online(v) get_opcr((v), 0x1, 31) 1371 #define get_opcr_p2p_connections(v) get_opcr((v), 0x3f, 24) 1372 #define get_opcr_channel(v) get_opcr((v), 0x3f, 16)
|
Completed in 8 milliseconds