HomeSort by relevance Sort by last modified time
    Searched refs:EE_DataIn (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
fa311.c 342 EE_ShiftClk=0x04, EE_DataIn=0x01, EE_ChipSelect=0x08, EE_DataOut=0x02,
345 #define EE_Write1 (EE_ChipSelect | EE_DataIn)
natsemi.c 340 EE_DataIn = 0x01,
346 #define EE_Write1 (EE_ChipSelect | EE_DataIn)
w89c840.c 717 EE_ChipSelect=0x801, EE_DataIn=0x08,
746 retval = (retval << 1) | ((readl(ee_addr) & EE_DataIn) ? 1 : 0);

Completed in 32 milliseconds