Searched refs:jsflash (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A DMakefile33 obj-$(CONFIG_SUN_JSFLASH) += jsflash.o
H A Djsflash.c35 #include <asm/jsflash.h> /* ioctl arguments. <linux/> ?? */
41 * The only thing a user knows is the device name /dev/jsflash.
92 struct jsflash { struct
119 static struct jsflash jsf0;
475 static struct miscdevice jsf_dev = { JSF_MINOR, "jsflash", &jsf_fops };
489 struct jsflash *jsf;
499 printk("jsflash: no \"reg\" property\n");
503 printk("jsflash: bus number nonzero: 0x%x:%x\n",
512 printk("jsflash: bad size 0x%x\n", (int)reg0.reg_size);
516 printk("jsflash
[all...]

Completed in 84 milliseconds