Searched refs:new_generation (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core.h | 215 * Check whether new_generation is the immediate successor of old_generation. 218 static inline bool is_next_generation(int new_generation, int old_generation) in is_next_generation() argument 220 return (new_generation & 0xff) == ((old_generation + 1) & 0xff); in is_next_generation()
|
H A D | ohci.c | 1925 int self_id_count, generation, new_generation, i, j; in bus_reset_work() local 2025 new_generation = (reg_read(ohci, OHCI1394_SelfIDCount) >> 16) & 0xff; in bus_reset_work() 2026 if (new_generation != generation) { in bus_reset_work()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core.h | 215 * Check whether new_generation is the immediate successor of old_generation. 218 static inline bool is_next_generation(int new_generation, int old_generation) in is_next_generation() argument 220 return (new_generation & 0xff) == ((old_generation + 1) & 0xff); in is_next_generation()
|
H A D | ohci.c | 1936 int self_id_count, generation, new_generation, i, j; in bus_reset_work() local 2036 new_generation = (reg_read(ohci, OHCI1394_SelfIDCount) >> 16) & 0xff; in bus_reset_work() 2037 if (new_generation != generation) { in bus_reset_work()
|
Completed in 12 milliseconds