Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.h41 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 …]
Dflash_andes_qspi.c552 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()
Dflash_stm32_qspi.c1473 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()
Dspi_nor.c1241 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()
Dflash_stm32_xspi.c2242 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()
Dflash_stm32_ospi.c2423 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/
Dapp.overlay14 hp-feature-mute;
15 hp-channel-l;
16 hp-channel-r;
18 hp-feature-volume;
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/
Dnrf52833dk_nrf52833.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
Dnrf52840dongle_nrf52840.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
Dnrf5340dk_nrf5340_cpuapp.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/boards/
Dnrf52833dk_nrf52833.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
Dnrf52840dongle_nrf52840.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
Dnrf5340dk_nrf5340_cpuapp.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay11 hp-feature-mute;
12 hp-channel-l;
13 hp-channel-r;
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c299 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/
Drak3172.dtsi23 power-amplifier-output = "rfo-hp";
24 rfo-hp-max-power = <22>;
/Zephyr-latest/dts/arm/seeed_studio/
Dlora-e5.dtsi27 power-amplifier-output = "rfo-hp";
28 rfo-hp-max-power = <22>;
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dapp.overlay9 compatible = "usb-audio-hp";
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi251 hp-feature-mute;
252 hp-channel-l;
253 hp-channel-r;
/Zephyr-latest/boards/st/nucleo_wl55jc/
Dnucleo_wl55jc.dts186 power-amplifier-output = "rfo-hp";
188 rfo-hp-max-power = <22>;
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst342 .. _Chromebooks: https://www.hp.com/us-en/shop/pdp/hp-chromebook-x360-14c-cc0047nr
/Zephyr-latest/dts/arm/renesas/ra/ra8/
Dra8x1.dtsi274 compatible = "renesas,ra-flash-hp-controller";
/Zephyr-latest/dts/bindings/
Dvendor-prefixes.txt295 hp Hewlett Packard
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst614 …al support for Renesas RA8 Flash controller driver (:dtcompatible:`renesas,ra-flash-hp-controller`)
Drelease-notes-3.5.rst1042 * :dtcompatible:`usb-audio-hs` and :dtcompatible:`usb-audio-hp`: