Searched refs:xc (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/ |
D | netx-eth.c | 101 struct xc *xc; member 261 xc_reset(priv->xc); in netx_eth_timeout() 262 xc_start(priv->xc); in netx_eth_timeout() 331 running = xc_running(priv->xc); in netx_eth_enable() 332 xc_stop(priv->xc); in netx_eth_enable() 351 if (xc_request_firmware(priv->xc)) { in netx_eth_enable() 357 xc_reset(priv->xc); in netx_eth_enable() 358 xc_start(priv->xc); in netx_eth_enable() 391 priv->xc = request_xc(pdata->xcno, &pdev->dev); in netx_eth_drv_probe() 392 if (!priv->xc) { in netx_eth_drv_probe() [all …]
|
/drivers/net/wan/lmc/ |
D | lmc_main.c | 342 struct lmc_xilinx_control xc; /*fold02*/ in lmc_ioctl() local 354 if (copy_from_user(&xc, ifr->ifr_data, sizeof(struct lmc_xilinx_control))) { in lmc_ioctl() 358 switch(xc.command){ in lmc_ioctl() 492 if (!xc.data) { in lmc_ioctl() 497 data = kmalloc(xc.len, GFP_KERNEL); in lmc_ioctl() 503 if(copy_from_user(data, xc.data, xc.len)) in lmc_ioctl() 510 … printk("%s: Starting load of data Len: %d at 0x%p == 0x%p\n", dev->name, xc.len, xc.data, data); in lmc_ioctl() 569 for(pos = 0; pos < xc.len; pos++){ in lmc_ioctl()
|
/drivers/gpu/drm/nouveau/core/engine/crypt/fuc/ |
D | nv98.fuc | 64 .b32 #ctx_key + 0xc + 0x20000 ~0xffffffff 68 .b32 #ctx_iv + 0xc + 0x20000 ~0xffffffff 116 or $r1 0xc 299 and $r1 $r1 0xc 322 st b32 D[$r0 + #swap + 0xc] $r6
|
/drivers/gpu/drm/nouveau/core/engine/copy/fuc/ |
D | nva3.fuc | 156 or $r2 0xc 718 mov $r5 0xc
|