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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 70 #define m16_swap(x) swap_16(x) macro
457 return m16_swap (ohci->hcca->frame_no);
651 td->hwPSW [0] = m16_swap (((__u32)data & 0x0FFF) | 0xE000);
907 wValue = m16_swap (cmd->value);
908 wIndex = m16_swap (cmd->index);
909 wLength = m16_swap (cmd->length);
924 *(__u16 *) data_buf = m16_swap (1); OK (2);
926 *(__u16 *) data_buf = m16_swap (0); OK (2);
928 *(__u16 *) data_buf = m16_swap (0); OK (2);
    [all...]
  /external/u-boot/drivers/usb/host/
ohci-hcd.c 98 # define m16_swap(x) cpu_to_be16(x) macro
101 # define m16_swap(x) cpu_to_le16(x) macro
601 return m16_swap(ohci->hcca->frame_no);
    [all...]

Completed in 1132 milliseconds