Home
last modified time | relevance | path

Searched refs:SCB_RESERVED_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-queue.c346 (char __iomem *)cx->scb) > SCB_RESERVED_SIZE) { in cx18_stream_alloc()
347 unsigned bufsz = (((char __iomem *)cx->scb) + SCB_RESERVED_SIZE - in cx18_stream_alloc()
H A Dcx18-scb.h66 #define SCB_RESERVED_SIZE 0x10000 macro