| /freebsd-13-stable/sys/dev/ath/ |
| HD | ah_osdep.c | 247 static struct ale * 250 struct ale *ale; in ath_hal_alq_get() local 253 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); in ath_hal_alq_get() 254 if (ale) { in ath_hal_alq_get() 256 (struct athregrec *) ale->ae_data; in ath_hal_alq_get() 260 alq_post(ath_hal_alq, ale); in ath_hal_alq_get() 265 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); in ath_hal_alq_get() 266 if (!ale) in ath_hal_alq_get() 268 return ale; in ath_hal_alq_get() 287 struct ale *ale = ath_hal_alq_get(ah); in ath_hal_reg_write() local [all …]
|
| HD | if_ath_alq.c | 52 static struct ale * 55 struct ale *ale; in if_ath_alq_get() local 60 ale = alq_getn(alq->sc_alq_alq, len, ALQ_NOWAIT); in if_ath_alq_get() 61 if (! ale) in if_ath_alq_get() 63 return (ale); in if_ath_alq_get() 156 struct ale *ale; in if_ath_alq_post() local 172 ale = if_ath_alq_get(alq, len + sizeof(struct if_ath_alq_hdr)); in if_ath_alq_post() 174 if (ale == NULL) in if_ath_alq_post() 177 ap = (struct if_ath_alq_hdr *) ale->ae_data; in if_ath_alq_post() 193 alq_post(alq->sc_alq_alq, ale); in if_ath_alq_post()
|
| /freebsd-13-stable/sys/net80211/ |
| HD | ieee80211_alq.c | 124 static struct ale * 127 struct ale *ale; in ieee80211_alq_get() local 129 ale = alq_getn(ieee80211_alq, len + sizeof(struct ieee80211_alq_rec), in ieee80211_alq_get() 131 if (!ale) in ieee80211_alq_get() 135 return ale; in ieee80211_alq_get() 143 struct ale *ale; in ieee80211_alq_log() local 154 ale = ieee80211_alq_get(len); in ieee80211_alq_log() 155 if (! ale) in ieee80211_alq_log() 158 r = (struct ieee80211_alq_rec *) ale->ae_data; in ieee80211_alq_log() 175 alq_post(ieee80211_alq, ale); in ieee80211_alq_log()
|
| /freebsd-13-stable/sys/sys/ |
| HD | alq.h | 50 struct ale { struct 128 struct ale *alq_getn(struct alq *alq, int len, int flags); 129 struct ale *alq_get(struct alq *alq, int flags); 137 void alq_post_flags(struct alq *alq, struct ale *ale, int flags); 140 alq_post(struct alq *alq, struct ale *ale) in alq_post() argument 142 alq_post_flags(alq, ale, 0); in alq_post()
|
| /freebsd-13-stable/tools/tools/crypto/ |
| HD | cryptokeytest.c | 114 void *ale, *ble, *cle; in UB_mod_exp() local 117 if ((ale = bignum_to_le(a)) == NULL) in UB_mod_exp() 129 kop.crk_param[0].crp_p = ale; in UB_mod_exp() 143 explicit_bzero(ale, BN_num_bytes(a)); in UB_mod_exp() 144 free(ale); in UB_mod_exp()
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_ktr.c | 324 struct ale *ale = NULL; in ktr_tracepoint() local 352 if ((ale = alq_get(ktr_alq, ALQ_NOWAIT)) == NULL) { in ktr_tracepoint() 357 entry = (struct ktr_entry *)ale->ae_data; in ktr_tracepoint() 399 if (ktr_alq_enabled && ale) in ktr_tracepoint() 400 alq_post(ktr_alq, ale); in ktr_tracepoint()
|
| HD | kern_alq.c | 71 struct ale aq_getpost; /* ALE for use by get/post */ 671 struct ale * 815 struct ale * 825 alq_post_flags(struct alq *alq, struct ale *ale, int flags) in alq_post_flags() argument 832 if (ale->ae_bytesused > 0) { in alq_post_flags() 839 alq->aq_writehead += ale->ae_bytesused; in alq_post_flags() 840 alq->aq_freebytes -= ale->ae_bytesused; in alq_post_flags()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/bus/ |
| HD | ts-nbus.txt | 15 - ts,ale-gpios : The GPIO pin connected to the ale line on the FPGA 42 ts,ale-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/mtd/ |
| HD | orion-nand.txt | 10 - ale : Address line number connected to ALE. Default is 1 24 ale = <1>;
|
| HD | davinci-nand.txt | 27 - ti,davinci-mask-ale: mask for ALE. Needed for executing address 83 ti,davinci-mask-ale = <0>;
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/pinctrl/ |
| D | lantiq,pinctrl-xway.txt | 51 ebu wait, nand ale, nand cs1, nand cle, spi, spi_cs1, spi_cs2, spi_cs3, 62 ebu clk, ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, 83 ebu wait, nand ale, nand cs1, nand cle, spi_di, spi_do, spi_clk, spi_cs1, 94 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 106 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd, 120 exin0, exin1, exin2, exin4, nand ale, nand cs0, nand cs1, nand cle,
|
| /freebsd-13-stable/contrib/bc/tests/bc/errors/ |
| HD | 30.txt | 1 ale--#80)
|
| HD | 21.txt | 4 return 74; b=123123123.239479823748;ale
|
| /freebsd-13-stable/sys/modules/ale/ |
| HD | Makefile | 2 .PATH: ${SRCTOP}/sys/dev/ale
|
| /freebsd-13-stable/tools/kerneldoc/subsys/ |
| HD | Doxyfile-dev_ale | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/ale/ \
|
| /freebsd-13-stable/sys/amd64/conf/ |
| HD | LINT-NOIP | 11 nodevice ale
|
| /freebsd-13-stable/sys/i386/conf/ |
| HD | LINT-NOIP | 10 nodevice ale
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | orion5x-rd88f5182-nas.dts | 61 devbus,ale-wr-ps = <90000>; 83 devbus,ale-wr-ps = <90000>;
|
| HD | picoxcell-pc7302-pc3x2.dts | 42 &banka 3 0 /* ale */
|
| HD | picoxcell-pc7302-pc3x3.dts | 48 &banka 3 0 /* ale */
|
| HD | armada-xp-db-xc3-24g4xg.dts | 59 devbus,ale-wr-ps = <60000>;
|
| HD | keystone-k2l-evm.dts | 85 ti,davinci-mask-ale = <0x2000>;
|
| HD | armada-xp-db-dxbc2.dts | 55 devbus,ale-wr-ps = <60000>;
|
| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-nand.c | 915 if (cmd.ale.adr_byte_num < 5) in cvmx_nand_submit() 1074 cmd.ale.adr_byte_num = num_address_cycles; in __cvmx_nand_build_pre_cmd() 1077 cmd.ale.adr_bytes_l = nand_address; in __cvmx_nand_build_pre_cmd() 1078 cmd.ale.adr_bytes_h = nand_address >> 32; in __cvmx_nand_build_pre_cmd() 1086 cmd.ale.adr_bytes_l = column + (row << column_shift); in __cvmx_nand_build_pre_cmd() 1087 cmd.ale.adr_bytes_h = row >> (32 - column_shift); in __cvmx_nand_build_pre_cmd() 1089 cmd.ale.alen1 = cvmx_nand_state[chip].alen[0]; in __cvmx_nand_build_pre_cmd() 1090 cmd.ale.alen2 = cvmx_nand_state[chip].alen[1]; in __cvmx_nand_build_pre_cmd() 1091 cmd.ale.alen3 = cvmx_nand_state[chip].alen[2]; in __cvmx_nand_build_pre_cmd() 1092 cmd.ale.alen4 = cvmx_nand_state[chip].alen[3]; in __cvmx_nand_build_pre_cmd() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/src/mips/ni/ |
| HD | 169445.dts | 69 <&gpio1 2 0>, /* ale */
|