Lines Matching refs:hme32
198 rxd->rx_addr = (__force hme32)addr;
200 rxd->rx_flags = (__force hme32)flags;
205 txd->tx_addr = (__force hme32)addr;
207 txd->tx_flags = (__force hme32)flags;
210 static u32 sbus_hme_read_desc32(hme32 *p)
227 rxd->rx_addr = (__force hme32)cpu_to_le32(addr);
229 rxd->rx_flags = (__force hme32)cpu_to_le32(flags);
234 txd->tx_addr = (__force hme32)cpu_to_le32(addr);
236 txd->tx_flags = (__force hme32)cpu_to_le32(flags);
239 static u32 pci_hme_read_desc32(hme32 *p)
270 do { (__rxd)->rx_addr = (__force hme32)(u32)(__addr); \
272 (__rxd)->rx_flags = (__force hme32)(u32)(__flags); \
275 do { (__txd)->tx_addr = (__force hme32)(u32)(__addr); \
277 (__txd)->tx_flags = (__force hme32)(u32)(__flags); \
279 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p))
295 do { (__rxd)->rx_addr = (__force hme32)cpu_to_le32(__addr); \
297 (__rxd)->rx_flags = (__force hme32)cpu_to_le32(__flags); \
300 do { (__txd)->tx_addr = (__force hme32)cpu_to_le32(__addr); \
302 (__txd)->tx_flags = (__force hme32)cpu_to_le32(__flags); \
304 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p)