Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/drivers/scsi/aacraid/
Drx.c90 u32 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message() local
91 if (unlikely(Index == 0xFFFFFFFFL)) in aac_rx_intr_message()
92 Index = rx_readl(dev, MUnit.OutboundQueue); in aac_rx_intr_message()
93 if (likely(Index != 0xFFFFFFFFL)) { in aac_rx_intr_message()
96 if (Index & 0x00000002L) { in aac_rx_intr_message()
98 if (Index == 0xFFFFFFFEL) in aac_rx_intr_message()
100 Index &= ~0x00000002L; in aac_rx_intr_message()
102 if (Index & 0x00000001L) in aac_rx_intr_message()
104 Index >>= 2; in aac_rx_intr_message()
108 Index, isAif, in aac_rx_intr_message()
[all …]
Daacraid.h2151 unsigned int aac_intr_normal(struct aac_dev *dev, u32 Index,
/linux-4.4.14/drivers/video/fbdev/via/
Dvt1636.c71 index = io_data.Index; in viafb_gpio_i2c_write_mask_lvds()
176 io_data.Index = 0x09; in set_dpa_vt1636()
182 io_data.Index = 0x08; in set_dpa_vt1636()
Dhw.h617 u8 Index; member
Dviafbdev.c1392 reg_val.Index = 0x08; in viafb_vt1636_proc_write()
1401 reg_val.Index = 0x09; in viafb_vt1636_proc_write()
1429 reg_val.Index = 0x08; in viafb_vt1636_proc_write()
1438 reg_val.Index = 0x09; in viafb_vt1636_proc_write()
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit301.h445 extern unsigned short SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWi…
446 extern unsigned short SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseW…
Dinit.h1487 unsigned short SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide);
1488 unsigned short SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide);
Dinit.c930 SiS_SetRegANDOR(SISIOADDRESS Port, u8 Index, u8 DataAND, u8 DataOR) in SiS_SetRegANDOR() argument
934 temp = SiS_GetReg(Port, Index); in SiS_SetRegANDOR()
936 SiS_SetReg(Port, Index, temp); in SiS_SetRegANDOR()
940 SiS_SetRegAND(SISIOADDRESS Port, u8 Index, u8 DataAND) in SiS_SetRegAND() argument
944 temp = SiS_GetReg(Port, Index); in SiS_SetRegAND()
946 SiS_SetReg(Port, Index, temp); in SiS_SetRegAND()
950 SiS_SetRegOR(SISIOADDRESS Port, u8 Index, u8 DataOR) in SiS_SetRegOR() argument
954 temp = SiS_GetReg(Port, Index); in SiS_SetRegOR()
956 SiS_SetReg(Port, Index, temp); in SiS_SetRegOR()
1655 SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide) in SiS_GetRefCRTVCLK() argument
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dbrcm,iproc-clocks.txt100 Clock Source (Parent) Index ID
145 Clock Source Index ID
176 Clock Source Index ID
Dbrcm,kona-ccu.txt72 CCU Clock Type Index Specifier
117 CCU Clock Type Index Specifier
Dqoriq-clock.txt65 Type# Name Index Cell
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio_lpc32xx.txt18 - reg: Index of the GPIO group
Dgpio-tz1090.txt16 - reg: Index of bank in the range 0 to 2.
/linux-4.4.14/Documentation/devicetree/bindings/arm/ux500/
Dpower_domain.txt27 Index Specifier
/linux-4.4.14/Documentation/devicetree/bindings/regmap/
Dregmap.txt4 Index Device Endianness properties
/linux-4.4.14/Documentation/powerpc/
D00-INDEX1 Index of files in Documentation/powerpc. If you think something about
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dqca-qca7000-spi.txt41 interrupts = <25 0x1>; /* Index: 25, rising edge */
/linux-4.4.14/Documentation/block/
Drequest.txt7 Index
/linux-4.4.14/Documentation/fb/
D00-INDEX1 Index of files in Documentation/fb. If you think something about frame
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt20 Index Name
Dfw-encoder-api.txt301 Index | Layer I | Layer II
403 Sets the Program Index Information.
412 // 0=End of Program Index, other fields
/linux-4.4.14/Documentation/
Dassoc_array.txt14 - Index key form.
42 (4) Index keys must be unique. Inserting an object with the same key as one
45 (5) Index keys can be of any length and can be of different lengths.
47 (6) Index keys should encode the length early on, before any variation due to
50 (7) Index keys can include a hash to scatter objects throughout the array.
Dkernel-docs.txt2 Index of Documentation for People Interested in Writing and/or
/linux-4.4.14/Documentation/development-process/
D8.Conclusion19 http://lwn.net/Kernel/Index/
/linux-4.4.14/Documentation/acpi/
Dgpio-properties.txt43 index - Index of the GpioIo()/GpioInt() resource in _CRS starting from zero.
/linux-4.4.14/drivers/tty/
Dsynclink.c6473 unsigned int Index; in mgsl_free_rx_frame_buffers() local
6478 Index = StartIndex; in mgsl_free_rx_frame_buffers()
6481 pBufEntry = &(info->rx_buffer_list[Index]); in mgsl_free_rx_frame_buffers()
6483 if ( Index == EndIndex ) { in mgsl_free_rx_frame_buffers()
6494 Index++; in mgsl_free_rx_frame_buffers()
6495 if ( Index == info->rx_buffer_count ) in mgsl_free_rx_frame_buffers()
6496 Index = 0; in mgsl_free_rx_frame_buffers()
6500 info->current_rx_buffer = Index; in mgsl_free_rx_frame_buffers()
7482 unsigned short Index; in mgsl_load_pci_memory() local
7485 for ( Index = 0 ; Index < Intervalcount ; Index++ ) in mgsl_load_pci_memory()
/linux-4.4.14/arch/arm/mm/
Dproc-arm922.S358 @ && Re-written to use Index Ops.
Dproc-arm920.S354 @ && Re-written to use Index Ops.
DKconfig923 (offset 0x7F0), by Index/Way (0x7F8) and by Way (0x7FC).
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt107 P_Key Index Handling
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dodm.h848 void ODM_CmnInfoPtrArrayHook23a(struct dm_odm_t *pDM_Odm, enum odm_cmninfo CmnInfo, u16 Index, void…
/linux-4.4.14/drivers/video/fbdev/aty/
Datyfb_base.c1084 int Index = 5; in aty_var_to_crtc() local
1088 while (--Index >= 0) { in aty_var_to_crtc()
1089 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) % in aty_var_to_crtc()
1092 horz_stretch_loop = Index; in aty_var_to_crtc()
1102 Index = StretchLoops[horz_stretch_loop]; in aty_var_to_crtc()
1104 while (--Index >= 0) { in aty_var_to_crtc()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c381 …ArrayHook(struct odm_dm_struct *pDM_Odm, enum odm_common_info_def CmnInfo, u16 Index, void *pValue) in ODM_CmnInfoPtrArrayHook() argument
387 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue; in ODM_CmnInfoPtrArrayHook()
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt25 (2) Index definition
29 (6) Index registration
35 (12) Index and data file consistency
39 (16) Index invalidation
Dcachefiles.txt293 Index "I..." "J..."
Dbackend-api.txt108 (*) Index/Data file FS-Cache representation cookie:
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dodm.h1096 u16 Index, void *pValue);
/linux-4.4.14/Documentation/sound/alsa/
Dhdspm.txt329 "Index value for RME HDSPM interface." card-index within ALSA
DOSS-Emulation.txt214 OSS volume ALSA control Index
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dodm.c334 u16 Index, void *pValue) in ODM_CmnInfoPtrArrayHook23a() argument
340 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue; in ODM_CmnInfoPtrArrayHook23a()
/linux-4.4.14/drivers/media/usb/s2255/
Ds2255drv.c1900 u16 Index, u16 Value, void *TransferBuffer, in s2255_vendor_req() argument
1909 Value, Index, TransferBuffer, in s2255_vendor_req()
1914 Value, Index, TransferBuffer, in s2255_vendor_req()
/linux-4.4.14/drivers/scsi/arcmsr/
Darcmsr_hba.c2714 uint32_t intmask_org, Index, firmware_state = 0; in arcmsr_hbaC_get_config() local
2732 for (Index = 0; Index < 2000; Index++) { in arcmsr_hbaC_get_config()
2739 if (Index >= 2000) { in arcmsr_hbaC_get_config()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg2671 * Negotiation Table Annex Column Index.
3490 * Source Index Register
3507 * Destination Index Register
3566 * Source Index Indirect
3577 * Destination Index Indirect
Daic7xxx.seq1790 * Index into our Busy Target table. SINDEX and DINDEX are modified
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt275 timeout: Index into timeout table (0-63) (default=27 (60s))
/linux-4.4.14/Documentation/networking/
DREADME.ipw210013 Index
Dvrf.txt93 Index of original ingress interface is not available via cmsg. Will address
DREADME.ipw220021 Index
/linux-4.4.14/drivers/staging/xgifb/
Dvb_setmode.c1388 unsigned short Index; in XGI_GetLCDSync() local
1390 Index = XGI_GetLCDCapPtr(pVBInfo); in XGI_GetLCDSync()
1391 *HSyncWidth = pVBInfo->LCDCapList[Index].LCD_HSyncWidth; in XGI_GetLCDSync()
1392 *VSyncWidth = pVBInfo->LCDCapList[Index].LCD_VSyncWidth; in XGI_GetLCDSync()
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt16 ** 3. Index Memory Usage
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt45 int slot_id; /* Index in the slot array */
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped496 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
701 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped487 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
677 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt407 Index Structure
/linux-4.4.14/net/sched/
DKconfig365 tristate "Traffic-Control Index (TCINDEX)"
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped552 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing