Searched refs:revision (Results 101 - 125 of 206) sorted by relevance

123456789

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dltmain.sh610 revision=0
641 test -n "$3" && revision="$3"
654 case "$revision" in
657 echo "$progname: REVISION \`$revision' is not a nonnegative integer" 1>&2
679 version_vars="version_type current age revision"
686 versuffix="$major.$age.$revision"
692 versuffix="$current.$age.$revision"
710 versuffix="$current.$revision"
1104 revision=$revision
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dltmain.sh610 revision=0
641 test -n "$3" && revision="$3"
654 case "$revision" in
657 echo "$progname: REVISION \`$revision' is not a nonnegative integer" 1>&2
679 version_vars="version_type current age revision"
686 versuffix="$major.$age.$revision"
692 versuffix="$current.$age.$revision"
710 versuffix="$current.$revision"
1104 revision=$revision
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp.h185 u8 revision; member in struct:hrt
199 REVISION = offsetof(struct hrt, revision),
398 #define msg_HPC_rev_error "Unsupported revision of the PCI hot plug controller found.\n"
H A Dibmphp.h649 #define READ_BUS_MODE(s) ((s->revision & PRGM_MODEL_REV_LEVEL) >= 0x20)
743 u8 revision; member in struct:controller
H A Dibmphp_core.c80 debug ("revision = %x\n", slot_cur->ctrl->revision);
575 if (slot_cur->ctrl->revision == 0xFF)
576 if (get_ctrl_revision (slot_cur, &slot_cur->ctrl->revision))
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dltmain.sh853 revision=0
898 test -n "$3" && revision="$3"
911 case "$revision" in
914 $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
936 version_vars="version_type current age revision"
943 versuffix="$major.$age.$revision"
949 versuffix="$current.$age.$revision"
967 versuffix="$current.$revision"
1588 revision=$revision
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsal.h18 * revision of the SAL spec.
20 * revision of the SAL spec.
299 sal_log_revision_t revision; /* Major and Minor revision of header */ member in struct:sal_log_record_header
310 sal_log_revision_t revision; /* Major and Minor revision of Section */ member in struct:sal_log_sec_header
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsal.h18 * revision of the SAL spec.
20 * revision of the SAL spec.
299 sal_log_revision_t revision; /* Major and Minor revision of header */ member in struct:sal_log_record_header
310 sal_log_revision_t revision; /* Major and Minor revision of Section */ member in struct:sal_log_sec_header
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/dispatcher/
H A Ddsobject.c75 table_revision = info->table_desc->pointer->revision;
111 * revision number of the parent ACPI table.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dpluto.c252 memcpy (pluto->rev_str, inq->revision, 4);
H A Di60uscsi.c491 USHORT revision; local
497 revision = get_FW_version(hcsp);
498 if (revision == 0xFFFF) {
H A Dsym53c8xx_comm.h2177 u_char revision; local
2215 pci_read_config_byte(pdev, PCI_CLASS_REVISION, &revision);
2257 if (revision > ncr_chip_table[i].revision_id)
2261 chip->revision_id = revision;
2422 ** The revision number limit is for now arbitrary.
2424 if (device_id == PCI_DEVICE_ID_NCR_53C896 && revision <= 0x10) {
H A D53c7xx.c741 unsigned char revision; local
875 revision = (NCR53c7x0_read8(CTEST8_REG) & 0xF0) >> 4;
876 switch (revision) {
877 case 1: revision = 0; break;
878 case 2: revision = 1; break;
879 case 4: revision = 2; break;
880 case 8: revision = 3; break;
881 default: revision = 255; break;
883 printk("scsi%d: Revision 0x%x\n",host->host_no,revision);
885 if ((revision
[all...]
H A Desp.c485 if (esp->dma->revision != dvmahme) {
490 switch (esp->dma->revision) {
1245 return "Bogon ESP revision";
1334 switch (esp->dma->revision) {
1804 if (esp->dma->revision == dvmaesc1) {
2260 if (esp->dma->revision == dvmaesc1) {
2276 if (esp->dma->revision == dvmahme)
2279 switch (esp->dma->revision) {
2296 if (esp->dma->revision == dvmahme) {
2333 if (esp->dma->revision
[all...]
H A Dsim710.c1360 int revision; local
1542 revision = (NCR_read8(CTEST8_REG) & 0xF0) >> 4;
1543 printk("scsi%d: Revision 0x%x\n",host->host_no,revision);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A D21142.c170 int startup = ! ((tp->chip_id == DC21143 && tp->revision == 65));
H A Dtulip.h352 int revision; member in struct:tulip_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dmca.c31 * updated for conformance with Nov. 2000 revision of the
998 (lh->revision.major >> 4) * 10 + (lh->revision.major & 0xf),
999 (lh->revision.minor >> 4) * 10 + (lh->revision.minor & 0xf));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dbtaudio.c894 unsigned char revision,lat; local
941 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &revision);
944 pci_dev->device,revision,pci_dev->bus->number,
H A Dtrident.c401 u8 revision; member in struct:trident_card
2971 if (card->revision == ALI_5451_V02) {
3038 if (card->revision == ALI_5451_V02)
3967 if (card->revision < ALI_5451_V02)
4059 u8 revision; local
4080 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &revision);
4103 card->revision = revision;
4136 if(card->revision == ALI_5451_V02) {
4221 if(card->revision
[all...]
H A Dforte.c1810 u8 revision; local
1814 pci_read_config_byte (chip->pci_dev, PCI_REVISION_ID, &revision);
1816 if (revision >= 0xB1) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Dkcapi.c36 static char *revision = "$Revision: 1.1.1.1 $"; variable
268 driver->revision);
1027 len += sprintf(page+len, "%-16s %s\n", "revision", driver->revision);
1666 if ((p = strchr(revision, ':')) != 0 && p[1]) {
1688 if ((p = strchr(revision, ':'))) {
H A Davmcard.h56 unsigned char revision; member in struct:avmcard
140 * driver revision b1struct card
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dtridentfb.c1262 unsigned char revision; local
1274 revision = inb(0x3C5);
1276 switch (revision) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c523.c420 u_char revision = 0; local
480 /* revision is stored in the first 4 bits of the revision register */
481 revision = inb(dev->base_addr + ELMC_REVISION) & 0xf;
510 printk(KERN_INFO "%s: 3Com 3c523 Rev 0x%x at %#lx\n", dev->name, (int) revision,

Completed in 343 milliseconds

123456789