Searched refs:extid (Results 1 – 4 of 4) sorted by relevance
23 u8 extid = chip->id.data[3]; in samsung_nand_decode_id() local26 memorg->pagesize = 2048 << (extid & 0x03); in samsung_nand_decode_id()29 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()[all …]
4810 int extid; in nand_decode_ext_id() local4818 extid = id_data[3]; in nand_decode_ext_id()4821 memorg->pagesize = 1024 << (extid & 0x03); in nand_decode_ext_id()4823 extid >>= 2; in nand_decode_ext_id()4825 memorg->oobsize = (8 << (extid & 0x01)) * (mtd->writesize >> 9); in nand_decode_ext_id()4827 extid >>= 2; in nand_decode_ext_id()4829 memorg->pages_per_eraseblock = ((64 * 1024) << (extid & 0x03)) / in nand_decode_ext_id()4831 mtd->erasesize = (64 * 1024) << (extid & 0x03); in nand_decode_ext_id()4832 extid >>= 2; in nand_decode_ext_id()4834 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