Home
last modified time | relevance | path

Searched refs:MEM_SIZE_1M (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/video/
Dmach64.h919 #define MEM_SIZE_1M 0x00000001 macro
/linux-5.19.10/drivers/atm/
Diphase.h1321 #define MEM_SIZE_1M 0x0002 /* board has 1M of buffer */ macro
Diphase.c763 if ((memType & MEM_SIZE_MASK) == MEM_SIZE_1M) {
3122 if ((iadev->memType & MEM_SIZE_MASK) == MEM_SIZE_1M)
/linux-5.19.10/drivers/video/fbdev/aty/
Datyfb_base.c2506 case MEM_SIZE_1M: in aty_init()
2528 case MEM_SIZE_1M: in aty_init()
2558 par->mem_cntl |= MEM_SIZE_1M; in aty_init()