HomeSort by: relevance | last modified time | path
    Searched refs:Address (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atii2c.c 155 * This function puts an 8-bit address on the I2C bus.
161 I2CSlaveAddr Address
166 /* Send low byte of device address */
167 if ((*pI2CBus->I2CPutByte)(pI2CDev, (I2CByte)Address))
169 /* Send top byte of address, if appropriate */
170 if (((Address & 0x00F8U) != 0x00F0U) &&
171 ((Address & 0x00FEU) != 0x0000U))
174 if ((*pI2CBus->I2CPutByte)(pI2CDev, (I2CByte)(Address >> 8)))
atimach64i2c.c 71 * Sets a 16-bit ImpacTV address on the Multimedia Peripheral Port.
77 CARD16 Address
83 out8(MPP_DATA, (CARD8)Address);
85 out8(MPP_DATA, (CARD8)(Address >> 8));
344 "%s tuner detected on ATI-TV add-on adapter at I2C bus address"
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
msr_rdcl.c 156 * This routine walks through the MBUS and records the address value and
161 * Reflective nodes are nodes that forward the given MBUS address BACK to the
198 /* MBIU0 PORT NUMBERS ARE IN ADDRESS BITS 31:29 */
200 MBIU0[port].address = port << 29;
204 * responds at address 0x40000xxx, which does not equal 0 << 29.
214 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high),
248 MBIU1[port].address = (0x02l << 29) + (port << 26);
255 MSR_READ(MBD_MSR_CAP, MBIU1[port].address, &(msrValue.high),
291 MBIU2[port].address =
299 MSR_READ(MBD_MSR_CAP, MBIU2[port].address, &(msrValue.high)
    [all...]
gfx_type.h 42 unsigned long Address; /* Address - 32-bit MBus address at */
52 unsigned long address; member in struct:mbusNode
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
glx_getproc.c 42 __GLXextFuncPtr Address;
178 * Return address of named glX function, or NULL if not found.
186 return GLX_functions[i].Address;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
glx_getproc.c 42 __GLXextFuncPtr Address;
178 * Return address of named glX function, or NULL if not found.
186 return GLX_functions[i].Address;
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/
hwserv_drv.c 73 ULONG CailReadPLL(VOID *Context ,ULONG Address);
74 VOID CailWritePLL(VOID *Context,ULONG Address,ULONG Data);
75 ULONG CailReadMC(VOID *Context ,ULONG Address);
76 VOID CailWriteMC(VOID *Context ,ULONG Address,ULONG Data);
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
msr_rdcl.c 132 DEV_STATUS redcloud_id_msr_device(MSR * pDev, unsigned long address);
134 unsigned long *address);
136 unsigned long address);
262 * This routine walks through the MBUS and records the address value and
267 * nodes are nodes that forward the given MBUS address BACK to the initiator.
303 /* MBIU0 PORT NUMBERS ARE IN ADDRESS BITS 31:29 */
305 MBIU0[port].address = port << 29;
309 /* responds at address 0x40000xxx, which does not equal 0 << 29. */
318 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high),
352 MBIU1[port].address = (0x02l << 29) + (port << 26)
    [all...]
gfx_type.h 145 unsigned long Address; /* Address - 32-bit MBus address at which 'Id' is found */
158 unsigned long address; member in struct:mbusNode
  /xsrc/external/mit/MesaLib/dist/src/util/
u_debug_symbol.c 60 * Lookup the address of a DbgHelp function.
137 (HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Symbol),
138 (hProcess, Address, Displacement, Symbol))
161 DWORD64 dwDisplacement = 0; /* Displacement of the input address, relative to the start of the symbol */
180 * We couldn't obtain symbol information. At least tell which module the address belongs.
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
glapi_getproc.c 92 * Return dispatch function address for the named static (built-in) function.
104 return (f->Address == NULL)
106 : f->Address;
110 return f->Address;
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
glapi_getproc.c 92 * Return dispatch function address for the named static (built-in) function.
104 return (f->Address == NULL)
106 : f->Address;
110 return f->Address;
  /xsrc/external/mit/xorg-server.old/dist/glx/
