Home
last modified time | relevance | path

Searched refs:TS5500_ADC_CONV_BUSY (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/arch/x86/platform/ts5500/
Dts5500.c57 #define TS5500_ADC_CONV_BUSY BIT(0) macro
261 if (inb(TS5500_ADC_CONV_BUSY_ADDR) & TS5500_ADC_CONV_BUSY) in ts5500_adc_convert()