Searched refs:extid (Results 1 – 5 of 5) sorted by relevance
27 u8 extid = chip->id.data[3]; in samsung_nand_decode_id() local30 mtd->writesize = 2048 << (extid & 0x03); in samsung_nand_decode_id()32 extid >>= 2; in samsung_nand_decode_id()35 switch (((extid >> 2) & 0x4) | (extid & 0x3)) { in samsung_nand_decode_id()66 extid >>= 2; in samsung_nand_decode_id()68 (((extid >> 1) & 0x04) | (extid & 0x03)); in samsung_nand_decode_id()71 extid = (chip->id.data[4] >> 4) & 0x07; in samsung_nand_decode_id()72 if (extid < 5) { in samsung_nand_decode_id()74 chip->ecc_strength_ds = 1 << extid; in samsung_nand_decode_id()77 switch (extid) { in samsung_nand_decode_id()
5490 int extid; in nand_decode_ext_id() local5495 extid = id_data[3]; in nand_decode_ext_id()5498 mtd->writesize = 1024 << (extid & 0x03); in nand_decode_ext_id()5499 extid >>= 2; in nand_decode_ext_id()5501 mtd->oobsize = (8 << (extid & 0x01)) * (mtd->writesize >> 9); in nand_decode_ext_id()5502 extid >>= 2; in nand_decode_ext_id()5504 mtd->erasesize = (64 * 1024) << (extid & 0x03); in nand_decode_ext_id()5505 extid >>= 2; in nand_decode_ext_id()5507 if (extid & 0x1) in nand_decode_ext_id()
340 u8 extid, seq, len; in rtl_btc_btmpinfo_notify() local351 extid = tmp_buf[0]; in rtl_btc_btmpinfo_notify()353 if (extid != 1) /* C2H_TRIG_BY_BT_FW = 1 */ in rtl_btc_btmpinfo_notify()
330 u8 extid, seq, len; in rtl_btc_btmpinfo_notify() local341 extid = tmp_buf[0]; in rtl_btc_btmpinfo_notify()343 if (extid != 1) /* C2H_TRIG_BY_BT_FW = 1 */ in rtl_btc_btmpinfo_notify()
850 u8 extid; /* 01: Extended Identifier */ member