Searched refs:Fld (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-arm/arch-sa1100/ |
D | SA-1101.h | 93 #define SMCR_DCAC Fld(2,0) /* Number of column address bits */ 94 #define SMCR_DRAC Fld(2,2) /* Number of row address bits */ 96 #define SMCR_TopVidMem Fld(4,5) /* Top 4 bits of vidmem addr. */ 103 #define SNPR_VFBstart Fld(12,0) /* Video frame buffer addr */ 104 #define SNPR_VFBsize Fld(11,12) /* Video frame buffer size */ 106 #define SNPR_BankSelect Fld(2,27) /* Bank select */ 137 #define VMCCR_RefPeriod Fld(2,3) /* Refresh period */ 138 #define VMCCR_StaleDataWait Fld(4,5) /* Stale FIFO data timeout counter */ 141 #define VMCCR_RefLow Fld(6,11) /* refresh low counter */ 142 #define VMCCR_RefHigh Fld(7,17) /* refresh high counter */ [all …]
|
D | SA-1100.h | 136 #define UDCAR_ADD Fld (7, 0) /* function ADDress */ 138 #define UDCOMP_OUTMAXP Fld (8, 0) /* OUTput MAXimum Packet size - 1 */ 144 #define UDCIMP_INMAXP Fld (8, 0) /* INput MAXimum Packet size - 1 */ 176 #define UDCD0_DATA Fld (8, 0) /* receive/transmit DATA FIFOs */ 178 #define UDCWC_WC Fld (4, 0) /* Write Count */ 180 #define UDCDR_DATA Fld (8, 0) /* receive/transmit DATA FIFOs */ 336 #define UTCR1_BRD Fld (4, 0) /* Baud Rate Divisor/16 - 1 [11:8] */ 337 #define UTCR2_BRD Fld (8, 0) /* Baud Rate Divisor/16 - 1 [7:0] */ 377 #define UTDR_DATA Fld (8, 0) /* receive/transmit DATA FIFOs */ 473 #define SDCR2_AMV Fld (8, 0) /* Address Match Value */ [all …]
|
D | bitfield.h | 46 #define Fld(Size, Shft) (((Size) << 16) + (Shft)) macro
|
/linux-2.4.37.9/include/asm-arm/hardware/ |
D | sa1111.h | 108 #define SMCR_DRAC Fld(3, 2) 555 #define KBDCLKDIV_DivVal Fld(4,0) 570 #define MSECLKDIV_DivVal Fld(4,0) 575 #define KBDTEST1_C Fld(2,3) 603 #define MSETEST1_C Fld(2,3)
|