Searched refs:Index (Results 1 - 25 of 30) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dit8712.h23 void LPCSetConfig(char LdnNumber, char Index, char data);
24 char LPCGetConfig(char LdnNumber, char Index);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dit8712.h23 void LPCSetConfig(char LdnNumber, char Index, char data);
24 char LPCGetConfig(char LdnNumber, char Index);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dit8712.h23 void LPCSetConfig(char LdnNumber, char Index, char data);
24 char LPCGetConfig(char LdnNumber, char Index);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dit8712.h23 void LPCSetConfig(char LdnNumber, char Index, char data);
24 char LPCGetConfig(char LdnNumber, char Index);
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisksgilabel.c424 int Index[16]; /* list of valid partitions */ local
434 Index[sortcount++]=i;
448 qsort(Index, sortcount, sizeof(Index[0]), (void*)compare_start);
449 if (sgi_get_sysid(Index[0]) == ENTIRE_DISK) {
450 if ((Index[0] != 10) && verbose)
452 if ((sgi_get_start_sector(Index[0]) != 0) && verbose)
456 sgi_get_start_sector(Index[0]));
458 if ((sgi_get_num_sectors(Index[0]) != lastblock) && verbose)
461 sgi_get_num_sectors(Index[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/generic/
H A Dlpc.c60 void LPCSetConfig(char LdnNumber, char Index, char data) argument
65 outb(Index, LPC_KEY_ADDR);
70 char LPCGetConfig(char LdnNumber, char Index) argument
77 outb(Index, LPC_KEY_ADDR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/
H A Dskgepnmi.c2975 unsigned int TableIndex, /* Index to the Id table */
3043 unsigned int TableIndex, /* Index to the Id table */
3175 unsigned int TableIndex, /* Index to the Id table */
3254 * Get value (MAC Index 0 identifies the virtual MAC)
3318 unsigned int TableIndex, /* Index to the Id table */
3460 unsigned int TableIndex, /* Index to the Id table */
3669 unsigned int TableIndex, /* Index to the Id table */
3672 unsigned int Index; local
3688 Index = (unsigned int)Instance - 1;
3689 Limit = Index
3792 unsigned int Index; local
4046 unsigned int Index; local
4516 unsigned int Index; local
6397 unsigned int Index; local
6888 int Index; local
[all...]
H A Dskge.c542 pAC->Index = boards_found;
3018 if (AutoNeg_A != NULL && pAC->Index<SK_MAX_CARD_PARAM &&
3019 AutoNeg_A[pAC->Index] != NULL) {
3021 if (strcmp(AutoNeg_A[pAC->Index],"")==0) {
3024 else if (strcmp(AutoNeg_A[pAC->Index],"On")==0) {
3027 else if (strcmp(AutoNeg_A[pAC->Index],"Off")==0) {
3030 else if (strcmp(AutoNeg_A[pAC->Index],"Sense")==0) {
3039 if (DupCap_A != NULL && pAC->Index<SK_MAX_CARD_PARAM &&
3040 DupCap_A[pAC->Index] != NULL) {
3042 if (strcmp(DupCap_A[pAC->Index],"")
[all...]
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Durb.h124 UCHAR Index; member in struct:_URB_CONTROL_DESCRIPTOR_REQUEST
147 USHORT Index; // zero, interface or endpoint member in struct:_URB_CONTROL_GET_STATUS_REQUEST
170 USHORT Index; // zero, interface or endpoint member in struct:_URB_CONTROL_FEATURE_REQUEST
193 USHORT Index; member in struct:_URB_CONTROL_VENDOR_OR_CLASS_REQUEST
H A Durb64.h233 UCHAR Index; member in struct:_URB_CONTROL_DESCRIPTOR_REQUEST_64
249 USHORT Index; // zero, interface or endpoint member in struct:_URB_CONTROL_GET_STATUS_REQUEST_64
264 USHORT Index; // zero, interface or endpoint member in struct:_URB_CONTROL_FEATURE_REQUEST_64
280 USHORT Index; member in struct:_URB_CONTROL_VENDOR_OR_CLASS_REQUEST_64
H A Dusbdi.h582 UCHAR Index; member in struct:_URB_CONTROL_DESCRIPTOR_REQUEST
605 USHORT Index; // zero, interface or endpoint member in struct:_URB_CONTROL_GET_STATUS_REQUEST
628 USHORT Index; // zero, interface or endpoint member in struct:_URB_CONTROL_FEATURE_REQUEST
651 USHORT Index; member in struct:_URB_CONTROL_VENDOR_OR_CLASS_REQUEST
H A Ddecode.c102 PDEBUG("\t UrbControlDescriptorRequest.Index: %x\n", purb->UrbControlDescriptorRequest.Index);
168 PDEBUG("\t UrbOsFeatureDescriptorRequest.InterfaceNumber: %x\n", purb->UrbControlDescriptorRequest.Index);
264 PDEBUG("\t UrbControlVendorClassRequest.Index: %x\n", purb->UrbControlVendorClassRequest.Index);
291 PDEBUG("\t UrbControlDescriptorRequest.Index: %x\n", purb->UrbControlDescriptorRequest.Index);
357 PDEBUG("\t UrbOsFeatureDescriptorRequest.InterfaceNumber: %x\n", purb->UrbControlDescriptorRequest.Index);
453 PDEBUG("\t UrbControlVendorClassRequest.Index: %x\n", purb->UrbControlVendorClassRequest.Index);
[all...]
H A Dusbsock.c222 ret = usb_get_descriptor(udev, USB_DT_DEVICE, purb->UrbControlDescriptorRequest.Index,
243 ret = usb_get_descriptor(udev, USB_DT_CONFIG, purb->UrbControlDescriptorRequest.Index,
264 ret = usb_get_string(udev, purb->UrbControlDescriptorRequest.Index,
414 purb->UrbControlVendorClassRequest.Index, (char*)pbuf,
425 purb->UrbControlVendorClassRequest.Index, (char*)pbuf,
479 PDEBUG("index: %x ", purb->UrbControlVendorClassRequest.Index);
486 purb->UrbControlVendorClassRequest.Index == 0x100
500 purb->UrbControlVendorClassRequest.Index, (char*)pbuf,
510 PDEBUG("index: %x ", purb->UrbControlVendorClassRequest.Index);
518 purb->UrbControlVendorClassRequest.Index, (cha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/ssdp/
H A Dssdp_device.c214 Index; local
232 for( Index = 0; Index < NumPacket; Index++ ) {
239 *( RqPacket + Index ) );
241 rc = sendto( ReplySock, *( RqPacket + Index ),
242 strlen( *( RqPacket + Index ) ),
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dnegprot.c435 int Index=0; local
454 Index++;
513 Index = 0;
518 choice = Index;
519 Index++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DBusLogic.h1726 int Index = 0; local
1730 Index = (Amount < 1*1024 ? 0 : 1);
1731 else Index = (Amount < 4*1024 ? 2 : 3);
1736 Index = (Amount < 16*1024 ? 4 : 5);
1737 else Index = (Amount < 64*1024 ? 6 : 7);
1739 else Index = (Amount < 256*1024 ? 8 : 9);
1740 CommandSizeBuckets[Index]++;
H A Di60uscsi.c675 UCHAR Index; local
681 Index = scbp->SCB_ScbIdx;
682 i = Index / 32;
683 Index %= 32;
684 hcsp->BitAllocFlag[Ch][i] |= (1 << Index);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/h/
H A Dskdrv2nd.h473 int Index; /* internal board index number */ member in struct:s_AC
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Diboxcom.h273 BYTE Index; member in struct:PktGetInfoSite
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sis/
H A Dinit.h287 extern void SiS_SetRegOR(USHORT Port,USHORT Index,USHORT DataOR);
288 extern void SiS_SetRegAND(USHORT Port,USHORT Index,USHORT DataAND);
289 extern void SiS_SetRegANDOR(USHORT Port,USHORT Index,USHORT DataAND,USHORT DataOR);
H A Dinit301.h93 void SiS_SetRegANDOR(USHORT Port,USHORT Index,USHORT DataAND,USHORT DataOR);
94 void SiS_SetRegOR(USHORT Port,USHORT Index,USHORT DataOR);
95 void SiS_SetRegAND(USHORT Port,USHORT Index,USHORT DataAND);
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dcommon.c909 res_sites->Index = i/8;
915 res_sites->Index = i/8;
917 printf("Send:%d %d\n", res_sites->Index, res_sites->Count);
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Diboxcom.h335 BYTE Index; member in struct:PktGetInfoSite
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsynclink.c6771 unsigned int Index; local
6776 Index = StartIndex;
6779 pBufEntry = &(info->rx_buffer_list[Index]);
6781 if ( Index == EndIndex ) {
6792 Index++;
6793 if ( Index == info->rx_buffer_count )
6794 Index = 0;
6798 info->current_rx_buffer = Index;
7791 unsigned short Index; local
7794 for ( Index
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A Dproc-arm920.S163 * Re-written to use Index Ops.
462 @ && Re-written to use Index Ops.

Completed in 191 milliseconds

12