Searched refs:FW_PLE_SEGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance
2706 #define FW_PLE_SEGMENT_SIZE 512 /*Because PHL_PRINT have prefix 5 bytes "PHL: "*/ macro2711 char str[FW_PLE_SEGMENT_SIZE + 1] = {0}; in _hal_fw_dbg_dump()2714 for (ofst = 0; ofst < bufsize; ofst += FW_PLE_SEGMENT_SIZE) { in _hal_fw_dbg_dump()2715 for (i = 0; i < FW_PLE_SEGMENT_SIZE; i++) in _hal_fw_dbg_dump()