Home
last modified time | relevance | path

Searched refs:FL_POINT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A Dlpddr_cmds.c311 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
331 case FL_POINT: in chip_ready()
570 ret = get_chip(map, chip, FL_POINT); in lpddr_point()
575 chip->state = FL_POINT; in lpddr_point()
612 if (chip->state == FL_POINT) { in lpddr_unpoint()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dflashchip.h35 FL_POINT, enumerator
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dflashchip.h39 FL_POINT, enumerator
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c849 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
899 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
909 case FL_POINT: in chip_ready()
1118 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1368 ret = get_chip(map, chip, cmd_addr, FL_POINT); in do_point_onechip()
1371 if (chip->state != FL_POINT && chip->state != FL_READY) in do_point_onechip()
1374 chip->state = FL_POINT; in do_point_onechip()
1462 if (chip->state == FL_POINT) { in cfi_intelext_unpoint()
1500 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()
H A Dcfi_cmdset_0002.c906 !(mode == FL_READY || mode == FL_POINT || in get_chip()
947 if (mode != FL_READY && mode != FL_POINT && in get_chip()
958 case FL_POINT: in get_chip()
1030 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1217 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()