Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/
Dray_cs.c102 static int interrupt_ecf(ray_dev_t *local, int ccs);
452 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev) in ccs_base()
473 struct ccs __iomem *pccs; in ray_init()
532 struct ccs __iomem *pccs; in dl_startup_params()
641 struct ccs __iomem *pccs = ccs_base(local) + local->dl_param_ccs; in verify_dl_startup()
683 struct ccs __iomem *pccs; in start_net()
711 struct ccs __iomem *pccs; in join_net()
877 struct ccs __iomem *pccs; in ray_hw_xmit()
1547 static int interrupt_ecf(ray_dev_t *local, int ccs) in interrupt_ecf() argument
1556 dev_dbg(&link->dev, "interrupt_ecf(local=%p, ccs = 0x%x\n", local, ccs); in interrupt_ecf()
[all …]
Drayctl.h517 struct ccs { struct
/Linux-v4.19/drivers/video/fbdev/
Dtmiofb.c358 tmiofb_acc_wait(struct fb_info *info, unsigned int ccs) in tmiofb_acc_wait() argument
368 while (tmio_ioread16(par->lcr + LCR_CCS) > ccs) { in tmiofb_acc_wait()
373 ccs); in tmiofb_acc_wait()
380 tmio_ioread16(par->lcr + LCR_CCS) <= ccs, in tmiofb_acc_wait()
382 pr_err("tmiofb: timeout waiting for %d\n", ccs); in tmiofb_acc_wait()