Searched full:pcp (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/soc/intel/apollo_lake/doc/ |
D | supported_features.txt | 21 32-bit register called ``PRV_CLOCK_PARAMS`` (aka the ``PCP``), the format of 33 the ``PCP`` to ``0x3d090240``, i.e., ``n = 288``, ``m = 15625``, which 35 of 115.2k. Higher baud rates are enabled by changing the PCP and telling 48 pcp = <0x3d090900>; 55 The relevant variables are ``pcp`` (the value to use for ``PRV_CLOCK_PARAMS``),
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet_vlan.h | 103 * @param pcp Priority code point. 107 static inline uint16_t net_eth_vlan_set_pcp(uint16_t tci, uint8_t pcp) in net_eth_vlan_set_pcp() argument 109 return (tci & 0x1fff) | ((pcp & 0x07) << 13); in net_eth_vlan_set_pcp()
|
D | net_ip.h | 1794 * @return VLAN priority (PCP)
|
D | net_pkt.h | 299 * Code Point (PCP), Drop Eligible Indicator (DEI) and VLAN
|
/Zephyr-latest/dts/bindings/serial/ |
D | ns16550.yaml | 13 pcp:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | traffic-class.rst | 11 various parameters. For Zephyr, the VLAN priority code point (PCP) is used
|
/Zephyr-latest/drivers/serial/ |
D | uart_ns16550.c | 46 #define UART_NS16550_PCP_ENABLED DT_ANY_INST_HAS_PROP_STATUS_OKAY(pcp) 261 #define PCP(dev) (get_port(dev) + REG_PCP) macro 342 uint32_t pcp; member 595 uint32_t pcp = dev_cfg->pcp; local 597 if (pcp) { 598 pcp |= PCP_EN; 599 ns16550_outbyte(dev_cfg, PCP(dev), pcp & ~PCP_UPDATE); 600 ns16550_outbyte(dev_cfg, PCP(dev), pcp | PCP_UPDATE); 1946 IF_ENABLED(DT_INST_NODE_HAS_PROP(n, pcp), \ 1947 (.pcp = DT_INST_PROP_OR(n, pcp, 0),)) \
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | l2cap_k_frame_1.drawio.svg | 4 …hKQwKYR4F74niiXSDr2pfj/hlH4uyzjN9fDohwd5eodTnJsHPNHHY7LD1HgGACiVUhgQwnsG/06Pcp+Sf/+I/4/MsqbN7TPdks…
|