Home
last modified time | relevance | path

Searched refs:SM750LE_REVISION_ID (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.h4 #ifndef SM750LE_REVISION_ID
5 #define SM750LE_REVISION_ID ((unsigned char)0xfe) macro
Dsm750_hw.h7 #ifndef SM750LE_REVISION_ID
8 #define SM750LE_REVISION_ID (unsigned char)0xfe macro
Dsm750.c724 …output->proc_setBLANK = (share->revid == SM750LE_REVISION_ID)?hw_sm750le_setBLANK:hw_sm750_setBLAN… in sm750fb_set_drv()
727 share->accel.de_wait = (share->revid == SM750LE_REVISION_ID)?hw_sm750le_deWait : hw_sm750_deWait; in sm750fb_set_drv()
1074 if (share->revid != SM750LE_REVISION_ID) { in sm750fb_setup()
Dddk750_chip.c28 if (physicalRev == SM750LE_REVISION_ID) in getChipType()
Dsm750_hw.c280 if (share->revid == SM750LE_REVISION_ID) { in hw_sm750_crtc_checkMode()