Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dbsr.c47 unsigned bsr_stride; /* interval at which BSR repeats in the page */ member
89 return sprintf(buf, "%u\n", bsr_dev->bsr_stride); in bsr_stride_show()
91 static DEVICE_ATTR_RO(bsr_stride);
172 const u32 *bsr_stride; in bsr_add_node() local
177 bsr_stride = of_get_property(bn, "ibm,lock-stride", &bsr_stride_len); in bsr_add_node()
180 if (!bsr_stride || !bsr_bytes || in bsr_add_node()
211 cur->bsr_stride = bsr_stride[i]; in bsr_add_node()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bsr18 What: /sys/class/bsr/bsr*/bsr_stride