HomeSort by: relevance | last modified time | path
    Searched defs:ver_id (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/rockchip/
rk_gpio.c 615 uint32_t ver_id; local in function:rk_gpio_attach
636 ver_id = RD4(sc, GPIO_VER_ID_REG);
637 switch (ver_id) {
638 case 0: /* VER_ID not implemented in v1 but reads back as 0 */
657 aprint_error(": unknown version 0x%08" PRIx32 "\n", ver_id);
rk_gpio.c 615 uint32_t ver_id; local in function:rk_gpio_attach
636 ver_id = RD4(sc, GPIO_VER_ID_REG);
637 switch (ver_id) {
638 case 0: /* VER_ID not implemented in v1 but reads back as 0 */
657 aprint_error(": unknown version 0x%08" PRIx32 "\n", ver_id);

Completed in 60 milliseconds