Searched refs:FILL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | ataflop.c | 640 #define FILL(n,val) \ macro 684 FILL( 60 * (nsect / 9), 0x4e ); in do_format() 686 FILL( 12, 0 ); in do_format() 687 FILL( 3, 0xf5 ); in do_format() 694 FILL( 22, 0x4e ); in do_format() 695 FILL( 12, 0 ); in do_format() 696 FILL( 3, 0xf5 ); in do_format() 698 FILL( 512, 0xe5 ); in do_format() 700 FILL( 40, 0x4e ); in do_format() 702 FILL( TrackBuffer+BUFFER_SIZE-p, 0x4e ); in do_format()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 99 FILL (0);
|