| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | release-chip.sh | 20 CHIP="${CHIP_ARRAY[$INDEX]}" 23 CHIP=$1 24 if [ -z "$CHIP" -o ! -e "$CHIPS_DIR/$CHIP" ]; then 26 [ "$CHIP" ] || exit 1 29 echo "Releasing chip: $CHIP" 37 Release $CHIP - $(date +%Y-%m-%d) 48 ln -rsf "$CHIPS_DIR/$CHIP" "$CHIP_DIR" 49 ln -rsf "$CHIPS_DIR/$CHIP" . 52 git branch -D $CHIP &>/dev/null || true 53 git checkout --orphan $CHIP &>/dev/null [all …]
|
| H A D | release-doc.sh | 20 CHIP="${CHIP_ARRAY[$INDEX]}" 23 CHIP=$1 24 if [ -z "$CHIP" -o ! -e "$CHIPS_DIR/$CHIP" ]; then 26 [ "$CHIP" ] || exit 1 32 "$0" "$CHIP" "$d" 37 SOC_DIR=$(echo $CHIP | tr '[:lower:]' '[:upper:]') 39 echo "There's no doc for $CHIP in $DOC_DIR" 43 echo "Releasing docs for $CHIP in $DOC_DIR" 51 Release $CHIP - $(date +%Y-%m-%d) 66 git branch -D $CHIP &>/dev/null || true [all …]
|
| H A D | mk-config.sh | 79 1) CHIP=${CHIP_ARRAY[0]} ;; 83 CHIP="$1" 94 CHIP="${CHIP_ARRAY[$INDEX]}" 100 ln -rsf "$CHIPS_DIR/$CHIP" "$CHIP_DIR"
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 00-config.sh | 79 1) CHIP=${CHIP_ARRAY[0]} ;; 83 CHIP="$1" 94 CHIP="${CHIP_ARRAY[$INDEX]}" 100 ln -rsf "$CHIPS_DIR/$CHIP" "$CHIP_DIR"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ibm,emac.txt | 16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx, 170 "ibm,mcmal-CHIP" where CHIP is the host ASIC (like 190 "ibm,zmii-CHIP" where CHIP is the host ASIC (like 199 "ibm,rgmii-CHIP" where CHIP is the host ASIC (like
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ata/ |
| H A D | fsl-sata.txt | 8 "fsl,CHIP-sata", where CHIP is the processor
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/busses/ |
| H A D | i2c-sis5595.rst | 67 is a BUS driver, not a CHIP driver. A BUS driver is used by other CHIP
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | mcm.txt | 46 Definition: Must include "fsl,CHIP-mcm", "fsl,mcm" where 47 CHIP is the processor (mpc8641, mpc8610, etc.)
|
| H A D | ecm.txt | 46 Definition: Must include "fsl,CHIP-ecm", "fsl,ecm" where 47 CHIP is the processor (mpc8572, mpc8544, etc.)
|
| H A D | msi-pic.txt | 5 The first is "fsl,CHIP-msi", where CHIP is the processor(mpc8610, mpc8572,
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mpc.txt | 6 - compatible : should be "fsl,CHIP-i2c" where CHIP is the name of a
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-mtk-tphy.txt | 143 0x0800 CHIP 152 0x1800 CHIP 162 u2 ports and CHIP for u3 ports are added on mt2712.
|
| /OK3568_Linux_fs/rkbin/ |
| H A D | RKBOOT.ini | 7 CHIP=RK310B key
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 254 #define CHIP(id, btype) \ macro 258 CHIP(PCI_DEVICE_ID_CIRRUS_5436, BT_ALPINE), 259 CHIP(PCI_DEVICE_ID_CIRRUS_5434_8, BT_SD64), 260 CHIP(PCI_DEVICE_ID_CIRRUS_5434_4, BT_SD64), 261 CHIP(PCI_DEVICE_ID_CIRRUS_5430, BT_ALPINE), /* GD-5440 is same id */ 262 CHIP(PCI_DEVICE_ID_CIRRUS_7543, BT_ALPINE), 263 CHIP(PCI_DEVICE_ID_CIRRUS_7548, BT_ALPINE), 264 CHIP(PCI_DEVICE_ID_CIRRUS_5480, BT_GD5480), /* MacPicasso likely */ 265 CHIP(PCI_DEVICE_ID_CIRRUS_5446, BT_PICASSO4), /* Picasso 4 is 5446 */ 266 CHIP(PCI_DEVICE_ID_CIRRUS_5462, BT_LAGUNA), /* CL Laguna */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | inode.c | 231 static const char *CHIP; variable 1671 if (0 != strcmp (CHIP, gadget->name)) { in gadgetfs_bind() 1673 shortname, CHIP, gadget->name); in gadgetfs_bind() 2019 CHIP = usb_get_gadget_udc_name(); in gadgetfs_fill_super() 2020 if (!CHIP) in gadgetfs_fill_super() 2048 dev->dentry = gadgetfs_create_file(sb, CHIP, dev, &ep0_operations); in gadgetfs_fill_super() 2061 kfree(CHIP); in gadgetfs_fill_super() 2062 CHIP = NULL; in gadgetfs_fill_super() 2091 kfree(CHIP); in gadgetfs_kill_sb() 2092 CHIP = NULL; in gadgetfs_kill_sb()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/ |
| H A D | Kconfig | 10 the wifi found on the 1st gen Intel Compute Stick, the CHIP
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-neo-plus2/rootfs_overlay/lib/firmware/brcm/ |
| H A D | brcmfmac43430-sdio.friendlyarm,nanopi-neo-plus2.txt | 23 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6212A1/wifi/ |
| H A D | nvram_ap6212a.txt | 24 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| H A D | nvram_ap6212.txt | 24 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-zero-plus2/rootfs_overlay/lib/firmware/brcm/ |
| H A D | brcmfmac43430-sdio.txt | 24 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW43438/ |
| H A D | cyw43438_azw372.txt | 25 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| H A D | cyw43438.txt | 25 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| /OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6236/wifi/ |
| H A D | nvram_ap6236.txt | 25 #PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | komeda-kms.rst | 328 achieve this, split the komeda device into two layers: CORE and CHIP. 331 - CHIP: for register programing and HW specific feature (limitation) handling. 333 CORE can access CHIP by three chip function structures:
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun5i-gr8-chip-pro.dts | 219 * The CHIP Pro doesn't have a controllable VBUS, nor does it
|