Lines Matching full:smi
52 /* SMI indirection registers for multichip addressing mode */
221 /* Wait for the current SMI indirect command to complete */
235 puts("SMI busy timeout\n"); in mv88e61xx_smi_wait()
240 * The mv88e61xx has three types of addresses: the smi bus address, the device
241 * address, and the register address. The smi bus address distinguishes it on
242 * the smi bus from other PHYs or switches. The device address determines
248 * single-chip addressing mode, where it responds to all SMI addresses, using
249 * the smi address as its device address. This obviously only works when this
250 * is the only chip on the SMI bus. This allows the driver to access device
252 * non-zero address, it only responds to that SMI address and requires indirect
893 * Store the smi bus address in private data. This lets us use the in mv88e61xx_probe()