Home
last modified time | relevance | path

Searched defs:pagesize (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/cmd/aux/vga/
H A Dclgd546x.c145 int format, interleave, fetches, nointerleave, notile, pagesize, tiles; in init() local
/plan9-contrib/sys/src/9/port/
H A Dflashif.h32 ulong pagesize; /* if non-0, size of pages within erase block */ member
/plan9-contrib/sys/src/9/bcm/
H A Dusbxhci.c257 int pagesize; member
/plan9-contrib/sys/src/9k/port/
H A Dportdat.h328 #define pagesize(p) (1<<(p)->lg2size) macro