SasV1Dxe.c | 276 struct hisi_sas_itct *itct;
member in struct:hisi_hba 569 WRITE_REG32(base, ITCT_BASE_ADDR_LO, lower_32_bits((UINT64)(hba->itct)));
570 WRITE_REG32(base, ITCT_BASE_ADDR_HI, upper_32_bits((UINT64)(hba->itct)));
658 DmaAllocateBuffer (EfiBootServicesData, EFI_SIZE_TO_PAGES (s), (VOID *)&hba->itct);
659 ASSERT (hba->itct != NULL);
660 ZeroMem (hba->itct, s);
857 struct hisi_sas_itct *itct;
local 898 itct = &hba->itct[0]; //device_id = 0
901 // Setup itct
[all...] |