Searched full:pfc (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/drivers/pinctrl/renesas/rz/ |
D | pinctrl_rzt2m.c | 19 #define PFC(port) (PORT_NSR + 0x600 + (0x4 * port)) macro 37 uint32_t pfc = sys_read32(PFC(pin->port)) & ~(PFC_FUNC_MASK(pin->pin)); in pinctrl_configure_pin() local 48 sys_write32(pfc | pin->func << (pin->pin * 4), PFC(pin->port)); in pinctrl_configure_pin()
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | renesas,rcar-pfc.yaml | 12 The node has the 'pfc' node label set in your SoC's devicetree, so you can 15 &pfc { 20 'pfc' node, as shown in this example: 28 &pfc { 67 compatible: "renesas,rcar-pfc"
|
/Zephyr-latest/drivers/pinctrl/renesas/rcar/ |
D | Kconfig | 12 bool "Voltage control functionality of Renesas R-Car PFC driver"
|
/Zephyr-latest/dts/arm/renesas/rcar/gen4/ |
D | r8a779f0.dtsi | 17 pfc: pin-controller@e6050000 { label 18 compatible = "renesas,rcar-pfc";
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/ |
D | rcar_spider_s4_r8a779f0_r52-pinctrl.dtsi | 9 &pfc {
|
D | rcar_spider_s4_r8a779f0_a55-pinctrl.dtsi | 9 &pfc {
|
/Zephyr-latest/boards/renesas/rcar_salvator_x/ |
D | rcar_salvator_x_r8a77951_r7-pinctrl.dtsi | 9 &pfc {
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/ |
D | rcar_h3ulcb_r8a77951_r7-pinctrl.dtsi | 9 &pfc {
|
D | rcar_h3ulcb_r8a77951_a57-pinctrl.dtsi | 9 &pfc {
|
/Zephyr-latest/dts/arm64/renesas/ |
D | r8a779f0.dtsi | 102 pfc: pin-controller@e6050000 { label 103 compatible = "renesas,rcar-pfc";
|
D | rcar_gen3_ca57.dtsi | 109 pfc: pin-controller@e6060000 { label 110 compatible = "renesas,rcar-pfc";
|
/Zephyr-latest/boards/renesas/rcar_salvator_xs/ |
D | rcar_salvator_xs-pinctrl.dtsi | 9 &pfc {
|
/Zephyr-latest/dts/arm/renesas/rcar/gen3/ |
D | rcar_gen3_cr7.dtsi | 66 pfc: pin-controller@e6060000 { label 67 compatible = "renesas,rcar-pfc";
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/ |
D | pinctrl-rcar-common.h | 88 * This macro is used to define a dummy IPSR flag for a pin in the R-Car PFC
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | xlnx,gem.yaml | 275 pause if a non zero 802.3 classic pause frame is received and PFC
|
D | snps,dwcxgmac.yaml | 443 for the specified pause time when a PFC packet is received with priorities
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac_priv.h | 637 * pause time when a PFC packet is received with priorities matching the priorities
|
/Zephyr-latest/drivers/sdhc/ |
D | rcar_mmc.c | 1449 * don't have direct configurations for open-drain mode for both PFC and GPIO and Zephyr in rcar_mmc_set_io()
|