Lines Matching refs:hme32
162 rxd->rx_addr = (__force hme32)addr;
164 rxd->rx_flags = (__force hme32)flags;
169 txd->tx_addr = (__force hme32)addr;
171 txd->tx_flags = (__force hme32)flags;
174 static u32 sbus_hme_read_desc32(hme32 *p)
191 rxd->rx_addr = (__force hme32)cpu_to_le32(addr);
193 rxd->rx_flags = (__force hme32)cpu_to_le32(flags);
198 txd->tx_addr = (__force hme32)cpu_to_le32(addr);
200 txd->tx_flags = (__force hme32)cpu_to_le32(flags);
203 static u32 pci_hme_read_desc32(hme32 *p)
226 do { (__rxd)->rx_addr = (__force hme32)(u32)(__addr); \
228 (__rxd)->rx_flags = (__force hme32)(u32)(__flags); \
231 do { (__txd)->tx_addr = (__force hme32)(u32)(__addr); \
233 (__txd)->tx_flags = (__force hme32)(u32)(__flags); \
235 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p))
243 do { (__rxd)->rx_addr = (__force hme32)cpu_to_le32(__addr); \
245 (__rxd)->rx_flags = (__force hme32)cpu_to_le32(__flags); \
248 do { (__txd)->tx_addr = (__force hme32)cpu_to_le32(__addr); \
250 (__txd)->tx_flags = (__force hme32)cpu_to_le32(__flags); \
252 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p)