Home
last modified time | relevance | path

Searched refs:ale (Results 1 – 25 of 71) sorted by relevance

123

/freebsd-13-stable/sys/dev/ath/
HDah_osdep.c247 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 …]
HDif_ath_alq.c52 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/
HDieee80211_alq.c124 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/
HDalq.h50 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/
HDcryptokeytest.c114 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/
HDkern_ktr.c324 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()
HDkern_alq.c71 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/
HDts-nbus.txt15 - 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/
HDorion-nand.txt10 - ale : Address line number connected to ALE. Default is 1
24 ale = <1>;
HDdavinci-nand.txt27 - 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/
Dlantiq,pinctrl-xway.txt51 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/
HD30.txt1 ale--#80)
HD21.txt4 return 74; b=123123123.239479823748;ale
/freebsd-13-stable/sys/modules/ale/
HDMakefile2 .PATH: ${SRCTOP}/sys/dev/ale
/freebsd-13-stable/tools/kerneldoc/subsys/
HDDoxyfile-dev_ale12 INPUT = $(DOXYGEN_SRC_PATH)/dev/ale/ \
/freebsd-13-stable/sys/amd64/conf/
HDLINT-NOIP11 nodevice ale
/freebsd-13-stable/sys/i386/conf/
HDLINT-NOIP10 nodevice ale
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDorion5x-rd88f5182-nas.dts61 devbus,ale-wr-ps = <90000>;
83 devbus,ale-wr-ps = <90000>;
HDpicoxcell-pc7302-pc3x2.dts42 &banka 3 0 /* ale */
HDpicoxcell-pc7302-pc3x3.dts48 &banka 3 0 /* ale */
HDarmada-xp-db-xc3-24g4xg.dts59 devbus,ale-wr-ps = <60000>;
HDkeystone-k2l-evm.dts85 ti,davinci-mask-ale = <0x2000>;
HDarmada-xp-db-dxbc2.dts55 devbus,ale-wr-ps = <60000>;
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-nand.c915 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/
HD169445.dts69 <&gpio1 2 0>, /* ale */

123