Searched refs:U14_CONFIG (Results 1 – 2 of 2) sorted by relevance
205 config = (bus_space_read_1(iot, ioh, U14_CONFIG + 0) << 8) | in u14_find()206 (bus_space_read_1(iot, ioh, U14_CONFIG + 1) << 0); in u14_find()
67 #define U14_CONFIG 0x0006 /* config reg (2 ports) */ macro