Searched refs:OPENPIC_CONFIG_RESET (Results 1 – 2 of 2) sorted by relevance
96 x |= OPENPIC_CONFIG_RESET; in openpic_common_attach()99 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()126 x |= OPENPIC_CONFIG_RESET; in openpic_common_attach()129 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()
69 #define OPENPIC_CONFIG_RESET 0x80000000 macro