Home
last modified time | relevance | path

Searched refs:fsl_rio_pw (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/sysdev/
H A Dfsl_rio.h95 struct fsl_rio_pw { struct
122 extern struct fsl_rio_pw *pw; argument
126 extern int fsl_rio_port_write_init(struct fsl_rio_pw *pw);
H A Dfsl_rmu.c36 #define IRQ_RIO_PW(m) (((struct fsl_rio_pw *)(m))->pwirq)
391 struct fsl_rio_pw *pw = (struct fsl_rio_pw *)dev_instance; in fsl_rio_port_write_handler()
481 struct fsl_rio_pw *pw = container_of(work, struct fsl_rio_pw, pw_work); in fsl_pw_dpc()
543 int fsl_rio_port_write_init(struct fsl_rio_pw *pw) in fsl_rio_port_write_init()
H A Dfsl_rio.c100 struct fsl_rio_pw *pw;
546 pw = kzalloc(sizeof(struct fsl_rio_pw), GFP_KERNEL); in fsl_rio_setup()