Searched refs:__BIT32 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_spireg.h34 #define __BIT32(x) ((uint32_t)__BIT(x)) macro
39 #define SPI_CS_CPHA __BIT32(2)
40 #define SPI_CS_CPOL __BIT32(3)
41 #define SPI_CS_CLEAR_TX __BIT32(4)
42 #define SPI_CS_CLEAR_RX __BIT32(5)
43 #define SPI_CS_CSPOL __BIT32(6)
44 #define SPI_CS_TA __BIT32(7)
45 #define SPI_CS_DMAEN __BIT32(8)
46 #define SPI_CS_INTD __BIT32(9)
47 #define SPI_CS_INTR __BIT32(1
[all...]
H A Dbcm2835_bscreg.h34 #define __BIT32(x) ((uint32_t)__BIT(x)) macro
38 #define BSC_C_READ __BIT32(0)
42 #define BSC_C_ST __BIT32(7)
43 #define BSC_C_INTD __BIT32(8)
44 #define BSC_C_INTT __BIT32(9)
45 #define BSC_C_INTR __BIT32(10)
46 #define BSC_C_I2CEN __BIT32(15)
49 #define BSC_S_TA __BIT32(0)
50 #define BSC_S_DONE __BIT32(1)
51 #define BSC_S_TXW __BIT32(
[all...]
/netbsd-current/sys/arch/arm/ti/
H A Dif_cpswreg.h128 #define __BIT32(x) ((uint32_t)__BIT(x)) macro
132 #define CPDMA_BD_SOP __BIT32(31)
133 #define CPDMA_BD_EOP __BIT32(30)
134 #define CPDMA_BD_OWNER __BIT32(29)
135 #define CPDMA_BD_EOQ __BIT32(28)
136 #define CPDMA_BD_TDOWNCMPLT __BIT32(27)
137 #define CPDMA_BD_PASSCRC __BIT32(26)
139 #define CPDMA_BD_LONG __BIT32(25) /* Rx descriptor only */
140 #define CPDMA_BD_SHORT __BIT32(24)
141 #define CPDMA_BD_MAC_CTL __BIT32(2
[all...]
H A Dif_cpsw.c1365 #define CPSW_MISC_HOST_PEND __BIT32(2)
1366 #define CPSW_MISC_STAT_PEND __BIT32(3)

Completed in 208 milliseconds