mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 00:28:52 +02:00 
			
		
		
		
	 5776526beb
			
		
	
	
		5776526beb
		
	
	
	
	
		
			
			Test that the fixed rate basic type clk works as intended. Cc: Brendan Higgins <brendan.higgins@linux.dev> Cc: David Gow <davidgow@google.com> Cc: Rae Moar <rmoar@google.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20240718210513.3801024-8-sboyd@kernel.org
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| #ifndef _CLK_FIXED_RATE_TEST_H
 | |
| #define _CLK_FIXED_RATE_TEST_H
 | |
| 
 | |
| #define TEST_FIXED_FREQUENCY	50000000
 | |
| #define TEST_FIXED_ACCURACY	300
 | |
| 
 | |
| #endif
 |