Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mtd/
A Dflashchip.h35 FL_POINT, enumerator
/linux-6.3-rc2/drivers/mtd/lpddr/
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()
/linux-6.3-rc2/drivers/mtd/chips/
A Dcfi_cmdset_0001.c850 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
900 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
910 case FL_POINT: in chip_ready()
1119 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1369 ret = get_chip(map, chip, cmd_addr, FL_POINT); in do_point_onechip()
1372 if (chip->state != FL_POINT && chip->state != FL_READY) in do_point_onechip()
1375 chip->state = FL_POINT; in do_point_onechip()
1463 if (chip->state == FL_POINT) { in cfi_intelext_unpoint()
1501 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()
A Dcfi_cmdset_0002.c912 !(mode == FL_READY || mode == FL_POINT || in get_chip()
953 if (mode != FL_READY && mode != FL_POINT && in get_chip()
964 case FL_POINT: in get_chip()
1036 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1223 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()

Completed in 15 milliseconds