glapi.c 295 * Return dispatch function address for the named static (built-in) function.
304 return (f->Address == NULL)
307 : f->Address;
312 return f->Address;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 36 unsigned char Address;
88 dst->Address = a->Address | b->Address;
132 return &s->R.Address;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 36 unsigned char Address;
88 dst->Address = a->Address | b->Address;
132 return &s->R.Address;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_debug_symbol.c 60 * Lookup the address of a DbgHelp function.
137 (HANDLE hProcess, DWORD64 Address, PDWORD64 Displacement, PSYMBOL_INFO Symbol),
138 (hProcess, Address, Displacement, Symbol))
161 DWORD64 dwDisplacement = 0; /* Displacement of the input address, relative to the start of the symbol */
180 * We couldn't obtain symbol information. At least tell which module the address belongs.
dbghelp.h 177 #define ADDRESS ADDRESS64
184 } ADDRESS,*LPADDRESS;
257 ADDRESS AddrPC;
258 ADDRESS AddrReturn;
259 ADDRESS AddrFrame;
260 ADDRESS AddrStack;
267 ADDRESS AddrBStore;
273 typedef DWORD64 (WINAPI *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,DWORD64 Address);
287 typedef DWORD (WINAPI *PGET_MODULE_BASE_ROUTINE)(HANDLE hProcess,DWORD Address);
349 DWORD64 Address;
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_ums.h 287 I2CDevPtr ViaVT162xDetect(ScrnInfoPtr pScrn, I2CBusPtr pBus, CARD8 Address);
291 I2CDevPtr ViaCH7xxxDetect(ScrnInfoPtr pScrn, I2CBusPtr pBus, CARD8 Address);
via_ch7xxx.c 62 ViaCH7xxxDetect(ScrnInfoPtr pScrn, I2CBusPtr pBus, CARD8 Address)
71 pDev->SlaveAddr = Address;
81 pBus->BusName, Address);
125 Address, buf);
365 CARD8 address, save; local
368 address = (CARD8)(DotCrawl[i] & 0xFF);
371 xf86I2CWriteByte(pBIOSInfo->TVI2CDev, address, save);
via_vt162x.c 100 ViaVT162xDetect(ScrnInfoPtr pScrn, I2CBusPtr pBus, CARD8 Address)
109 pDev->SlaveAddr = Address;
120 pBus->BusName, Address);
154 pBus->BusName, Address);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h 177 #define ADDRESS ADDRESS64
184 } ADDRESS,*LPADDRESS;
257 ADDRESS AddrPC;
258 ADDRESS AddrReturn;
259 ADDRESS AddrFrame;
260 ADDRESS AddrStack;
267 ADDRESS AddrBStore;
273 typedef DWORD64 (WINAPI *PGET_MODULE_BASE_ROUTINE64)(HANDLE hProcess,DWORD64 Address);
287 typedef DWORD (WINAPI *PGET_MODULE_BASE_ROUTINE)(HANDLE hProcess,DWORD Address);
349 DWORD64 Address;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_query.c 341 pc.Address = addr;
364 pc.Address = addr;
662 pc.Address = anv_address_add(query_addr, 8);
759 struct anv_address dest_addr = anv_address_add(buffer->address, destOffset);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_pipe_control.c 509 pc.Address = ggtt_bo(bo, offset);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_pipe_control.c 505 pc.Address = ggtt_bo(bo, offset);
  /xsrc/external/mit/MesaLib/dist/src/intel/blorp/
blorp_genX_exec.h 53 void *location, struct blorp_address address, uint32_t delta);
94 struct blorp_address address, uint32_t delta);
98 struct blorp_address address);
122 struct blorp_address address, uint32_t delta)
124 if (address.buffer == NULL) {
125 return address.offset + delta;
127 return blorp_emit_reloc(batch, location, address, delta);
249 pc.Address = blorp_get_workaround_address(batch);
1470 .address =
1486 /* On gfx7 and prior, the bottom 12 bits of the MCS base address ar
    [all...]

Completed in 30 milliseconds

1 2 3