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