[go: nahoru, domu]

Searched defs:Index (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/aacraid/
H A Drx.c90 u32 Index = rx_readl(dev, MUnit.OutboundQueue); local
91 if (unlikely(Index == 0xFFFFFFFFL))
92 Index = rx_readl(dev, MUnit.OutboundQueue);
93 if (likely(Index != 0xFFFFFFFFL)) {
96 if (Index & 0x00000002L) {
98 if (Index == 0xFFFFFFFEL)
100 Index &= ~0x00000002L;
102 if (Index & 0x00000001L)
104 Index >>= 2;
108 Index, isAi
404 u32 Index; local
430 u32 Index; local
[all...]
/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_hw.c169 u16 ft1000_read_dpram_mag_16(struct net_device *dev, int offset, int Index) argument
179 if (Index) {
203 int offset, u16 value, int Index)
211 if (Index) {
202 ft1000_write_dpram_mag_16(struct net_device *dev, int offset, u16 value, int Index) argument
/drivers/staging/rtl8188eu/hal/
H A Dodm.c381 void ODM_CmnInfoPtrArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 Index, void *pValue) argument
387 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue;
/drivers/staging/rtl8723au/hal/
H A Dodm.c381 u16 Index, void *pValue)
387 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue;
380 ODM_CmnInfoPtrArrayHook23a(struct dm_odm_t *pDM_Odm, enum odm_cmninfo CmnInfo, u16 Index, void *pValue) argument
/drivers/staging/bcm/
H A Dnvm.c2255 unsigned int Index = 0; local
2306 for (Index = 0; Index < (FLASH2X_TOTAL_SIZE / (DEFAULT_SECTOR_SIZE * 16)); Index++)
2307 BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL, "SectorAccessBitMap[%d] :0x%x", Index,
2308 (psFlash2xCSInfo->SectorAccessBitMap[Index]));
2315 unsigned int Index = 0; local
2364 for (Index = 0; Index < (FLASH2X_TOTAL_SIZE / (DEFAULT_SECTOR_SIZE * 16)); Index
[all...]
/drivers/staging/xgifb/
H A Dvb_setmode.c1395 unsigned short Index; local
1397 Index = XGI_GetLCDCapPtr(pVBInfo);
1398 *HSyncWidth = pVBInfo->LCDCapList[Index].LCD_HSyncWidth;
1399 *VSyncWidth = pVBInfo->LCDCapList[Index].LCD_VSyncWidth;
1639 /* Output : al -> VCLK Index */
/drivers/video/fbdev/sis/
H A Dinit.c930 SiS_SetRegANDOR(SISIOADDRESS Port, u8 Index, u8 DataAND, u8 DataOR) argument
934 temp = SiS_GetReg(Port, Index);
936 SiS_SetReg(Port, Index, temp);
940 SiS_SetRegAND(SISIOADDRESS Port, u8 Index, u8 DataAND) argument
944 temp = SiS_GetReg(Port, Index);
946 SiS_SetReg(Port, Index, temp);
950 SiS_SetRegOR(SISIOADDRESS Port, u8 Index, u8 DataOR) argument
954 temp = SiS_GetReg(Port, Index);
956 SiS_SetReg(Port, Index, temp);
1655 SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, in argument
1669 SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide) argument
[all...]
/drivers/scsi/arcmsr/
H A Darcmsr_hba.c2722 uint32_t intmask_org, Index, firmware_state = 0; local
2740 for (Index = 0; Index < 2000; Index++) {
2747 if (Index >= 2000) {
/drivers/video/fbdev/via/
H A Dhw.h617 u8 Index; member in struct:IODATA
/drivers/media/usb/s2255/
H A Ds2255drv.c1899 u16 Index, u16 Value, void *TransferBuffer,
1908 Value, Index, TransferBuffer,
1913 Value, Index, TransferBuffer,
1898 s2255_vendor_req(struct s2255_dev *dev, unsigned char Request, u16 Index, u16 Value, void *TransferBuffer, s32 TransferBufferLength, int bOut) argument
/drivers/video/fbdev/aty/
H A Datyfb_base.c1075 int Index = 5; local
1079 while (--Index >= 0) {
1080 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) %
1083 horz_stretch_loop = Index;
1093 Index = StretchLoops[horz_stretch_loop];
1095 while (--Index >= 0) {
/drivers/tty/
H A Dsynclink.c6482 unsigned int Index; local
6487 Index = StartIndex;
6490 pBufEntry = &(info->rx_buffer_list[Index]);
6492 if ( Index == EndIndex ) {
6503 Index++;
6504 if ( Index == info->rx_buffer_count )
6505 Index = 0;
6509 info->current_rx_buffer = Index;
7491 unsigned short Index; local
7494 for ( Index
[all...]

Completed in 2092 milliseconds