Searched refs:DBR_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/most/dim2/
H A Dhal.c45 #define DBR_SIZE (16 * 1024) /* specified by IP */ macro
46 #define DBR_BLOCK_SIZE (DBR_SIZE / 32 / DBR_MAP_SIZE)
101 * Returns: Offset in DBR memory by success or DBR_SIZE if out of memory.
109 return DBR_SIZE; /* out of memory */
113 return DBR_SIZE; /* out of memory */
130 return DBR_SIZE; /* out of memory */
763 if (ch->dbr_addr >= DBR_SIZE)
845 if (ch->dbr_addr >= DBR_SIZE)
873 if (ch->dbr_addr >= DBR_SIZE)
896 if (ch->dbr_addr < DBR_SIZE)
[all...]

Completed in 111 milliseconds