EE_DataIn
retval = (retval << 1) | ((ioread32(ee_addr) & EE_DataIn) ? 1 : 0);
#define EE_Write1 (EE_ChipSelect | EE_DataIn)