Searched refs:R110 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dsip.c302 #define R110 06 /* SEEPROM READ op. */ macro
309 data = (R110 << 6) | (loc & 0x3f); /* 6 bit addressing */
310 /* instruct R110 op. at loc in MSB first order */
H A Dwm.c298 #define R110 6 /* SEEPROM read op */ macro
310 data |= R110 << l->sromsft; /* 110 for READ */
318 /* instruct R110 op. at off in MSB first order */
H A Dtlp.c277 #define R110 6 /* SEEPROM/MDIO read op */ macro
289 data = (R110 << 10) | (phy << 5) | reg;
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dtlp.c385 #define R110 6 /* SEEPROM read op */ macro
399 idx |= R110 << l->sromsft; /* 110 for READ */
408 /* instruct R110 op. at off in MSB first order */

Completed in 217 milliseconds