Home
last modified time | relevance | path

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

/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c310 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
330 case FL_POINT: in chip_ready()
566 ret = get_chip(map, chip, FL_POINT); in lpddr_point()
571 chip->state = FL_POINT; in lpddr_point()
608 if (chip->state == FL_POINT) { in lpddr_unpoint()
/linux/include/linux/mtd/
H A Dflashchip.h36 FL_POINT, enumerator
/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c863 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
913 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
923 case FL_POINT: in chip_ready()
1132 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1382 ret = get_chip(map, chip, cmd_addr, FL_POINT); in do_point_onechip()
1385 if (chip->state != FL_POINT && chip->state != FL_READY) in do_point_onechip()
1388 chip->state = FL_POINT; in do_point_onechip()
1476 if (chip->state == FL_POINT) { in cfi_intelext_unpoint()
1514 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()
H A Dcfi_cmdset_0002.c909 !(mode == FL_READY || mode == FL_POINT || in get_chip()
950 if (mode != FL_READY && mode != FL_POINT && in get_chip()
961 case FL_POINT: in get_chip()
1033 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1220 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()