Home
last modified time | relevance | path

Searched refs:getChipType (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.c14 logical_chip_type_t getChipType(void) in getChipType() function
90 if (getChipType() == SM750LE) in getChipClock()
109 if (getChipType() == SM750LE) in setChipClock()
139 if (getChipType() == SM750LE) in setMemoryClock()
187 if (getChipType() == SM750LE) in setMasterClock()
228 if (getChipType() == SM750LE) in ddk750_getVMSize()
261 if (getChipType() == SM718) { in ddk750_initHw()
281 if (getChipType() != SM750LE) { in ddk750_initHw()
439 if (getChipType() == SM750LE) { in calcPllValue()
Dddk750_power.c8 if(getChipType() == SM750LE){ in ddk750_setDPMS()
20 if(getChipType() == SM750LE) in getPowerMode()
36 if(getChipType() == SM750LE) in setPowerMode()
Dddk750_chip.h73 logical_chip_type_t getChipType(void);
Dsm750_hw.c112 parm->chip_clk = (getChipType() == SM750LE)? in hw_sm750_inithw()
134 if(getChipType() != SM750LE) in hw_sm750_inithw()
233 if(getChipType() != SM750LE){ in hw_sm750_output_setMode()
560 if(getChipType() == SM750LE){ in hw_sm750_initAccel()
Dddk750_mode.c110 if(getChipType() == SM750LE){ in programModeRegisters()
196 if(getChipType() == SM750LE){ in ddk750_setModeTiming()
Dddk750_swi2c.c411 if (getChipType() == SM750LE) in swI2CInit()