Lines Matching refs:ccs

135 static int interrupt_ecf(ray_dev_t *local, int ccs);
645 struct ccs *pccs; in ray_init()
679 pccs = (struct ccs *)(local->sram + CCS_BASE); in ray_init()
708 struct ccs *pccs; in dl_startup_params()
729 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in dl_startup_params()
814 struct ccs *pccs = ((struct ccs *)(local->sram + CCS_BASE)) + local->dl_param_ccs; in verify_dl_startup()
854 struct ccs *pccs; in start_net()
863 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in start_net()
881 struct ccs *pccs; in join_net()
891 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in join_net()
1104 struct ccs *pccs; in ray_hw_xmit()
1147 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in ray_hw_xmit()
1787 static int interrupt_ecf(ray_dev_t *local, int ccs) in interrupt_ecf() argument
1796 DEBUG(2,"interrupt_ecf(local=%p, ccs = 0x%x\n",local,ccs); in interrupt_ecf()
1806 writeb(ccs, local->sram + SCB_BASE); in interrupt_ecf()
1816 struct ccs *pccs = (struct ccs *)(local->sram + CCS_BASE); in get_free_tx_ccs()
1847 struct ccs *pccs = (struct ccs *)(local->sram + CCS_BASE); in get_free_ccs()
1956 struct ccs *pccs; in ray_update_parm()
1968 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in ray_update_parm()
1987 struct ccs *pccs; in ray_update_multi_list()
2004 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in ray_update_multi_list()
2072 struct ccs *pccs; in ray_interrupt()
2100 pccs = ((struct ccs *) (local->sram + CCS_BASE)) + rcsindex; in ray_interrupt()
2674 struct ccs *pccs; in associate()
2690 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in associate()
2858 struct ccs *pccs; in build_auth_frame()
2869 pccs = ((struct ccs *)(local->sram + CCS_BASE)) + ccsindex; in build_auth_frame()