HomeSort by relevance Sort by last modified time
    Searched refs:__le16_to_cpu (Results 1 - 15 of 15) sorted by null

  /external/u-boot/fs/reiserfs/
reiserfs_private.h 61 #define sb_blocksize(sbp) (__le16_to_cpu((sbp)->s_blocksize))
63 #define sb_version(sbp) (__le16_to_cpu((sbp)->s_version))
250 #define ih_version(ih) (__le16_to_cpu((ih)->ih_version))
306 #define sd_v1_nlink(sdp) (__le16_to_cpu((sdp)->sd_nlink))
307 #define sd_v1_uid(sdp) (__le16_to_cpu((sdp)->sd_uid))
308 #define sd_v1_gid(sdp) (__le16_to_cpu((sdp)->sd_gid))
341 #define sd_v2_mode(sdp) (__le16_to_cpu((sdp)->sd_mode))
348 #define sd_mode(sdp) (__le16_to_cpu((sdp)->sd_mode))
369 #define deh_location(p_deh) (__le16_to_cpu((p_deh)->deh_location))
370 #define deh_state(p_deh) (__le16_to_cpu((p_deh)->deh_state)
    [all...]
reiserfs.c 349 INFO->tree_depth = __le16_to_cpu(BLOCKHEAD (cache)->blk_level);
414 if (__le16_to_cpu(BLOCKHEAD (cache)->blk_level) != depth)
440 __le16_to_cpu(INFO->current_ih->ih_version));
443 if (ih == &ITEMHEAD[__le16_to_cpu(BLOCKHEAD (LEAF)->blk_nr_item)])
478 int nr_item = __le16_to_cpu(BLOCKHEAD (cache)->blk_nr_item);
497 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)];
504 __le16_to_cpu(INFO->current_ih->ih_version));
537 nr_item = __le16_to_cpu(BLOCKHEAD (cache)->blk_nr_item);
563 nr_item = __le16_to_cpu(BLOCKHEAD (LEAF)->blk_nr_item);
576 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]
    [all...]
  /external/u-boot/drivers/net/
dm9000x.c 198 *RxStatus = __le16_to_cpu(tmpdata);
199 *RxLen = __le16_to_cpu(tmpdata >> 16);
206 *RxStatus = __le16_to_cpu(DM9000_inw(DM9000_DATA));
207 *RxLen = __le16_to_cpu(DM9000_inw(DM9000_DATA));
215 __le16_to_cpu(DM9000_inb(DM9000_DATA) +
218 __le16_to_cpu(DM9000_inb(DM9000_DATA) +
  /external/u-boot/include/linux/byteorder/
generic.h 91 #define le16_to_cpu __le16_to_cpu
big_endian.h 37 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) macro
little_endian.h 37 #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) macro
  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 50 #define __le16_to_cpu(x) __swab16((__force __u16) (__le16) (x)) macro
little_endian.h 50 #define __le16_to_cpu(x) ((__force __u16) (__le16) (x)) macro
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 36 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) macro
little_endian.h 36 #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) macro
  /device/generic/goldfish/network/netmgr/
wifi_forwarder.cpp 248 uint32_t radioLen = __le16_to_cpu(radiotap->it_len);
347 const size_t radioHdrLength = __le16_to_cpu(hdr->it_len);
  /external/u-boot/include/linux/usb/
ch9.h 631 return __le16_to_cpu(get_unaligned(&epd->wMaxPacketSize));
643 int maxp = __le16_to_cpu(epd->wMaxPacketSize);
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 642 return __le16_to_cpu(epd->wMaxPacketSize) & USB_ENDPOINT_MAXP_MASK;
654 int maxp = __le16_to_cpu(epd->wMaxPacketSize);
    [all...]
  /external/u-boot/arch/sh/include/asm/
io.h 89 #define inw(p) ({ unsigned int __v = __le16_to_cpu(__raw_readw(p)); __v; })
  /external/u-boot/fs/jffs2/
jffs2_1pass.c     [all...]

Completed in 197 milliseconds