platform: cleanup platform header an remove unused macros

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-08-10 16:53:30 +01:00
parent 9b22986695
commit ae73307721
1 changed files with 2 additions and 10 deletions

View File

@ -61,12 +61,10 @@ struct reef;
#define PLATFORM_MAX_CHANNELS 4
#define PLATFORM_MAX_STREAMS 5
/* clock source used by scheduler for deadline calculations */
#define PLATFORM_SCHED_CLOCK CLK_SSP
#define PLATFORM_NUM_MMAP_POSN 10
#define PLATFORM_NUM_MMAP_VOL 10
/* DMA channel drain timeout in microseconds */
/* DMA channel drain timeout in microseconds - TODO: caclulate based on topology */
#define PLATFORM_DMA_TIMEOUT 1333
/* IPC page data copy timeout */
@ -75,12 +73,6 @@ struct reef;
/* WorkQ window size in microseconds */
#define PLATFORM_WORKQ_WINDOW 2000
/* Host finish work schedule delay in microseconds */
#define PLATFORM_HOST_FINISH_DELAY 100
/* Host finish work(drain from host to dai) timeout in microseconds */
#define PLATFORM_HOST_FINISH_TIMEOUT 50000
/* Platform defined panic code */
#define platform_panic(__x) \
shim_write(SHIM_IPCXL, ((shim_read(SHIM_IPCXL) & 0xc0000000) |\