/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | gpmi-nand.txt | 13 - reg : should contain registers location and length for gpmi and bch. 14 - reg-names: Should contain the reg names "gpmi-nand" and "bch" 16 - interrupt-names : Should be "bch". 66 reg-names = "gpmi-nand", "bch"; 68 interrupt-names = "bch";
|
H A D | nvidia-tegra20-nand.txt | 28 Supported values with "hw" ECC mode are: "rs", "bch". 60 nand-ecc-algo = "bch";
|
H A D | mxic-nand.txt | 34 nand-ecc-algo = "bch";
|
H A D | mtk-nand.txt | 36 ecc-engine = <&bch>; 170 bch: ecc@1100e000 {
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm5301x-nand-cs0-bch4.dtsi | 9 nand-ecc-algo = "bch";
|
H A D | bcm5301x-nand-cs0-bch1.dtsi | 11 nand-ecc-algo = "bch";
|
H A D | bcm5301x-nand-cs0-bch8.dtsi | 14 nand-ecc-algo = "bch";
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_ni.c | 3098 struct dpaa2_channel *bch = (struct dpaa2_channel *)buf->opt; in dpaa2_ni_rx() local 3099 struct dpaa2_ni_softc *sc = device_get_softc(bch->ni_dev); in dpaa2_ni_rx() 3112 KASSERT(bch != NULL, ("%s: buffer channel is NULL", __func__)); in dpaa2_ni_rx() 3140 mtx_assert(&bch->dma_mtx, MA_NOTOWNED); in dpaa2_ni_rx() 3141 mtx_lock(&bch->dma_mtx); in dpaa2_ni_rx() 3156 mtx_unlock(&bch->dma_mtx); in dpaa2_ni_rx() 3192 bch = (struct dpaa2_channel *)buf->opt; in dpaa2_ni_rx() 3194 mtx_assert(&bch->dma_mtx, MA_NOTOWNED); in dpaa2_ni_rx() 3195 mtx_lock(&bch->dma_mtx); in dpaa2_ni_rx() 3197 DPAA2_RX_BUF_SIZE, &bch->dma_mtx); in dpaa2_ni_rx() [all …]
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.rcnews | 57 ( cd ${BATCH} && rm -f bch* )
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8-ss-conn.dtsi | 31 conn_bch_clk: clock-conn-bch { 356 reg-names = "gpmi-nand", "bch"; 360 interrupt-names = "bch";
|
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | jz4780.dtsi | 572 bch: bch@134d0000 { label 573 compatible = "ingenic,jz4780-bch";
|
H A D | jz4725b.dtsi | 360 bch: ecc-controller@130d0000 { label 361 compatible = "ingenic,jz4725b-bch";
|
H A D | ci20.dts | 418 ecc-engine = <&bch>; 504 &bch {
|
H A D | rs90.dts | 255 ecc-engine = <&bch>;
|
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
H A D | zynqmp-zc1751-xm016-dc2.dts | 145 nand-ecc-algo = "bch"; 154 nand-ecc-algo = "bch";
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt7622-bananapi-bpi-r64.dts | 108 &bch { 268 &bch {
|
H A D | mt7622.dtsi | 547 ecc-engine = <&bch>; 559 nand-ecc-engine = <&bch>; 565 bch: ecc@1100e000 { label
|
H A D | mt7622-rfb1.dts | 90 &bch {
|
H A D | mt2712e.dtsi | 569 ecc-engine = <&bch>; 575 bch: ecc@1100f000 { label
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx23.dtsi | 82 reg-names = "gpmi-nand", "bch"; 84 interrupt-names = "bch";
|
H A D | imx28.dtsi | 104 reg-names = "gpmi-nand", "bch"; 106 interrupt-names = "bch";
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt7623a-rfb-nand.dts | 107 &bch {
|
H A D | mt2701.dtsi | 370 ecc-engine = <&bch>; 375 bch: ecc@1100e000 { label
|
H A D | mt7623.dtsi | 532 ecc-engine = <&bch>; 537 bch: ecc@1100e000 { label
|
/freebsd/contrib/less/ |
H A D | line.c | 1050 LWCHAR bch; in do_append() 1052 bch = step_charc(&p, -1, start); in do_append() 1053 } while (p > start && !IS_CSI_START(bch)); in do_append() 1011 LWCHAR bch; store_ansi() local
|