Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dev.h118 #define LSB_SIZE 16 macro
120 #define PLSB_MAP_SIZE (LSB_SIZE)
121 #define SLSB_MAP_SIZE (MAX_LSB_CNT * LSB_SIZE)
H A Dccp-dev-v5.c33 LSB_SIZE, in ccp_lsb_alloc()
35 if (start < LSB_SIZE) { in ccp_lsb_alloc()
37 return start + cmd_q->lsb * LSB_SIZE; in ccp_lsb_alloc()
47 MAX_LSB_CNT * LSB_SIZE, in ccp_lsb_alloc()
50 if (start <= MAX_LSB_CNT * LSB_SIZE) { in ccp_lsb_alloc()
712 bitmap_set(ccp->lsbmap, bitno * LSB_SIZE, LSB_SIZE); in ccp_assign_lsbs()