OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_f34
(Results
1 - 2
of
2
) sorted by null
/external/rmi4utils/rmi4update/
rmi4update.cpp
219
unsigned char interruptEnabeMask =
m_f34
.GetInterruptMask() | m_f01.GetInterruptMask();
236
if (!m_device.GetFunction(
m_f34
, 0x34))
247
unsigned short queryAddr =
m_f34
.GetQueryBase();
248
unsigned short f34Version =
m_f34
.GetFunctionVersion();
318
m_f34StatusAddr =
m_f34
.GetDataBase() + 2;
320
m_f34StatusAddr =
m_f34
.GetDataBase() + RMI_F34_BLOCK_DATA_OFFSET + m_blockSize;
330
if (
m_f34
.GetFunctionVersion() == 0x1) {
357
if (
m_f34
.GetFunctionVersion() == 0x1)
360
rc = m_device.Write(
m_f34
.GetDataBase() + blockDataOffset,
430
if (
m_f34
.GetFunctionVersion() == 0x1
[
all
...]
rmi4update.h
51
RMIFunction
m_f34
;
member in class:RMI4Update
Completed in 119 milliseconds