Searched refs:fsl_rio_dbell (Results 1 – 3 of 3) sorted by relevance
91 struct fsl_rio_dbell { struct124 extern struct fsl_rio_dbell *dbell;132 extern int fsl_rio_doorbell_init(struct fsl_rio_dbell *dbell);
41 #define IRQ_RIO_BELL(m) (((struct fsl_rio_dbell *)(m))->bellirq)298 struct fsl_rio_dbell *fsl_dbell = (struct fsl_rio_dbell *)dev_instance; in fsl_rio_dbell_handler()1020 int fsl_rio_doorbell_init(struct fsl_rio_dbell *dbell) in fsl_rio_doorbell_init()
94 struct fsl_rio_dbell *dbell;520 dbell = kzalloc(sizeof(struct fsl_rio_dbell), GFP_KERNEL); in fsl_rio_setup()