Searched refs:SL_OPCODE_SILO_FS (Results 1 – 3 of 3) sorted by relevance
169 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsOpen()259 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsClose()315 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsRead()389 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsWrite()483 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsGetInfo()548 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsDel()592 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsCtl()695 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsProgram()799 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsGetFileList()
157 #define SL_OPCODE_SILO_FS ( 0x4 << SL_OPCODE_SILO_OFFSET ) macro
781 if ((SL_IS_DEVICE_LOCKED) && (SL_OPCODE_SILO_FS != Silo)) in _SlDrvDriverIsApiAllowed()1710 …CmdCmpltTimeout = (SL_OPCODE_SILO_FS & cmdOpcode)? (_u32)(SL_DRIVER_TIMEOUT_LONG) : (_u32)SL_DRIVE… in _SlDrvMsgReadCmdCtx()