Home
last modified time | relevance | path

Searched refs:TO_DW (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c91 #define TO_DW(x) ((__force __dw)x) macro
96 #define DW0_VALID_BIT TO_DW(1)
113 #define TO_DW2_RL(x) TO_DW(((x) << 25))
120 #define TO_DW3_CERR(x) TO_DW(((x) << 23))
124 #define TO_DW3_PING(x) TO_DW(((x) << 26))
126 #define DW3_ERROR_BIT TO_DW((1 << 28))
127 #define DW3_BABBLE_BIT TO_DW((1 << 29))
128 #define DW3_HALT_BIT TO_DW((1 << 30))
129 #define DW3_ACTIVE_BIT TO_DW((1 << 31))
939 ptd->dw2 |= TO_DW(period); in transform_add_int()
[all …]