···131131#define SSCR_PAUSE_STATE 0x40000000 /* set when PAUSE takes effect*/132132#define SSCR_RESET 0x80000000 /* reset DMA channels */133133134134-/* all producer/comsumer pointers are the same bitfield */134134+/* all producer/consumer pointers are the same bitfield */135135#define PROD_CONS_PTR_4K 0x00000ff8 /* for 4K buffers */136136#define PROD_CONS_PTR_1K 0x000003f8 /* for 1K buffers */137137#define PROD_CONS_PTR_OFF 3
+2-2
arch/ia64/include/asm/sn/shubio.h
···13851385 * respones are captured until IXSS[VALID] is cleared by setting the *13861386 * appropriate bit in IECLR. Every time a spurious read response is *13871387 * detected, the SPUR_RD bit of the PRB corresponding to the incoming *13881388- * message's SIDN field is set. This always happens, regarless of *13881388+ * message's SIDN field is set. This always happens, regardless of *13891389 * whether a header is captured. The programmer should check *13901390 * IXSM[SIDN] to determine which widget sent the spurious response, *13911391 * because there may be more than one SPUR_RD bit set in the PRB *···29972997/*29982998 * Values for field imsgtype29992999 */30003000-#define IIO_ICRB_IMSGT_XTALK 0 /* Incoming Meessage from Xtalk */30003000+#define IIO_ICRB_IMSGT_XTALK 0 /* Incoming message from Xtalk */30013001#define IIO_ICRB_IMSGT_BTE 1 /* Incoming message from BTE */30023002#define IIO_ICRB_IMSGT_SN1NET 2 /* Incoming message from SN1 net */30033003#define IIO_ICRB_IMSGT_CRB 3 /* Incoming message from CRB ??? */
+1-1
arch/ia64/kernel/efi.c
···966966/*967967 * Look for the first granule aligned memory descriptor memory968968 * that is big enough to hold EFI memory map. Make sure this969969- * descriptor is atleast granule sized so it does not get trimmed969969+ * descriptor is at least granule sized so it does not get trimmed970970 */971971struct kern_memdesc *972972find_memmap_space (void)