Lines Matching defs:data
85 u32 data;
193 /* Just read the current value right out of the data register */
628 static void dwapb_assert_reset(void *data)
630 struct dwapb_gpio *gpio = data;
653 static void dwapb_disable_clks(void *data)
655 struct dwapb_gpio *gpio = data;
683 { .compatible = "snps,dw-apb-gpio", .data = (void *)GPIO_REG_OFFSET_V1},
684 { .compatible = "apm,xgene-gpio-v2", .data = (void *)GPIO_REG_OFFSET_V2},
764 ctx->data = dwapb_read(gpio, offset);
808 dwapb_write(gpio, offset, ctx->data);