Searched refs:BTINTEL_PCIE_DBGC_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
120 BTINTEL_PCIE_DBGC_BUFFER_SIZE, in btintel_pcie_setup_dbgc()142 buf->data_p_addr = data->dbgc.buf_p_addr + i * BTINTEL_PCIE_DBGC_BUFFER_SIZE; in btintel_pcie_setup_dbgc()143 buf->data = data->dbgc.buf_v_addr + i * BTINTEL_PCIE_DBGC_BUFFER_SIZE; in btintel_pcie_setup_dbgc()146 db_frag.bufs[i].buf_size = BTINTEL_PCIE_DBGC_BUFFER_SIZE; in btintel_pcie_setup_dbgc()478 prev_size = buf_idx * BTINTEL_PCIE_DBGC_BUFFER_SIZE; in btintel_pcie_read_dram_buffers()513 dump_size += BTINTEL_PCIE_DBGC_BUFFER_SIZE * dbgc->count; in btintel_pcie_read_dram_buffers()558 BTINTEL_PCIE_DBGC_BUFFER_SIZE); in btintel_pcie_read_dram_buffers()
72 #define BTINTEL_PCIE_DBGC_BUFFER_SIZE (256 * 1024) /* 256 KB */ macro