Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c22 #define SCRATCHPAD 1024 /* bytes of scratchpad memory */ macro
257 static char data[SCRATCHPAD] __aligned(4);/* property storage */ in do_fdt()
285 if (len > SCRATCHPAD) { in do_fdt()
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene.h127 #define SCRATCHPAD 0xA080 macro