Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
A Dnand_macronix.c140 size_t len, size_t *rlen, in macronix_30lfxg18ac_write_otp() argument
143 return __macronix_30lfxg18ac_rw_otp(mtd, to, len, rlen, (u_char *)buf, in macronix_30lfxg18ac_write_otp()
148 size_t len, size_t *rlen, in macronix_30lfxg18ac_read_otp() argument
151 return __macronix_30lfxg18ac_rw_otp(mtd, from, len, rlen, buf, false); in macronix_30lfxg18ac_read_otp()
/drivers/core/
A Dof_addr.c171 int rlen; in of_translate_one() local
194 ranges = of_get_property(parent, rprop, &rlen); in of_translate_one()
200 if (ranges == NULL || rlen == 0) { in of_translate_one()
210 rlen /= 4; in of_translate_one()
212 for (; rlen >= rone; rlen -= rone, ranges += rone) { in of_translate_one()
/drivers/mmc/
A Dftsdc010_mci.c257 int rlen; in ftsdc010_request() local
265 for (rlen = 0; rlen < len && rlen < chip->fifo; ) { in ftsdc010_request()
268 rlen += 4; in ftsdc010_request()
271 len -= rlen; in ftsdc010_request()
/drivers/pci/
A Dpci_mvebu.c572 int rlen, nranges, rangesz, pna, i; in mvebu_get_tgt_attr() local
577 range = ofnode_get_property(node, "ranges", &rlen); in mvebu_get_tgt_attr()
589 nranges = rlen / sizeof(__be32) / rangesz; in mvebu_get_tgt_attr()

Completed in 14 milliseconds