Searched refs:ax88796_data (Results 1 – 1 of 1) sorted by relevance
243 struct xsurf100_ax_plat_data ax88796_data; in xsurf100_probe() local279 memset(&ax88796_data, 0, sizeof(ax88796_data)); in xsurf100_probe()280 ax88796_data.ax.flags = AXFLG_HAS_EEPROM; in xsurf100_probe()281 ax88796_data.ax.wordlength = 2; in xsurf100_probe()282 ax88796_data.ax.dcr_val = 0x48; in xsurf100_probe()283 ax88796_data.ax.rcr_val = 0x40; in xsurf100_probe()284 ax88796_data.ax.reg_offsets = reg_offsets; in xsurf100_probe()285 ax88796_data.ax.check_irq = is_xsurf100_network_irq; in xsurf100_probe()286 ax88796_data.base_regs = ioremap(zdev->resource.start, 0x100); in xsurf100_probe()289 if (!ax88796_data.base_regs) { in xsurf100_probe()[all …]