Lines Matching refs:addr_unlock1
1920 if (cfi->addr_unlock1) { in jedec_reset()
1922 cfi->addr_unlock1,cfi->addr_unlock2); in jedec_reset()
1923 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_reset()
1927 cfi_send_gen_cmd(0xF0, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_reset()
1982 cfi->addr_unlock1 = unlock_addrs[uaddr].addr1 / cfi->device_type; in cfi_jedec_setup()
2063 __func__, cfi->addr_unlock1, cfi->addr_unlock2 ); in jedec_match()
2065 && ( unlock_addrs[uaddr].addr1 / cfi->device_type != cfi->addr_unlock1 || in jedec_match()
2103 if (cfi->addr_unlock1) { in jedec_match()
2104 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_match()
2107 cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_match()
2129 cfi->addr_unlock1 = unlock_addrs[uaddr_idx].addr1 / cfi->device_type; in jedec_probe_chip()
2142 probe_offset1 = cfi_build_cmd_addr(cfi->addr_unlock1, map, cfi); in jedec_probe_chip()
2152 if(cfi->addr_unlock1) { in jedec_probe_chip()
2153 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_probe_chip()
2156 cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_probe_chip()
2171 cfi->addr_unlock1, cfi->addr_unlock2 ); in jedec_probe_chip()