Lines Matching refs:hwdata
65 const struct mxc_gpio_hwdata *hwdata; member
113 #define GPIO_DR (port->hwdata->dr_reg)
114 #define GPIO_GDIR (port->hwdata->gdir_reg)
115 #define GPIO_PSR (port->hwdata->psr_reg)
116 #define GPIO_ICR1 (port->hwdata->icr1_reg)
117 #define GPIO_ICR2 (port->hwdata->icr2_reg)
118 #define GPIO_IMR (port->hwdata->imr_reg)
119 #define GPIO_ISR (port->hwdata->isr_reg)
120 #define GPIO_EDGE_SEL (port->hwdata->edge_sel_reg)
122 #define GPIO_INT_LOW_LEV (port->hwdata->low_level)
123 #define GPIO_INT_HIGH_LEV (port->hwdata->high_level)
124 #define GPIO_INT_RISE_EDGE (port->hwdata->rise_edge)
125 #define GPIO_INT_FALL_EDGE (port->hwdata->fall_edge)
381 port->hwdata = device_get_match_data(&pdev->dev); in mxc_gpio_probe()