Home
last modified time | relevance | path

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

12

/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c34 typedef void (*dw_extractor)(const struct jesd216_param_header *php,
51 static void summarize_dw1(const struct jesd216_param_header *php, in summarize_dw1() argument
84 int rc = jesd216_bfp_read_support(php, bfp, in summarize_dw1()
98 static void summarize_dw2(const struct jesd216_param_header *php, in summarize_dw2() argument
104 static void summarize_dw89(const struct jesd216_param_header *php, in summarize_dw89() argument
113 typ_max_mul = jesd216_bfp_erase_type_times(php, bfp, in summarize_dw89()
127 static void summarize_dw11(const struct jesd216_param_header *php, in summarize_dw11() argument
132 if (jesd216_bfp_decode_dw11(php, bfp, &dw11) != 0) { in summarize_dw11()
151 static void summarize_dw12(const struct jesd216_param_header *php, in summarize_dw12() argument
176 static void summarize_dw14(const struct jesd216_param_header *php, in summarize_dw14() argument
[all …]
/Zephyr-latest/drivers/flash/
Djesd216.c26 int jesd216_bfp_read_support(const struct jesd216_param_header *php, in jesd216_bfp_read_support() argument
35 if ((php->len_dw >= 15) in jesd216_bfp_read_support()
41 if ((php->len_dw >= 19) in jesd216_bfp_read_support()
64 if (php->len_dw >= 17) { in jesd216_bfp_read_support()
87 if (php->len_dw >= 17) { in jesd216_bfp_read_support()
150 int jesd216_bfp_erase_type_times(const struct jesd216_param_header *php, in jesd216_bfp_erase_type_times() argument
158 if (php->len_dw < 10) { in jesd216_bfp_erase_type_times()
194 int jesd216_bfp_decode_dw11(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw11() argument
199 if (php->len_dw < 11) { in jesd216_bfp_decode_dw11()
248 int jesd216_bfp_decode_dw14(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw14() argument
[all …]
Djesd216.h284 int jesd216_bfp_read_support(const struct jesd216_param_header *php,
338 int jesd216_bfp_erase_type_times(const struct jesd216_param_header *php,
352 static inline uint32_t jesd216_bfp_page_size(const struct jesd216_param_header *php, in jesd216_bfp_page_size() argument
356 if (php->len_dw < 11) { in jesd216_bfp_page_size()
400 int jesd216_bfp_decode_dw11(const struct jesd216_param_header *php,
432 int jesd216_bfp_decode_dw14(const struct jesd216_param_header *php,
492 int jesd216_bfp_decode_dw15(const struct jesd216_param_header *php,
530 int jesd216_bfp_decode_dw16(const struct jesd216_param_header *php,
Dflash_andes_qspi.c506 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument
527 dev_data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
570 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() local
572 php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp()
574 while (php != phpe) { in spi_nor_process_sfdp()
575 uint16_t id = jesd216_param_id(php); in spi_nor_process_sfdp()
578 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp()
579 php->len_dw, jesd216_param_addr(php)); in spi_nor_process_sfdp()
583 uint32_t dw[MIN(php->len_dw, 20)]; in spi_nor_process_sfdp()
589 jesd216_param_addr(php), u_param.dw, sizeof(u_param.dw)); in spi_nor_process_sfdp()
[all …]
Dflash_stm32_qspi.c1155 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument
1183 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
1192 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
1232 rc = jesd216_bfp_read_support(php, bfp, supported_modes[i], &res); in spi_nor_process_bfp()
1256 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp()
1491 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_qspi_init() local
1492 const struct jesd216_param_header *phpe = php + in flash_stm32_qspi_init()
1495 while (php != phpe) { in flash_stm32_qspi_init()
1496 uint16_t id = jesd216_param_id(php); in flash_stm32_qspi_init()
1499 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_qspi_init()
[all …]
Dspi_nor.c1169 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument
1192 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
1214 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
1259 const struct jesd216_param_header *php = hp->phdr; in spi_nor_process_sfdp() local
1260 const struct jesd216_param_header *phpe = php + MIN(decl_nph, 1 + hp->nph); in spi_nor_process_sfdp()
1262 while (php != phpe) { in spi_nor_process_sfdp()
1263 uint16_t id = jesd216_param_id(php); in spi_nor_process_sfdp()
1266 (php - hp->phdr), id, php->rev_major, php->rev_minor, in spi_nor_process_sfdp()
1267 php->len_dw, jesd216_param_addr(php)); in spi_nor_process_sfdp()
1271 uint32_t dw[MIN(php->len_dw, 20)]; in spi_nor_process_sfdp()
[all …]
Dflash_stm32_xspi.c1808 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument
1878 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp()
1905 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
1924 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
2260 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_xspi_init() local
2261 const struct jesd216_param_header *phpe = php + in flash_stm32_xspi_init()
2264 while (php != phpe) { in flash_stm32_xspi_init()
2265 uint16_t id = jesd216_param_id(php); in flash_stm32_xspi_init()
2268 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_xspi_init()
2269 php->len_dw, jesd216_param_addr(php)); in flash_stm32_xspi_init()
[all …]
Dflash_stm32_ospi.c1971 const struct jesd216_param_header *php, in spi_nor_process_bfp() argument
2041 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp()
2068 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
2087 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
2441 const struct jesd216_param_header *php = hp->phdr; in flash_stm32_ospi_init() local
2442 const struct jesd216_param_header *phpe = php + in flash_stm32_ospi_init()
2445 while (php != phpe) { in flash_stm32_ospi_init()
2446 uint16_t id = jesd216_param_id(php); in flash_stm32_ospi_init()
2449 (php - hp->phdr), id, php->rev_major, php->rev_minor, in flash_stm32_ospi_init()
2450 php->len_dw, jesd216_param_addr(php)); in flash_stm32_ospi_init()
[all …]
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst119 * `GRLIB IP Library and LEON3, GPL version <https://www.gaisler.com/index.php/downloads/leongrlib>`_
120 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
121 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DREADME.rst25 .. _MQTT-SN v1.2 spec: https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.p…
68 …-SN Gateway: https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/in…
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt_sn.rst28 https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/index.php
31 https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.pdf
/Zephyr-latest/doc/services/modbus/
Dindex.rst39 .. _`MODBUS Protocol Specifications`: https://www.modbus.org/specs.php
/Zephyr-latest/boards/ronoth/lodev/doc/
Dindex.rst147 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id…
149 .. _AcSIP S76S Product Information Brief: https://www.acsip.com.tw/index.php?action=download_pro&pe…
Ds76s.rst232 .. _AcSIP S76S: http://www.acsip.com.tw/index.php?action=products-detail&fid1=11&fid2=29&fid3=27&id…
234 .. _AcSIP S76S Product Information Brief: https://www.acsip.com.tw/index.php?action=download_pro&pe…
236 .. _AcSIP Product Data Download: http://www.acsip.com.tw/index.php?action=technical
/Zephyr-latest/doc/security/
Dsecurity-citations.rst46 Available: https://www.owasp.org/index.php/Application_Threat_Modeling.
/Zephyr-latest/doc/develop/toolchains/
Ddesignware_arc_mwdt.rst6 #. You need to have `ARC MWDT <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_ installed on
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/
Dindex.rst204 * `GR716 Evaluation and Development Boards <https://www.gaisler.com/index.php/products/boards/gr716…
205 * `TSIM3 LEON3 simulator <https://www.gaisler.com/index.php/products/simulators/tsim3/tsim3-leon3>`_
206 * `GRMON3 debug monitor <https://www.gaisler.com/index.php/products/debug-tools/grmon3>`_
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/
Dindex.rst141 http://processors.wiki.ti.com/index.php/UniFlash_v4_Quick_Guide#Command_Line_Interface
147 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/
Dindex.rst190 https://wiki.pine64.org/index.php/PineTime
199 https://wiki.pine64.org/index.php/Reprogramming_the_PineTime
/Zephyr-latest/boards/qemu/arc/doc/
Dindex.rst99 …<https://www.synopsys.com/dw/doc.php/iip/dwc_arc_hs4xd/latest/doc/ARC_V2_PublicProgrammers_Referen…
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst15 (IoTDK) <https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_development_kit>`__
189 .. _Designware ARC IoT Development Kit website: https://www.synopsys.com/dw/ipdir.php?ds=arc_iot_de…
/Zephyr-latest/boards/raytac/mdbt50q_db_33/doc/
Dindex.rst199 https://www.raytac.com/product/ins.php?index_id=97
201 https://www.raytac.com/download/index.php?index_id=46
/Zephyr-latest/boards/raytac/mdbt50q_db_40/doc/
Dindex.rst201 https://www.raytac.com/product/ins.php?index_id=81
203 https://www.raytac.com/download/index.php?index_id=43
/Zephyr-latest/boards/sipeed/longan_nano/doc/
Dindex.rst13 - `Nuclei website <https://www.nucleisys.com/download.php>`_
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst267 http://processors.wiki.ti.com/index.php/CC31xx_%26_CC32xx
282 http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash
291 …http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package#XDS_Emulation_Software_.28e…

12