Lines Matching refs:addr_unlock1
1954 if (cfi->addr_unlock1) { in jedec_reset()
1956 cfi->addr_unlock1,cfi->addr_unlock2); in jedec_reset()
1957 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_reset()
1961 cfi_send_gen_cmd(0xF0, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_reset()
2016 cfi->addr_unlock1 = unlock_addrs[uaddr].addr1 / cfi->device_type; in cfi_jedec_setup()
2097 __func__, cfi->addr_unlock1, cfi->addr_unlock2 ); in jedec_match()
2099 && ( unlock_addrs[uaddr].addr1 / cfi->device_type != cfi->addr_unlock1 || in jedec_match()
2137 if (cfi->addr_unlock1) { in jedec_match()
2138 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_match()
2141 cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_match()
2163 cfi->addr_unlock1 = unlock_addrs[uaddr_idx].addr1 / cfi->device_type; in jedec_probe_chip()
2176 probe_offset1 = cfi_build_cmd_addr(cfi->addr_unlock1, map, cfi); in jedec_probe_chip()
2186 if(cfi->addr_unlock1) { in jedec_probe_chip()
2187 cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_probe_chip()
2190 cfi_send_gen_cmd(0x90, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL); in jedec_probe_chip()
2205 cfi->addr_unlock1, cfi->addr_unlock2 ); in jedec_probe_chip()