Lines Matching refs:dc
37 #define PPM_GET_IO_DELAY(dc, delay) { \
38 if (dc->method == PPMDC_I2CKIO) \
39 delay = dc->m_un.i2c.delay; \
40 else if (dc->method == PPMDC_KIO) \
41 delay = dc->m_un.kio.delay; \
44 #define PPM_GET_IO_POST_DELAY(dc, delay) { \
45 if (dc->method == PPMDC_I2CKIO) \
46 delay = dc->m_un.i2c.post_delay; \
47 else if (dc->method == PPMDC_KIO) \
48 delay = dc->m_un.kio.post_delay; \