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

/drivers/mtd/nand/
H A Dnand_bch.c56 struct nand_bch_control *nbc = chip->ecc.priv; local
60 encode_bch(nbc->bch, buf, chip->ecc.size, code);
64 code[i] ^= nbc->eccmask[i];
83 struct nand_bch_control *nbc = chip->ecc.priv; local
84 unsigned int *errloc = nbc->errloc;
87 count = decode_bch(nbc->bch, NULL, chip->ecc.size, read_ecc, calc_ecc,
132 struct nand_bch_control *nbc = NULL; local
143 nbc = kzalloc(sizeof(*nbc), GFP_KERNEL);
144 if (!nbc)
230 nand_bch_free(struct nand_bch_control *nbc) argument
[all...]
/drivers/block/drbd/
H A Ddrbd_nl.c931 struct drbd_backing_dev *nbc = NULL; /* new_backing_conf */ local
953 nbc = kzalloc(sizeof(struct drbd_backing_dev), GFP_KERNEL);
954 if (!nbc) {
959 nbc->dc.disk_size = DRBD_DISK_SIZE_SECT_DEF;
960 nbc->dc.on_io_error = DRBD_ON_IO_ERROR_DEF;
961 nbc->dc.fencing = DRBD_FENCING_DEF;
962 nbc->dc.max_bio_bvecs = DRBD_MAX_BIO_BVECS_DEF;
964 if (!disk_conf_from_tags(mdev, nlp->tag_list, &nbc->dc)) {
969 if (nbc->dc.meta_dev_idx < DRBD_MD_INDEX_FLEX_INT) {
977 if (nbc
[all...]
/drivers/isdn/i4l/
H A Disdn_ttyfax.c539 sprintf(rs, "\r\n%d", f->nbc);
552 f->nbc = par;
H A Disdn_tty.c1809 f->nbc = 0;

Completed in 100 milliseconds