Searched defs:byte (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_dp_i2c_helper.c | 95 * 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-s12/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | memory.c | 30 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-s12/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 30 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-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | sun_edid.c | 45 | 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-s12/open-src/app/gfx-utils/sun-src/gfx_common/config/ |
H A D | gfx_gamma_pack.c | 194 * 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-s12/open-src/kernel/i915/src/ |
H A D | intel_dp.c | 467 /* 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 D | intel_sdvo.c | 525 * 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 33 milliseconds