Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dbsr.c62 unsigned bsr_stride; /* interval at which BSR repeats in the page */ member
105 return sprintf(buf, "%u\n", bsr_dev->bsr_stride); in bsr_stride_show()
107 static DEVICE_ATTR_RO(bsr_stride);
183 const u32 *bsr_stride; in bsr_add_node() local
188 bsr_stride = of_get_property(bn, "ibm,lock-stride", &bsr_stride_len); in bsr_add_node()
191 if (!bsr_stride || !bsr_bytes || in bsr_add_node()
222 cur->bsr_stride = bsr_stride[i]; in bsr_add_node()