Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parport/
H A Dparport_ip32.c193 #define CNFGA_ID_SHIFT 4 macro
194 #define CNFGA_ID_16 (00U << CNFGA_ID_SHIFT)
195 #define CNFGA_ID_8 (01U << CNFGA_ID_SHIFT)
196 #define CNFGA_ID_32 (02U << CNFGA_ID_SHIFT)
1860 (configa & CNFGA_ID_MASK) >> CNFGA_ID_SHIFT); in parport_ip32_fifo_supported()