Home | History | Annotate | Download | only in netboot

Lines Matching refs:inw

74 	while (inw(BASE + EP_STATUS) & S_COMMAND_IN_PROGRESS)
89 while (inw(BASE + EP_STATUS) & S_COMMAND_IN_PROGRESS)
193 while (inw(BASE + EP_W1_FREE_TX) < (unsigned short)len + pad + 4)
211 while((inw(BASE + EP_STATUS) & S_COMMAND_IN_PROGRESS) != 0)
226 cst=inw(BASE + EP_STATUS);
241 status = inw(BASE + EP_W1_RX_STATUS);
265 status = inw(BASE + EP_W1_RX_STATUS);
289 while (inw(BASE + EP_STATUS) & S_COMMAND_IN_PROGRESS)
332 return (inw(IS_BASE + EP_W0_EEPROM_DATA));
370 data = (data << 1) | (inw(id_port) & 1);
469 if (inw(io_base + EP_W0_MFG_ID) != MFG_ID)
473 if ((inw(io_base + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f)
557 i = inw(IS_BASE + EP_W0_CONFIG_CTRL);
558 j = (inw(IS_BASE + EP_W0_ADDRESS_CFG) >> 14) & 0x3;