Searched refs:fsl_rio_dbell (Results 1 – 3 of 3) sorted by relevance
87 struct fsl_rio_dbell { struct121 extern struct fsl_rio_dbell *dbell;129 extern int fsl_rio_doorbell_init(struct fsl_rio_dbell *dbell);
37 #define IRQ_RIO_BELL(m) (((struct fsl_rio_dbell *)(m))->bellirq)296 struct fsl_rio_dbell *fsl_dbell = (struct fsl_rio_dbell *)dev_instance; in fsl_rio_dbell_handler()1027 int fsl_rio_doorbell_init(struct fsl_rio_dbell *dbell) in fsl_rio_doorbell_init()
99 struct fsl_rio_dbell *dbell;520 dbell = kzalloc(sizeof(struct fsl_rio_dbell), GFP_KERNEL); in fsl_rio_setup()