Searched refs:NVMDevice (Results 1 – 3 of 3) sorted by relevance
1490 SA_DBG3(("mpiGetNVMDCmd, Build IOMB NVMDDevice= 0x%x\n", NVMDInfo->NVMDevice)); in mpiGetNVMDCmd()1508 switch (NVMDInfo->NVMDevice) in mpiGetNVMDCmd()1516 (NVMDInfo->indirectPayload << 31) | NVMDInfo->NVMDevice); in mpiGetNVMDCmd()1530 (NVMDInfo->indirectPayload << SHIFT31) | (NVMDInfo->NVMDevice)); in mpiGetNVMDCmd()1535 (NVMDInfo->indirectPayload << SHIFT31) | NVMDInfo->NVMDevice); in mpiGetNVMDCmd()1542 (NVMDInfo->indirectPayload << SHIFT31) | NVMDInfo->NVMDevice); in mpiGetNVMDCmd()1549 (NVMDInfo->indirectPayload << SHIFT31) | NVMDInfo->NVMDevice); in mpiGetNVMDCmd()1556 (NVMDInfo->indirectPayload << SHIFT31) | NVMDInfo->NVMDevice); in mpiGetNVMDCmd()1562 SA_DBG1(("mpiGetNVMDCmd, (IP=1)wrong device type = 0x%x\n", NVMDInfo->NVMDevice)); in mpiGetNVMDCmd()1575 if (AGSA_NVMD_TWI_DEVICES == NVMDInfo->NVMDevice) in mpiGetNVMDCmd()[all …]
2322 nvmdInfo.NVMDevice = *((bit8*)agParam3); in tdsaNVMDSetIoctl()2328 if (nvmdInfo.NVMDevice == 0) { in tdsaNVMDSetIoctl()2461 nvmdInfo.NVMDevice = *((bit8*)agParam3); in tdsaNVMDGetIoctl()2467 if (nvmdInfo.NVMDevice == 0) { in tdsaNVMDGetIoctl()2525 if(nvmdInfo.NVMDevice == 4 || nvmdInfo.NVMDevice == 1) in tdsaNVMDGetIoctl()2542 else if(nvmdInfo.NVMDevice == 6) in tdsaNVMDGetIoctl()
1942 bit32 NVMDevice :4; member