Lines Matching refs:LLF_SetMotorTable
1577 LLFSetMotorTable (PAsic chip, LLF_SETMOTORTABLE * LLF_SetMotorTable)
1583 if (LLF_SetMotorTable->MotorTablePtr != NULL)
1590 RamAccess.LoStartAddress |= LLF_SetMotorTable->MotorTableAddress;
1595 RamAccess.HiStartAddress |= LLF_SetMotorTable->MotorTableAddress;
1599 RamAccess.BufferPtr = (SANE_Byte *) LLF_SetMotorTable->MotorTablePtr;
1605 LLF_SetMotorTable->MotorTableAddress);
2145 LLF_SETMOTORTABLE LLF_SetMotorTable;
2163 LLF_SetMotorTable.MotorTableAddress = 0;
2164 LLF_SetMotorTable.MotorTablePtr = BackHomeMotorTable;
2165 LLFSetMotorTable (chip, &LLF_SetMotorTable);
4621 LLF_SETMOTORTABLE LLF_SetMotorTable;
4640 LLF_SetMotorTable.MotorTableAddress = 0;
4641 LLF_SetMotorTable.MotorTablePtr = NormalMoveMotorTable;
4642 LLFSetMotorTable (chip, &LLF_SetMotorTable);