/Zephyr-latest/drivers/flash/ |
D | jesd216.h | 41 static inline uint32_t jesd216_param_len(const struct jesd216_param_header *hp) in jesd216_param_len() argument 43 return sizeof(uint32_t) * hp->len_dw; in jesd216_param_len() 47 static inline uint16_t jesd216_param_id(const struct jesd216_param_header *hp) in jesd216_param_id() argument 49 return ((uint16_t)hp->id_msb << 8) | hp->id_lsb; in jesd216_param_id() 55 static inline uint32_t jesd216_param_addr(const struct jesd216_param_header *hp) in jesd216_param_addr() argument 57 return ((hp->ptp[2] << 16) in jesd216_param_addr() 58 | (hp->ptp[1] << 8) in jesd216_param_addr() 59 | (hp->ptp[0] << 0)); in jesd216_param_addr() 117 static inline uint32_t jesd216_sfdp_magic(const struct jesd216_sfdp_header *hp) in jesd216_sfdp_magic() argument 119 return sys_le32_to_cpu(hp->magic); in jesd216_sfdp_magic() [all …]
|
D | flash_andes_qspi.c | 552 const struct jesd216_sfdp_header *hp = &u_header.sfdp; in spi_nor_process_sfdp() local 560 uint32_t magic = jesd216_sfdp_magic(hp); in spi_nor_process_sfdp() 568 hp->rev_major, hp->rev_minor, hp->access, 1 + hp->nph); in spi_nor_process_sfdp() 570 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() 572 php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp() 578 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp()
|
D | flash_stm32_qspi.c | 1473 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_qspi_init() local 1481 uint32_t magic = jesd216_sfdp_magic(hp); in flash_stm32_qspi_init() 1489 hp->rev_major, hp->rev_minor, hp->access, 1 + hp->nph); in flash_stm32_qspi_init() 1491 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_qspi_init() 1493 MIN(decl_nph, 1 + hp->nph); in flash_stm32_qspi_init() 1499 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_qspi_init()
|
D | spi_nor.c | 1241 const struct jesd216_sfdp_header *hp = &u_header.sfdp; in spi_nor_process_sfdp() local 1249 uint32_t magic = jesd216_sfdp_magic(hp); in spi_nor_process_sfdp() 1257 hp->rev_major, hp->rev_minor, hp->access, 1 + hp->nph); in spi_nor_process_sfdp() 1259 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() 1260 const struct jesd216_param_header *phpe = php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp() 1266 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp()
|
D | flash_stm32_xspi.c | 2242 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_xspi_init() local 2250 uint32_t magic = jesd216_sfdp_magic(hp); in flash_stm32_xspi_init() 2258 hp->rev_major, hp->rev_minor, hp->access, 1 + hp->nph); in flash_stm32_xspi_init() 2260 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_xspi_init() 2262 MIN(decl_nph, 1 + hp->nph); in flash_stm32_xspi_init() 2268 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_xspi_init()
|
D | flash_stm32_ospi.c | 2423 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_ospi_init() local 2431 uint32_t magic = jesd216_sfdp_magic(hp); in flash_stm32_ospi_init() 2439 hp->rev_major, hp->rev_minor, hp->access, 1 + hp->nph); in flash_stm32_ospi_init() 2441 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_ospi_init() 2443 MIN(decl_nph, 1 + hp->nph); in flash_stm32_ospi_init() 2449 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_ospi_init()
|
/Zephyr-latest/samples/subsys/usb/audio/headset/ |
D | app.overlay | 14 hp-feature-mute; 15 hp-channel-l; 16 hp-channel-r; 18 hp-feature-volume;
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/ |
D | nrf52833dk_nrf52833.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
D | nrf52840dongle_nrf52840.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/boards/ |
D | nrf52833dk_nrf52833.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
D | nrf52840dongle_nrf52840.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 11 hp-feature-mute; 12 hp-channel-l; 13 hp-channel-r;
|
/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 299 const struct jesd216_sfdp_header *hp = &u.sfdp; in main() local 308 uint32_t magic = jesd216_sfdp_magic(hp); in main() 316 hp->rev_major, hp->rev_minor, hp->access, 1 + hp->nph); in main() 318 const struct jesd216_param_header *php = hp->phdr; in main() 319 const struct jesd216_param_header *phpe = php + MIN(decl_nph, 1 + hp->nph); in main() 326 (uint32_t)(php - hp->phdr), id, php->rev_major, php->rev_minor, in main()
|
/Zephyr-latest/dts/arm/rakwireless/ |
D | rak3172.dtsi | 23 power-amplifier-output = "rfo-hp"; 24 rfo-hp-max-power = <22>;
|
/Zephyr-latest/dts/arm/seeed_studio/ |
D | lora-e5.dtsi | 27 power-amplifier-output = "rfo-hp"; 28 rfo-hp-max-power = <22>;
|
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/ |
D | app.overlay | 9 compatible = "usb-audio-hp";
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 251 hp-feature-mute; 252 hp-channel-l; 253 hp-channel-r;
|
/Zephyr-latest/boards/st/nucleo_wl55jc/ |
D | nucleo_wl55jc.dts | 186 power-amplifier-output = "rfo-hp"; 188 rfo-hp-max-power = <22>;
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 342 .. _Chromebooks: https://www.hp.com/us-en/shop/pdp/hp-chromebook-x360-14c-cc0047nr
|
/Zephyr-latest/dts/arm/renesas/ra/ra8/ |
D | ra8x1.dtsi | 274 compatible = "renesas,ra-flash-hp-controller";
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 295 hp Hewlett Packard
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 614 …al support for Renesas RA8 Flash controller driver (:dtcompatible:`renesas,ra-flash-hp-controller`)
|
D | release-notes-3.5.rst | 1042 * :dtcompatible:`usb-audio-hs` and :dtcompatible:`usb-audio-hp`:
|