Searched refs:xordev (Results 1 – 2 of 2) sorted by relevance
485 struct mv_xor_device *xordev = mv_chan->xordev; in mv_xor_add_io_win() local543 xordev->win_start[i] = addr; in mv_xor_add_io_win()1055 mv_chan->xordev = xordev; in mv_xor_channel_add()1301 xordev = devm_kzalloc(&pdev->dev, sizeof(*xordev), GFP_KERNEL); in mv_xor_probe()1302 if (!xordev) in mv_xor_probe()1311 if (!xordev->xor_base) in mv_xor_probe()1320 if (!xordev->xor_high_base) in mv_xor_probe()1354 if (!IS_ERR(xordev->clk)) in mv_xor_probe()1438 if (xordev->channels[i]) { in mv_xor_probe()1444 if (!IS_ERR(xordev->clk)) { in mv_xor_probe()[all …]
128 struct mv_xor_device *xordev; member
Completed in 7 milliseconds