Searched refs:ccs (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/
H A Dray_cs.c103 static int interrupt_ecf(ray_dev_t *local, int ccs);
452 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev)
462 * and a "struct ccs" ends up being in the _index_ off
464 * ccs/rcs.
474 struct ccs __iomem *pccs;
536 struct ccs __iomem *pccs;
646 struct ccs __iomem *pccs = ccs_base(local) + local->dl_param_ccs;
658 "verify_dl_startup parameters sent via ccs %d:\n",
688 struct ccs __iomem *pccs;
716 struct ccs __iome
1549 interrupt_ecf(ray_dev_t *local, int ccs) argument
[all...]
H A Drayctl.h456 /* Structures for command specific parameters (ccs.var) */
515 struct ccs { struct
/drivers/staging/cxt1e1/
H A Dlinux.c705 struct c4_chan_stats_wrap ccs; local
708 if (copy_from_user (&ccs, data,
711 switch (ret = mkret (c4_get_chan_stats (ccs.channum, &ccs.stats)))
718 if (copy_to_user (data, &ccs,
/drivers/video/
H A Dtmiofb.c358 tmiofb_acc_wait(struct fb_info *info, unsigned int ccs) argument
368 while (tmio_ioread16(par->lcr + LCR_CCS) > ccs) {
373 ccs);
380 tmio_ioread16(par->lcr + LCR_CCS) <= ccs,
382 pr_err("tmiofb: timeout waiting for %d\n", ccs);

Completed in 3502 milliseconds