Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/i2c/
Dtwl4030.c380 uint32_t idcode; in twl_attach() local
408 idcode = INT_READ(sc, IDCODE_7_0); in twl_attach()
409 idcode |= (uint32_t)INT_READ(sc, IDCODE_15_8) << 8; in twl_attach()
410 idcode |= (uint32_t)INT_READ(sc, IDCODE_23_16) << 16; in twl_attach()
411 idcode |= (uint32_t)INT_READ(sc, IDCODE_31_24) << 24; in twl_attach()
414 aprint_normal(", IDCODE 0x%08x\n", idcode); in twl_attach()