Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/
Dray_cs.c90 static int interrupt_ecf(ray_dev_t *local, int ccs);
440 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev) in ccs_base()
461 struct ccs __iomem *pccs; in ray_init()
520 struct ccs __iomem *pccs; in dl_startup_params()
629 struct ccs __iomem *pccs = ccs_base(local) + local->dl_param_ccs; in verify_dl_startup()
671 struct ccs __iomem *pccs; in start_net()
699 struct ccs __iomem *pccs; in join_net()
865 struct ccs __iomem *pccs; in ray_hw_xmit()
1537 static int interrupt_ecf(ray_dev_t *local, int ccs) in interrupt_ecf() argument
1546 dev_dbg(&link->dev, "interrupt_ecf(local=%p, ccs = 0x%x\n", local, ccs); in interrupt_ecf()
[all …]
Drayctl.h517 struct ccs { struct
/Linux-v5.4/drivers/video/fbdev/
Dtmiofb.c350 tmiofb_acc_wait(struct fb_info *info, unsigned int ccs) in tmiofb_acc_wait() argument
360 while (tmio_ioread16(par->lcr + LCR_CCS) > ccs) { in tmiofb_acc_wait()
365 ccs); in tmiofb_acc_wait()
372 tmio_ioread16(par->lcr + LCR_CCS) <= ccs, in tmiofb_acc_wait()
374 pr_err("tmiofb: timeout waiting for %d\n", ccs); in tmiofb_acc_wait()
/Linux-v5.4/drivers/usb/cdns3/
Ddebug.h137 priv_ep->free_trbs, priv_ep->ccs, priv_ep->pcs); in cdns3_dbg_ring()
Dgadget.c295 cdns3_ep_inc_trb(&priv_ep->dequeue, &priv_ep->ccs, priv_ep->num_trbs); in cdns3_ep_inc_deq()
1102 if ((trb->control & TRB_CYCLE) != priv_ep->ccs) in cdns3_request_handled()
1873 priv_ep->ccs = !!EP_STS_CCS(reg); in cdns3_gadget_ep_enable()
Dgadget.h1157 u8 ccs; member