Home
last modified time | relevance | path

Searched refs:flash_type (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/dev/bhnd/cores/chipc/
H A Dchipc_slicer.c61 chipc_register_slicer(chipc_flash flash_type) in chipc_register_slicer() argument
63 switch (flash_type) { in chipc_register_slicer()
H A Dchipc_slicer.h43 void chipc_register_slicer(chipc_flash flash_type);
H A Dchipc.c359 flash_bus = chipc_flash_bus_name(sc->caps.flash_type); in chipc_add_children()
433 if (caps->flash_type != CHIPC_FLASH_NONE) in chipc_find_nvram_src()
486 caps->flash_type = CHIPC_SFLASH_ST; in chipc_read_caps()
489 caps->flash_type = CHIPC_SFLASH_AT; in chipc_read_caps()
493 caps->flash_type = CHIPC_NFLASH; in chipc_read_caps()
496 caps->flash_type = CHIPC_PFLASH_CFI; in chipc_read_caps()
507 caps->flash_type = CHIPC_FLASH_NONE; in chipc_read_caps()
516 caps->flash_type = CHIPC_NFLASH_4706; in chipc_read_caps()
H A Dchipc_spi.c124 flash_name = chipc_sflash_device_name(ccaps->flash_type); in chipc_spi_attach()
133 chipc_register_slicer(ccaps->flash_type); in chipc_spi_attach()
H A Dchipc.h67 chipc_flash flash_type; /**< flash type */ member
H A Dchipc_subr.c290 caps->uart_clock, caps->flash_type); in chipc_print_caps()
/freebsd-14.2/sys/dev/cfe/
H A Dcfe_ioctl.h73 unsigned int flash_type; /* type, from FLASH_TYPE below */ member