/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | dfs.c | 52 struct ath_radar_data *ard, ath9k_postprocess_radar_event() 62 ard->pulse_bw_info &= 0x03; ath9k_postprocess_radar_event() 64 switch (ard->pulse_bw_info) { ath9k_postprocess_radar_event() 67 dur = ard->pulse_length_pri; ath9k_postprocess_radar_event() 73 rssi = (ard->ext_rssi >= (ard->rssi + 3)) ? 0 : ard->rssi; ath9k_postprocess_radar_event() 77 dur = ard->pulse_length_ext; ath9k_postprocess_radar_event() 83 rssi = (ard->rssi >= (ard->ext_rssi + 12)) ? 0 : ard->ext_rssi; ath9k_postprocess_radar_event() 93 if (ard->pulse_length_ext >= ard->pulse_length_pri) ath9k_postprocess_radar_event() 94 dur = ard->pulse_length_ext; ath9k_postprocess_radar_event() 96 dur = ard->pulse_length_pri; ath9k_postprocess_radar_event() 100 rssi = (ard->rssi < ard->ext_rssi) ? ard->ext_rssi : ard->rssi; ath9k_postprocess_radar_event() 149 struct ath_radar_data ard; ath9k_dfs_process_phyerr() local 172 ard.rssi = rs->rs_rssi_ctl[0]; ath9k_dfs_process_phyerr() 173 ard.ext_rssi = rs->rs_rssi_ext[0]; ath9k_dfs_process_phyerr() 179 if (ard.rssi & 0x80) ath9k_dfs_process_phyerr() 180 ard.rssi = 0; ath9k_dfs_process_phyerr() 181 if (ard.ext_rssi & 0x80) ath9k_dfs_process_phyerr() 182 ard.ext_rssi = 0; ath9k_dfs_process_phyerr() 185 ard.pulse_bw_info = vdata_end[-1]; ath9k_dfs_process_phyerr() 186 ard.pulse_length_ext = vdata_end[-2]; ath9k_dfs_process_phyerr() 187 ard.pulse_length_pri = vdata_end[-3]; ath9k_dfs_process_phyerr() 190 if (!ath9k_postprocess_radar_event(sc, &ard, &pe)) ath9k_dfs_process_phyerr() 196 ard.pulse_bw_info, pe.freq, pe.ts, pe.width, pe.rssi, ath9k_dfs_process_phyerr() 199 if (ard.pulse_bw_info & PRI_CH_RADAR_FOUND) ath9k_dfs_process_phyerr() 201 if (ard.pulse_bw_info & EXT_CH_RADAR_FOUND) { ath9k_dfs_process_phyerr() 51 ath9k_postprocess_radar_event(struct ath_softc *sc, struct ath_radar_data *ard, struct pulse_event *pe) ath9k_postprocess_radar_event() argument
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | neon.h | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | cpufeature.h | 2 * Copyright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | sha1-ce-glue.c | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org> 24 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | sha2-ce-glue.c | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org> 25 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | ghash-ce-glue.c | 4 * Copyright (C) 2015 Linaro Ltd. <ard.biesheuvel@linaro.org> 22 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aesbs-glue.c | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org> 436 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aes-ce-glue.c | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org> 20 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aes-ce-core.S | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | bsaes-armv7.pl | 10 # <ard.biesheuvel@linaro.org>. Permission to use under GPL terms is 48 # <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | Makefile | 4 # Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | sha1-ce-glue.c | 4 * Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org> 24 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | ghash-ce-glue.c | 4 * Copyright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org> 19 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | sha2-ce-glue.c | 4 * Copyright (C) 2014 Linaro Ltd <ard.biesheuvel@linaro.org> 24 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aes-ce-cipher.c | 4 * Copyright (C) 2013 - 2014 Linaro Ltd <ard.biesheuvel@linaro.org> 20 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aes-ce.S | 5 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | aes-ce-ccm-glue.c | 4 * Copyright (C) 2013 - 2014 Linaro Ltd <ard.biesheuvel@linaro.org> 297 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aes-glue.c | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org> 53 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
|
H A D | aes-modes.S | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | aes-neon.S | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | neon.h | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/arch/arm/lib/ |
H A D | xor-neon.c | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/lib/raid6/ |
H A D | neon.c | 4 * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/include/linux/ |
H A D | cpufeature.h | 2 * Copyright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/net/mac80211/ |
H A D | aes_ccm.c | 5 * Rewrite: Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/include/crypto/ |
H A D | sha1_base.h | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | sha256_base.h | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org>
|
H A D | sha512_base.h | 4 * Copyright (C) 2015 Linaro Ltd <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | runtime-wrappers.c | 4 * Copyright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_da_format.h | 628 * to work "forw"ard. If none matches, continue with the "forw"ard leaf
|
/linux-4.1.27/arch/arm/boot/dts/ |
H A D | Makefile | 247 imx53-ard.dtb \
|