Lines Matching refs:enable
309 ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ENABLE_DISABLE_DISPLAY() argument
311 unsigned int value = enable ? 0x43000000 : 0x03000000; in ENABLE_DISABLE_DISPLAY()
318 CRX24_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in CRX24_ENABLE_DISABLE_DISPLAY() argument
320 unsigned int value = enable ? 0x10000000 : 0x30000000; in CRX24_ENABLE_DISABLE_DISPLAY()
328 ARTIST_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in ARTIST_ENABLE_DISABLE_DISPLAY() argument
334 if (enable) { in ARTIST_ENABLE_DISABLE_DISPLAY()
437 HYPER_ENABLE_DISABLE_DISPLAY(struct stifb_info *fb, int enable) in HYPER_ENABLE_DISABLE_DISPLAY() argument
443 if (enable) in HYPER_ENABLE_DISABLE_DISPLAY()
530 unsigned enable : 1; member
739 hyperResetPlanes(struct stifb_info *fb, int enable) in hyperResetPlanes() argument
753 switch (enable) { in hyperResetPlanes()
1086 int enable = (blank_mode == 0) ? ENABLE : DISABLE; in stifb_blank() local
1090 CRX24_ENABLE_DISABLE_DISPLAY(fb, enable); in stifb_blank()
1094 ARTIST_ENABLE_DISABLE_DISPLAY(fb, enable); in stifb_blank()
1097 HYPER_ENABLE_DISABLE_DISPLAY(fb, enable); in stifb_blank()
1103 ENABLE_DISABLE_DISPLAY(fb, enable); in stifb_blank()