Searched defs:byte (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_dp_i2c_helper.c95 * Write a single byte to the current I2C address, the
99 i2c_algo_dp_aux_put_byte(struct i2c_adapter *adapter, u8 byte) argument
107 ret = i2c_algo_dp_aux_transaction(adapter, MODE_I2C_WRITE, byte, NULL);
112 * Read a single byte from the current I2C address, the
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c30 uint8_t byte[64]; member in union:MemType
334 case 8: /* long long (8-byte) access mode */
339 case 4: /* word (4-byte) access mode */
344 case 2: /* short (2-byte) access mode */
349 default: /* default to byte access */
351 dp[subscr].byte[i];
367 case 8: /* long long (8-byte) access mode */
372 case 4: /* word (4-byte) access mode */
377 case 2: /* short (2-byte) access mode */
382 default: /* default to byte acces
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmemory.c30 uint8_t byte[64]; member in union:MemType
336 case 8: /* long long (8-byte) access mode */
341 case 4: /* word (4-byte) access mode */
346 case 2: /* short (2-byte) access mode */
351 default: /* default to byte access */
353 dp[subscr].byte[i];
369 case 8: /* long long (8-byte) access mode */
374 case 4: /* word (4-byte) access mode */
379 case 2: /* short (2-byte) access mode */
384 default: /* default to byte acces
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c30 uint8_t byte[64]; member in union:MemType
339 case 8: /* long long (8-byte) access mode */
344 case 4: /* word (4-byte) access mode */
349 case 2: /* short (2-byte) access mode */
354 default: /* default to byte access */
356 dp[subscr].byte[i];
372 case 8: /* long long (8-byte) access mode */
377 case 4: /* word (4-byte) access mode */
382 case 2: /* short (2-byte) access mode */
387 default: /* default to byte acces
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.c45 | hexadecimal and decimal constants (addresses, byte numbers, data |
128 * Return the 1-byte sum of all 128 bytes in the EDID data block.
137 uint8_t sum; /* 1-byte sum of all 128 bytes */
153 * * Length permits at least a complete 128-byte Base block
154 * * 8-byte Header contains the pattern,
156 * * 1-byte sum of all 128 bytes is zero
192 * 128-byte EDID blocks expected to be present
193 * * 1-byte sum of each 128-byte Extension block is zero
195 * 128-byte EDI
292 uint8_t byte; /* Video Input Definition byte value */ local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c194 * One byte sequences are always at the end, and
195 * terminate the string. There's also a "zero byte"
208 * to by "byte". It returns the number of values
212 * into "byte", and returns zero ints consumed.
228 pack_tiny_bytes (char *byte, int *data, int max_len) argument
270 *byte = DeltaTableBase_0X ;
285 *byte = (char) pack_byte;
295 * from the string character pointed to by "byte".
308 unpack_tiny_bytes (char byte, int *data, int max_len) argument
317 if (byte < DeltaTableMi
414 pack_int_core( char *byte, int data, char *pos_tbl, char *neg_tbl, char *lsb_tbl ) argument
749 pack_gam_int(char *byte, int data) argument
764 unpack_gam_int(char *byte, int *data) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c467 /* Write a single byte to the aux channel in native mode */
470 uint16_t address, uint8_t byte)
472 return intel_dp_aux_native_write(intel_dp, address, &byte, 1);
532 /* Set up the command byte */
469 intel_dp_aux_native_write_1(struct intel_dp *intel_dp, uint16_t address, uint8_t byte) argument
H A Dintel_sdvo.c525 * the status byte a maximum of 3 times in order for the
2875 u8 byte; local
2877 if (!intel_sdvo_read_byte(intel_sdvo, i, &byte)) {

Completed in 29 milliseconds