Searched refs:get_data_mask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_probe.h126 uint32_t get_data_mask; member in struct:__anonedd29e230308
H A Dr128_output.c426 *data = (val & pR128I2CBus->get_data_mask) != 0;
580 i2c.get_data_mask = R128_GPIO_MONID_Y_1;
583 i2c.get_data_mask = R128_GPIO_MONID_Y_0;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c524 info->BiosConnector[index].ddc_i2c.get_data_mask = 0x80;
827 info->BiosConnector[4].ddc_i2c.get_data_mask = RADEON_BIOS32(tmp0 + 0x07);
838 info->BiosConnector[4].ddc_i2c.get_data_mask = RADEON_BIOS32(tmp0 + 0x07);
1309 i2c.get_data_mask = (1 << data_shift);
H A Dradeon_probe.h211 uint32_t get_data_mask; member in struct:__anon297917400908
H A Dradeon_output.c1947 *data = (val & pRADEONI2CBus->get_data_mask) != 0;
2010 i2c.get_data_mask = RADEON_GPIO_Y_0;
2051 i2c.get_data_mask = (1 << 18);
2060 i2c.get_data_mask = (1 << 8);
H A Dradeon_atombios.c1567 i2c.get_data_mask = (1 << gpio->ucDataY_Shift);
1595 ErrorF("get_data_mask: %d\n", gpio->ucDataY_Shift);

Completed in 14 milliseconds