Home
last modified time | relevance | path

Searched refs:QE_CLK_NONE (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/include/configs/
H A DMPC8569MDS.h296 #define CONFIG_SYS_UEC1_RX_CLK QE_CLK_NONE
317 #define CONFIG_SYS_UEC2_RX_CLK QE_CLK_NONE
338 #define CONFIG_SYS_UEC3_RX_CLK QE_CLK_NONE
359 #define CONFIG_SYS_UEC4_RX_CLK QE_CLK_NONE
380 #define CONFIG_SYS_UEC6_RX_CLK QE_CLK_NONE
381 #define CONFIG_SYS_UEC6_TX_CLK QE_CLK_NONE
393 #define CONFIG_SYS_UEC8_RX_CLK QE_CLK_NONE
394 #define CONFIG_SYS_UEC8_TX_CLK QE_CLK_NONE
H A DMPC8568MDS.h276 #define CONFIG_SYS_UEC1_RX_CLK QE_CLK_NONE
288 #define CONFIG_SYS_UEC2_RX_CLK QE_CLK_NONE
H A Dsuvd3.h182 #define CONFIG_SYS_UEC2_RX_CLK QE_CLK_NONE /* not used in RMII Mode */
H A Dp1_twr.h310 #define CONFIG_SYS_UEC5_RX_CLK QE_CLK_NONE
H A Dp1_p2_rdb_pc.h690 #define CONFIG_SYS_UEC5_RX_CLK QE_CLK_NONE
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c312 if ((uf_info->rx_clock != QE_CLK_NONE) && in ucc_fast_init()
321 if ((uf_info->tx_clock != QE_CLK_NONE) && in ucc_fast_init()
331 if ((uf_info->rx_clock != QE_CLK_NONE) && in ucc_fast_init()
340 if ((uf_info->tx_clock != QE_CLK_NONE) && in ucc_fast_init()
349 if ((uf_info->rx_sync != QE_CLK_NONE) && in ucc_fast_init()
358 if ((uf_info->tx_sync != QE_CLK_NONE) && in ucc_fast_init()
H A Dqe_tdm.c45 if ((ut_info->uf_info.rx_sync < QE_CLK_NONE) || in ucc_of_parse_tdm()
58 if ((ut_info->uf_info.tx_sync < QE_CLK_NONE) || in ucc_of_parse_tdm()
H A Dqe.c251 return QE_CLK_NONE; in qe_clock_source()
/openbmc/u-boot/drivers/qe/
H A Duccf.c361 if (uf_info->rx_clock != QE_CLK_NONE) { in ucc_fast_init()
371 if (uf_info->tx_clock != QE_CLK_NONE) { in ucc_fast_init()
/openbmc/linux/drivers/usb/host/
H A Dfhci-hcd.c707 if (fhci->fullspeed_clk == QE_CLK_NONE && in of_fhci_probe()
708 fhci->lowspeed_clk == QE_CLK_NONE) { in of_fhci_probe()
719 if (fhci->fullspeed_clk != QE_CLK_NONE) { in of_fhci_probe()
/openbmc/u-boot/include/configs/km/
H A Dkm83xx-common.h145 #define CONFIG_SYS_UEC1_RX_CLK QE_CLK_NONE /* not used in RMII Mode */
/openbmc/u-boot/include/
H A Dfsl_qe.h133 QE_CLK_NONE = 0, enumerator
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h32 QE_CLK_NONE = 0, enumerator
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c1150 if ((ut_info->uf_info.rx_clock < QE_CLK_NONE) || in ucc_hdlc_probe()
1163 if ((ut_info->uf_info.tx_clock < QE_CLK_NONE) || in ucc_hdlc_probe()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c3549 if (*out < QE_CLK_NONE || *out > QE_CLK24) { in ucc_geth_parse_clock()