Searched refs:cec (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/net/can/
H A Dbfin_can.c91 __BFP(cec); /* offset 0x90 */
333 u16 cec = readw(&reg->cec); bfin_can_get_berr_counter() local
335 bec->txerr = cec >> 8; bfin_can_get_berr_counter()
336 bec->rxerr = cec; bfin_can_get_berr_counter()
475 u16 cec = readw(&reg->cec); bfin_can_err() local
476 u8 rxerr = cec; bfin_can_err()
477 u8 txerr = cec >> 8; bfin_can_err()
/linux-4.4.14/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c33 struct i2c_client *cec; member in struct:tda998x_priv
361 struct i2c_client *client = priv->cec; cec_write()
367 dev_err(&client->dev, "Error %d writing to cec:0x%x\n", ret, addr); cec_write()
373 struct i2c_client *client = priv->cec; cec_read()
388 dev_err(&client->dev, "Error %d reading from cec:0x%x\n", ret, addr); cec_read()
617 u8 sta, cec, lvl, flag0, flag1, flag2; tda998x_irq_thread() local
621 cec = cec_read(priv, REG_CEC_RXSHPDINT); tda998x_irq_thread()
627 "tda irq sta %02x cec %02x lvl %02x f0 %02x f1 %02x f2 %02x\n", tda998x_irq_thread()
628 sta, cec, lvl, flag0, flag1, flag2); tda998x_irq_thread()
630 if (cec & CEC_RXSHPDINT_HPD) { tda998x_irq_thread()
1205 i2c_unregister_device(priv->cec); tda998x_destroy()
1225 priv->cec = i2c_new_dummy(client->adapter, cec_addr); tda998x_create()
1226 if (!priv->cec) tda998x_create()
1337 if (priv->cec) tda998x_create()
1338 i2c_unregister_device(priv->cec); tda998x_create()
/linux-4.4.14/drivers/base/power/
H A Dwakeup.c524 unsigned int cec; wakeup_source_activate() local
543 cec = atomic_inc_return(&combined_event_count); wakeup_source_activate()
545 trace_wakeup_source_activate(ws->name, cec); wakeup_source_activate()
631 unsigned int cnt, inpr, cec; wakeup_source_deactivate() local
669 cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count); wakeup_source_deactivate()
670 trace_wakeup_source_deactivate(ws->name, cec); wakeup_source_deactivate()
/linux-4.4.14/drivers/media/i2c/
H A Dadv7511.c596 v4l2_info(sd, "i2c cec addr: 0x%x\n", state->i2c_cec_addr); adv7511_log_status()
1526 adv7511_wr(sd, 0xe2, 0x01); /* power down cec section */ adv7511_probe()
H A Dadv7604.c2881 .name = "cec",
H A Dadv7842.c3164 state->i2c_cec = adv7842_dummy_client(sd, "cec", pdata->i2c_cec, 0xf4); adv7842_register_clients()
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-tegra114.c1468 FUNCTION(cec),
1826 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
H A Dpinctrl-tegra124.c1628 FUNCTION(cec),
2034 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
H A Dpinctrl-tegra30.c2026 FUNCTION(cec),
2437 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
H A Dpinctrl-tegra210.c1206 FUNCTION(cec),
/linux-4.4.14/arch/blackfin/kernel/
H A Ddebug-mmrs.c159 __CAN(CEC, cec); bfin_debug_mmrs_can()
608 parent = debugfs_create_dir("cec", top); bfin_debug_mmrs_init()
/linux-4.4.14/drivers/video/fbdev/aty/
H A Dradeon_pm.c2217 u32 cgc, cec, c2gc;
2424 cec = INREG(CRTC_EXT_CNTL);
2484 OUTREG(CRTC_EXT_CNTL, cec);
/linux-4.4.14/drivers/atm/
H A Dhe.c2713 static long mcc = 0, oec = 0, dcc = 0, cec = 0; he_proc_read() local
2731 cec += he_readl(he_dev, CEC); he_proc_read()
2736 mcc, oec, dcc, cec); he_proc_read()
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfin_can.h81 __BFP(cec); /* offset 0x90 */

Completed in 893 milliseconds