Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pm/drv/pm/
H A DdrvPM.c214 static MS_U8 gPmDeviceID[EFUSE_SIZE]; variable
319 gPmDeviceID[0] = MB_Command.u8Parameters[2]; in _MDrv_PM_MailBoxHandler()
320 gPmDeviceID[1] = MB_Command.u8Parameters[3]; in _MDrv_PM_MailBoxHandler()
321 gPmDeviceID[2] = MB_Command.u8Parameters[4]; in _MDrv_PM_MailBoxHandler()
322 gPmDeviceID[3] = MB_Command.u8Parameters[5]; in _MDrv_PM_MailBoxHandler()
323 gPmDeviceID[4] = MB_Command.u8Parameters[6]; in _MDrv_PM_MailBoxHandler()
324 gPmDeviceID[5] = MB_Command.u8Parameters[7]; in _MDrv_PM_MailBoxHandler()
1092 DeviceID[0] = gPmDeviceID[0]; in MDrv_PM_GetDeviceID()
1093 DeviceID[1] = gPmDeviceID[1]; in MDrv_PM_GetDeviceID()
1094 DeviceID[2] = gPmDeviceID[2]; in MDrv_PM_GetDeviceID()
[all …]