Home
last modified time | relevance | path

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

12

/f-stack/freebsd/net80211/
H A Dieee80211_alq.c125 static struct ale *
128 struct ale *ale; in ieee80211_alq_get() local
130 ale = alq_getn(ieee80211_alq, len + sizeof(struct ieee80211_alq_rec), in ieee80211_alq_get()
132 if (!ale) in ieee80211_alq_get()
136 return ale; in ieee80211_alq_get()
144 struct ale *ale; in ieee80211_alq_log() local
155 ale = ieee80211_alq_get(len); in ieee80211_alq_log()
156 if (! ale) in ieee80211_alq_log()
159 r = (struct ieee80211_alq_rec *) ale->ae_data; in ieee80211_alq_log()
176 alq_post(ieee80211_alq, ale); in ieee80211_alq_log()
/f-stack/freebsd/sys/
H A Dalq.h51 struct ale { struct
129 struct ale *alq_getn(struct alq *alq, int len, int flags);
130 struct ale *alq_get(struct alq *alq, int flags);
138 void alq_post_flags(struct alq *alq, struct ale *ale, int flags);
141 alq_post(struct alq *alq, struct ale *ale) in alq_post() argument
143 alq_post_flags(alq, ale, 0); in alq_post()
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dts-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>;
/f-stack/freebsd/kern/
H A Dkern_ktr.c326 struct ale *ale = NULL; in ktr_tracepoint() local
354 if ((ale = alq_get(ktr_alq, ALQ_NOWAIT)) == NULL) { in ktr_tracepoint()
359 entry = (struct ktr_entry *)ale->ae_data; in ktr_tracepoint()
401 if (ktr_alq_enabled && ale) in ktr_tracepoint()
402 alq_post(ktr_alq, ale); in ktr_tracepoint()
H A Dkern_alq.c73 struct ale aq_getpost; /* ALE for use by get/post */
673 struct ale *
817 struct ale *
827 alq_post_flags(struct alq *alq, struct ale *ale, int flags) in alq_post_flags() argument
834 if (ale->ae_bytesused > 0) { in alq_post_flags()
841 alq->aq_writehead += ale->ae_bytesused; in alq_post_flags()
842 alq->aq_freebytes -= ale->ae_bytesused; in alq_post_flags()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dorion-nand.txt10 - ale : Address line number connected to ALE. Default is 1
24 ale = <1>;
H A Ddavinci-nand.txt27 - ti,davinci-mask-ale: mask for ALE. Needed for executing address
83 ti,davinci-mask-ale = <0>;
H A Datmel-nand.txt179 atmel,nand-addr-offset = <21>; /* ale */
202 atmel,nand-addr-offset = <21>; /* ale */
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A 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,
/f-stack/freebsd/i386/conf/
H A DLINT-NOIP10 nodevice ale
/f-stack/freebsd/amd64/conf/
H A DLINT-NOIP11 nodevice ale
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dorion5x-rd88f5182-nas.dts61 devbus,ale-wr-ps = <90000>;
83 devbus,ale-wr-ps = <90000>;
H A Dpicoxcell-pc7302-pc3x2.dts42 &banka 3 0 /* ale */
H A Dpicoxcell-pc7302-pc3x3.dts48 &banka 3 0 /* ale */
H A Dkeystone-k2l-evm.dts85 ti,davinci-mask-ale = <0x2000>;
H A Dkeystone-k2g-netcp.dtsi119 enable-ale;
H A Darmada-xp-db-xc3-24g4xg.dts59 devbus,ale-wr-ps = <60000>;
H A Darmada-xp-db-dxbc2.dts55 devbus,ale-wr-ps = <60000>;
H A Dkeystone-k2e-evm.dts112 ti,davinci-mask-ale = <0x2000>;
H A Darmada-xp-openblocks-ax3-4.dts54 devbus,ale-wr-ps = <60000>;
H A Dorion5x-lacie-ethernet-disk-mini-v2.dts81 devbus,ale-wr-ps = <90000>;
H A Dkeystone-k2hk-evm.dts129 ti,davinci-mask-ale = <0x2000>;
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-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 …]
/f-stack/freebsd/contrib/device-tree/src/mips/ni/
H A D169445.dts69 <&gpio1 2 0>, /* ale */
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt85 - devbus,ale-wr-ps: Defines the time delay from the ALE[0] negation cycle
152 devbus,ale-wr-ps = <60000>;

12