Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.h311 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
327 FILL(VMM, PT, PTEI, _ptes, MAP, _addr); \
334 #define VMM_MAP_ITER_MEM(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
335 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
339 #define VMM_MAP_ITER_DMA(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
340 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
342 #define VMM_MAP_ITER_SGL(VMM,PT,PTEI,PTEN,MAP,FILL) \ argument
343 VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL, \
/drivers/block/
Dataflop.c737 #define FILL(n,val) \ macro
788 FILL( 60 * (nsect / 9), 0x4e ); in do_format()
790 FILL( 12, 0 ); in do_format()
791 FILL( 3, 0xf5 ); in do_format()
798 FILL( 22, 0x4e ); in do_format()
799 FILL( 12, 0 ); in do_format()
800 FILL( 3, 0xf5 ); in do_format()
802 FILL( 512, 0xe5 ); in do_format()
804 FILL( 40, 0x4e ); in do_format()
806 FILL( TrackBuffer+BUFFER_SIZE-p, 0x4e ); in do_format()