Searched refs:Byte1 (Results 1 – 2 of 2) sorted by relevance
117 #define IS_CMD_STAT_HDR(Byte1) ((Byte1) & IOSP_CMD_STAT_BIT) argument118 #define IS_DATA_HDR(Byte1) (! IS_CMD_STAT_HDR(Byte1)) argument120 #define IOSP_GET_HDR_PORT(Byte1) ((__u8) ((Byte1) & IOSP_PORT_MASK)) argument121 #define IOSP_GET_HDR_DATA_LEN(Byte1, Byte2) ((__u16) ( ((__u16)((Byte1) & 0x78)) << 5) | (Byte2)) argument122 #define IOSP_GET_STATUS_CODE(Byte1) ((__u8) (((Byte1) & 0x78) >> 3)) argument
674 __u8 Byte1 = (Last[(Count-1)%4] >> (J*8)) & 0xFF; in flash_erase() local680 if ((Byte1 & (1 << 7)) == 0 && Byte1 != Byte2) in flash_erase()686 if (Byte1 == Byte2) in flash_erase()