nand_device::name is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nand_device::name field

Syntax

const char *name;

References

LocationReferrerText
core.h:48
const char *name;
core.c:173get_nand_device_by_name()
if (strcmp(nand->name, name) == 0)
mxc.c:161handle_mxc_biswap_command()
command_print(CMD, "BI-swapping enabled on %s", nand->name);
mxc.c:163handle_mxc_biswap_command()
command_print(CMD, "BI-swapping disabled on %s", nand->name);
tcl.c:527create_nand_device()
c->name = strdup(bank_name);

Data Use

Functions writing nand_device::name
Functions reading nand_device::name
all items filtered out
nand_device::name