Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dccp-dev.h121 #define LSB_SIZE 16 macro
123 #define PLSB_MAP_SIZE (LSB_SIZE)
124 #define SLSB_MAP_SIZE (MAX_LSB_CNT * LSB_SIZE)
Dccp-dev-v5.c39 LSB_SIZE, in ccp_lsb_alloc()
41 if (start < LSB_SIZE) { in ccp_lsb_alloc()
43 return start + cmd_q->lsb * LSB_SIZE; in ccp_lsb_alloc()
53 MAX_LSB_CNT * LSB_SIZE, in ccp_lsb_alloc()
56 if (start <= MAX_LSB_CNT * LSB_SIZE) { in ccp_lsb_alloc()
718 bitmap_set(ccp->lsbmap, bitno * LSB_SIZE, LSB_SIZE); in ccp_assign_lsbs()