LSB_SIZE
LSB_SIZE,
if (start < LSB_SIZE) {
return start + cmd_q->lsb * LSB_SIZE;
MAX_LSB_CNT * LSB_SIZE,
if (start <= MAX_LSB_CNT * LSB_SIZE) {
bitmap_set(ccp->lsbmap, bitno * LSB_SIZE, LSB_SIZE);
#define PLSB_MAP_SIZE (LSB_SIZE)
#define SLSB_MAP_SIZE (MAX_LSB_CNT * LSB_SIZE)