Searched refs:bsr_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dbsr.c60 unsigned bsr_bytes; /* size of the BSR reg itself */ member in struct:bsr_dev
96 return sprintf(buf, "%u\n", bsr_dev->bsr_bytes);
178 const u32 *bsr_bytes; local
183 bsr_bytes = of_get_property(bn, "ibm,#lock-bytes", &bsr_bytes_len);
185 if (!bsr_stride || !bsr_bytes ||
215 cur->bsr_bytes = bsr_bytes[i];
224 switch(cur->bsr_bytes) {
246 cur->bsr_bytes, cur->bsr_num);

Completed in 60 milliseconds