Searched full:pcp (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/soc/x86/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-Core-3.5.0/include/zephyr/net/ |
D | ethernet_vlan.h | 98 * @param pcp Priority code point. 102 static inline uint16_t net_eth_vlan_set_pcp(uint16_t tci, uint8_t pcp) in net_eth_vlan_set_pcp() argument 104 return (tci & 0x1fff) | ((pcp & 0x07) << 13); in net_eth_vlan_set_pcp()
|
D | net_ip.h | 1596 * @return VLAN priority (PCP)
|
D | net_pkt.h | 263 * Code Point (PCP), Drop Eligible Indicator (DEI) and VLAN
|
/Zephyr-Core-3.5.0/dts/bindings/serial/ |
D | ns16550.yaml | 13 pcp:
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_ns16550.c | 46 #define UART_NS16550_PCP_ENABLED DT_ANY_INST_HAS_PROP_STATUS_OKAY(pcp) 241 #define PCP(dev) (get_port(dev) + REG_PCP) macro 258 uint32_t pcp; member 454 uint32_t pcp = dev_cfg->pcp; local 456 if (pcp) { 457 pcp |= PCP_EN; 458 ns16550_outbyte(dev_cfg, PCP(dev), pcp & ~PCP_UPDATE); 459 ns16550_outbyte(dev_cfg, PCP(dev), pcp | PCP_UPDATE); 1312 IF_ENABLED(DT_INST_NODE_HAS_PROP(n, pcp), \ 1313 (.pcp = DT_INST_PROP_OR(n, pcp, 0),)) \
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | traffic-class.rst | 11 various parameters. For Zephyr, the VLAN priority code point (PCP) is used
|