Home
last modified time | relevance | path

Searched refs:ucc (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Duqe_serial.txt4 compatible : must be "fsl,<chip>-ucc-uart". For t1040, must be
5 "fsl,t1040-ucc-uart".
12 ucc_serial: ucc@2200 {
13 compatible = "fsl,t1040-ucc-uart";
H A Dnetwork.txt48 - fsl,ucc-hdlc
50 Properties for fsl,ucc-hdlc:
110 ucc@2000 {
111 compatible = "fsl,ucc-hdlc";
126 ucc@2000 {
127 compatible = "fsl,ucc-hdlc";
/openbmc/linux/include/soc/fsl/qe/
H A Dimmap_qe.h287 struct ucc { struct
436 struct ucc ucc1; /* ucc1 */
437 struct ucc ucc3; /* ucc3 */
438 struct ucc ucc5; /* ucc5 */
439 struct ucc ucc7; /* ucc7 */
442 struct ucc ucc2; /* ucc2 */
443 struct ucc ucc4; /* ucc4 */
444 struct ucc ucc6; /* ucc6 */
445 struct ucc ucc8; /* ucc8 */
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dcommon.c96 struct device_node *ucc; in mpc85xx_qe_par_io_init() local
101 for_each_node_by_name(ucc, "ucc") in mpc85xx_qe_par_io_init()
102 par_io_of_config(ucc); in mpc85xx_qe_par_io_init()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8569mds.dts253 enet0: ucc@2000 {
269 compatible = "fsl,ucc-mdio";
306 compatible = "fsl,ucc-mdio";
317 compatible = "fsl,ucc-mdio";
324 enet2: ucc@2200 {
340 compatible = "fsl,ucc-mdio";
347 enet1: ucc@3000 {
363 compatible = "fsl,ucc-mdio";
370 enet3: ucc@3200 {
386 compatible = "fsl,ucc-mdio";
[all …]
H A Dmpc8569si-post.dtsi250 ucc@2000 {
257 ucc@2200 {
264 ucc@3000 {
271 ucc@3200 {
278 ucc@3400 {
285 ucc@3600 {
H A Dp1021si-post.dtsi196 ucc@2000 {
207 compatible = "fsl,ucc-mdio";
210 ucc@2400 {
217 ucc@2600 {
224 ucc@2200 {
H A Dt104xd4rdb.dtsi232 ucc_hdlc: ucc@2000 {
233 compatible = "fsl,ucc-hdlc";
246 ucc_serial: ucc@2200 {
247 compatible = "fsl,t1040-ucc-uart";
H A Dt104xrdb.dtsi242 ucc_hdlc: ucc@2000 {
243 compatible = "fsl,ucc-hdlc";
256 ucc_serial: ucc@2200 {
257 compatible = "fsl,t1040-ucc-uart";
H A Dp1025twr.dtsi236 enet3: ucc@2000 {
265 enet4: ucc@2400 {
275 serial2: ucc@2600 {
284 serial3: ucc@2200 {
H A Dt104xqds.dtsi386 ucc_hdlc: ucc@2000 {
387 compatible = "fsl,ucc-hdlc";
400 ucc_serial: ucc@2200 {
401 compatible = "fsl,t1040-ucc-uart";
H A Dt1024si-post.dtsi75 ucc@2000 {
82 ucc@2200 {
/openbmc/qemu/qom/
H A Dobject_interfaces.c24 UserCreatableClass *ucc = USER_CREATABLE_GET_CLASS(uc); in user_creatable_complete() local
27 if (ucc->complete) { in user_creatable_complete()
28 ucc->complete(uc, &err); in user_creatable_complete()
37 UserCreatableClass *ucc = USER_CREATABLE_GET_CLASS(uc); in user_creatable_can_be_deleted() local
39 if (ucc->can_be_deleted) { in user_creatable_can_be_deleted()
40 return ucc->can_be_deleted(uc); in user_creatable_can_be_deleted()
/openbmc/qemu/
H A Devent-loop-base.c104 UserCreatableClass *ucc = USER_CREATABLE_CLASS(klass); in event_loop_base_class_init() local
105 ucc->complete = event_loop_base_complete; in event_loop_base_class_init()
106 ucc->can_be_deleted = event_loop_base_can_be_deleted; in event_loop_base_class_init()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dkmeter1.dts315 enet_estar1: ucc@2000 {
331 enet_estar2: ucc@3000 {
347 enet_piggy2: ucc@3200 {
363 enet_eth1: ucc@2400 {
379 enet_eth2: ucc@3400 {
395 enet_eth3: ucc@2600 {
411 enet_eth4: ucc@3600 {
430 compatible = "fsl,ucc-mdio";
H A Dmpc836x_rdk.dts264 enet0: ucc@2000 {
279 enet1: ucc@3000 {
294 enet2: ucc@2600 {
309 enet3: ucc@3200 {
327 compatible = "fsl,ucc-mdio";
351 serial2: ucc@2400 {
364 serial3: ucc@3400 {
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c865 struct udma_chan_config *ucc = &uc->config; in udma_start_desc() local
867 if (uc->ud->match_data->type == DMA_TYPE_UDMA && ucc->pkt_mode && in udma_start_desc()
868 (uc->cyclic || ucc->dir == DMA_DEV_TO_MEM)) { in udma_start_desc()
4102 struct udma_chan_config *ucc; in udma_dma_filter_fn() local
4114 ucc = &uc->config; in udma_dma_filter_fn()
4130 ucc->remote_thread_id = filter_param->remote_thread_id; in udma_dma_filter_fn()
4131 ucc->atype = filter_param->atype; in udma_dma_filter_fn()
4132 ucc->asel = filter_param->asel; in udma_dma_filter_fn()
4133 ucc->tr_trigger_type = filter_param->tr_trigger_type; in udma_dma_filter_fn()
4135 if (ucc->tr_trigger_type) { in udma_dma_filter_fn()
[all …]
/openbmc/qemu/authz/
H A Dsimple.c84 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qauthz_simple_class_init() local
86 ucc->complete = qauthz_simple_complete; in qauthz_simple_class_init()
H A Dpamacct.c108 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qauthz_pam_class_init() local
111 ucc->complete = qauthz_pam_complete; in qauthz_pam_class_init()
H A Dlistfile.c225 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qauthz_list_file_class_init() local
228 ucc->complete = qauthz_list_file_complete; in qauthz_list_file_class_init()
/openbmc/qemu/crypto/
H A Dtls-cipher-suites.c107 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_cipher_suites_class_init() local
110 ucc->complete = qcrypto_tls_cipher_suites_complete; in qcrypto_tls_cipher_suites_class_init()
H A Dtlscredsanon.c142 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_creds_anon_class_init() local
144 ucc->complete = qcrypto_tls_creds_anon_complete; in qcrypto_tls_creds_anon_class_init()
H A Dtlscredspsk.c241 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_creds_psk_class_init() local
243 ucc->complete = qcrypto_tls_creds_psk_complete; in qcrypto_tls_creds_psk_class_init()
/openbmc/qemu/backends/
H A Drng.c104 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in rng_backend_class_init() local
106 ucc->complete = rng_backend_complete; in rng_backend_class_init()
/openbmc/linux/drivers/soc/fsl/qe/
H A DMakefile9 obj-$(CONFIG_UCC) += ucc.o

123