Skip to content

Commit 42fca82

Browse files
committed
dmaengine: sdxi: Drop table size constants
These sizes can be derived from the table structs. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 9f68295 commit 42fca82

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/dma/sdxi/sdxi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
#define L2_TABLE_ENTRIES (1 << 9)
3232
#define L1_TABLE_ENTRIES (1 << 7)
33-
#define L2_TABLE_SIZE 4096
34-
#define L1_TABLE_SIZE 4096
3533

3634
#define DESC_RING_BASE_PTR_SHIFT 6
3735
#define CXT_STATUS_PTR_SHIFT 4

0 commit comments

Comments
 (0)