Searched refs:LE32 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/usb/ |
H A D | functionfs.h | 91 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC_V2 | 92 * | 4 | length | LE32 | length of the whole data chunk | 93 * | 8 | flags | LE32 | combination of functionfs_flags | 94 * | | fs_count | LE32 | number of full-speed descriptors | 95 * | | hs_count | LE32 | number of high-speed descriptors | 96 * | | ss_count | LE32 | number of super-speed descriptors | 97 * | | os_count | LE32 | number of MS OS descriptors | 111 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC | 112 * | 4 | length | LE32 | length of the whole data chunk | 113 * | 8 | fs_count | LE32 | number of full-speed descriptors | 114 * | 12 | hs_count | LE32 | number of high-speed descriptors | 188 * | 0 | magic | LE32 | FUNCTIONFS_STRINGS_MAGIC | 189 * | 4 | length | LE32 | length of the data chunk | 190 * | 8 | str_count | LE32 | number of strings | 191 * | 12 | lang_count | LE32 | number of languages |
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
H A D | cna_fwimg.c | 45 * as sequence of LE32 integers. cna_read_firmware()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 27 #define LE32(x) cpu_to_le32(x) macro 84 .antCtrlCommon = LE32(0x110), 86 .antCtrlCommon2 = LE32(0x22222), 132 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 133 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 301 .antCtrlCommon = LE32(0x110), 303 .antCtrlCommon2 = LE32(0x22222), 335 .papdRateMaskHt20 = LE32(0x0c80c080), 336 .papdRateMaskHt40 = LE32(0x0080c080), 662 .antCtrlCommon = LE32(0x110), 664 .antCtrlCommon2 = LE32(0x44444), 710 .papdRateMaskHt20 = LE32(0x0c80c080), 711 .papdRateMaskHt40 = LE32(0x0080c080), 879 .antCtrlCommon = LE32(0x220), 881 .antCtrlCommon2 = LE32(0x11111), 913 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 914 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 1241 .antCtrlCommon = LE32(0x110), 1243 .antCtrlCommon2 = LE32(0x44444), 1289 .papdRateMaskHt20 = LE32(0x0c80c080), 1290 .papdRateMaskHt40 = LE32(0x0080c080), 1458 .antCtrlCommon = LE32(0x220), 1460 .antCtrlCommon2 = LE32(0x44444), 1492 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 1493 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 1820 .antCtrlCommon = LE32(0x110), 1822 .antCtrlCommon2 = LE32(0x22222), 1868 .papdRateMaskHt20 = LE32(0x0c80c080), 1869 .papdRateMaskHt40 = LE32(0x0080c080), 2037 .antCtrlCommon = LE32(0x110), 2039 .antCtrlCommon2 = LE32(0x22222), 2071 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 2072 .papdRateMaskHt40 = LE32(0x6cf0e0e0), 2398 .antCtrlCommon = LE32(0x110), 2400 .antCtrlCommon2 = LE32(0x44444), 2446 .papdRateMaskHt20 = LE32(0x0c80C080), 2447 .papdRateMaskHt40 = LE32(0x0080C080), 2615 .antCtrlCommon = LE32(0x220), 2617 .antCtrlCommon2 = LE32(0x44444), 2649 .papdRateMaskHt20 = LE32(0x0cf0e0e0), 2650 .papdRateMaskHt40 = LE32(0x6cf0e0e0),
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_ether.c | 239 * RNDIS headers involve variable numbers of LE32 values. rx_submit()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 695 /* Convert capability to LE32 */ megasas_ioc_init_fusion()
|
Completed in 303 milliseconds