Home
last modified time | relevance | path

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

/openbmc/linux/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)
109 return DBR_SIZE; /* out of memory */ in alloc_dbr()
113 return DBR_SIZE; /* out of memory */ in alloc_dbr()
130 return DBR_SIZE; /* out of memory */ in alloc_dbr()
763 if (ch->dbr_addr >= DBR_SIZE) in init_ctrl_async()
845 if (ch->dbr_addr >= DBR_SIZE) in dim_init_isoc()
873 if (ch->dbr_addr >= DBR_SIZE) in dim_init_sync()
896 if (ch->dbr_addr < DBR_SIZE) in dim_destroy_channel()
898 ch->dbr_addr = DBR_SIZE; in dim_destroy_channel()