Home
last modified time | relevance | path

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

/external/rmi4utils/rmidevice/
Drmifunction.cpp30 RMIFunction::RMIFunction(const unsigned char * pdtEntry, unsigned short pageBase, unsigned int inte… in RMIFunction() argument
36 m_queryBase = pdtEntry[RMI_FUNCTION_QUERY_OFFSET] + pageBase; in RMIFunction()
37 m_commandBase = pdtEntry[RMI_FUNCTION_COMMAND_OFFSET] + pageBase; in RMIFunction()
38 m_controlBase = pdtEntry[RMI_FUNCTION_CONTROL_OFFSET] + pageBase; in RMIFunction()
39 m_dataBase = pdtEntry[RMI_FUNCTION_DATA_OFFSET] + pageBase; in RMIFunction()
Drmifunction.h25 RMIFunction(const unsigned char * pdtEntry, unsigned short pageBase, unsigned int interruptCount);