Searched refs:extid (Results 1 – 4 of 4) sorted by relevance
23 u8 extid = chip->id.data[3]; in samsung_nand_decode_id() local29 extid >>= 2; in samsung_nand_decode_id()32 switch (((extid >> 2) & 0x4) | (extid & 0x3)) { in samsung_nand_decode_id()65 extid >>= 2; in samsung_nand_decode_id()67 (((extid >> 1) & 0x04) | in samsung_nand_decode_id()68 (extid & 0x03)) / in samsung_nand_decode_id()71 (((extid >> 1) & 0x04) | (extid & 0x03)); in samsung_nand_decode_id()74 extid = (chip->id.data[4] >> 4) & 0x07; in samsung_nand_decode_id()75 if (extid < 5) { in samsung_nand_decode_id()77 requirements.strength = 1 << extid; in samsung_nand_decode_id()[all …]
5005 int extid; in nand_decode_ext_id() local5013 extid = id_data[3]; in nand_decode_ext_id()5016 memorg->pagesize = 1024 << (extid & 0x03); in nand_decode_ext_id()5018 extid >>= 2; in nand_decode_ext_id()5020 memorg->oobsize = (8 << (extid & 0x01)) * (mtd->writesize >> 9); in nand_decode_ext_id()5022 extid >>= 2; in nand_decode_ext_id()5024 memorg->pages_per_eraseblock = ((64 * 1024) << (extid & 0x03)) / in nand_decode_ext_id()5026 mtd->erasesize = (64 * 1024) << (extid & 0x03); in nand_decode_ext_id()5027 extid >>= 2; in nand_decode_ext_id()5029 if (extid & 0x1) in nand_decode_ext_id()
319 u8 extid, seq; in rtl_btc_btmpinfo_notify() local330 extid = tmp_buf[0]; in rtl_btc_btmpinfo_notify()332 if (extid != 1) /* C2H_TRIG_BY_BT_FW = 1 */ in rtl_btc_btmpinfo_notify()
842 u8 extid; /* 01: Extended Identifier */ member
Completed in 25 milliseconds