Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/mux/
H A Dltc430x.c50 #define CHIP_NONE (-1) macro
62 {NULL, CHIP_NONE}
132 return (CHIP_NONE); in ltc430x_find_chiptype()
147 if (type == CHIP_NONE) in ltc430x_probe()
193 if ((chip = ltc430x_find_chiptype(dev)) == CHIP_NONE) { in ltc430x_attach()