/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-sim.sh | 22 local CHIP=$1 24 for FILE in $CONFIGFS_DIR/$CHIP/*; do 30 LINES=`ls $CONFIGFS_DIR/$CHIP/$BANK/ | grep -E ^line` 33 if [ -e $CONFIGFS_DIR/$CHIP/$BANK/$LINE/hog ]; then 34 rmdir $CONFIGFS_DIR/$CHIP/$BANK/$LINE/hog || \ 38 rmdir $CONFIGFS_DIR/$CHIP/$BANK/$LINE || \ 43 rmdir $CONFIGFS_DIR/$CHIP/$BANK 46 rmdir $CONFIGFS_DIR/$CHIP || fail "Unable to remove the chip" 50 local CHIP=$1 52 mkdir $CONFIGFS_DIR/$CHIP [all …]
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | plugin.hpp | 136 #define __PLUGIN_DEFINE(CHIP, NAME, FUNC) \ argument 137 class __PLUGIN_MAKE(Plugin_, CHIP, NAME) \ 140 __PLUGIN_MAKE(Plugin_, CHIP, NAME) \ 143 PluginMap::getSingleton().add(CHIP, #NAME, &FUNC); \ 146 __PLUGIN_MAKE(Plugin_, CHIP, NAME) __PLUGIN_MAKE(g_Plugin_, CHIP, NAME) 148 #define PLUGIN_DEFINE(CHIP, NAME) __PLUGIN_DEFINE(CHIP, NAME, CHIP::NAME) argument 150 #define PLUGIN_DEFINE_NS(CHIP, NS, NAME) __PLUGIN_DEFINE(CHIP, NAME, NS::NAME) argument
|
/openbmc/linux/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
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | fsl-sata.txt | 8 "fsl,CHIP-sata", where CHIP is the processor
|
/openbmc/linux/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
|
/openbmc/linux/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,
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ipl/ |
H A D | ipl_git.bb | 23 EXTRA_OECONF = "CHIP=p10 --enable-libphal"
|
/openbmc/linux/drivers/staging/rtl8723bs/ |
H A D | Kconfig | 11 the wifi found on the 1st gen Intel Compute Stick, the CHIP
|
/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/ |
H A D | pdata_git.bb | 25 PDATA_CONFARG = "CHIP=p10"
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cirrusfb.c | 255 #define CHIP(id, btype) \ macro 259 CHIP(PCI_DEVICE_ID_CIRRUS_5436, BT_ALPINE), 260 CHIP(PCI_DEVICE_ID_CIRRUS_5434_8, BT_SD64), 261 CHIP(PCI_DEVICE_ID_CIRRUS_5434_4, BT_SD64), 262 CHIP(PCI_DEVICE_ID_CIRRUS_5430, BT_ALPINE), /* GD-5440 is same id */ 263 CHIP(PCI_DEVICE_ID_CIRRUS_7543, BT_ALPINE), 264 CHIP(PCI_DEVICE_ID_CIRRUS_7548, BT_ALPINE), 265 CHIP(PCI_DEVICE_ID_CIRRUS_5480, BT_GD5480), /* MacPicasso likely */ 266 CHIP(PCI_DEVICE_ID_CIRRUS_5446, BT_PICASSO4), /* Picasso 4 is 5446 */ 267 CHIP(PCI_DEVICE_ID_CIRRUS_5462, BT_LAGUNA), /* CL Laguna */ [all …]
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | inode.c | 231 static const char *CHIP; variable 1670 if (0 != strcmp (CHIP, gadget->name)) { in gadgetfs_bind() 1672 shortname, CHIP, gadget->name); in gadgetfs_bind() 2022 CHIP = usb_get_gadget_udc_name(); in gadgetfs_fill_super() 2023 if (!CHIP) { in gadgetfs_fill_super() 2053 dev->dentry = gadgetfs_create_file(sb, CHIP, dev, &ep0_operations); in gadgetfs_fill_super() 2067 kfree(CHIP); in gadgetfs_fill_super() 2068 CHIP = NULL; in gadgetfs_fill_super() 2101 kfree(CHIP); in gadgetfs_kill_sb() 2102 CHIP = NULL; in gadgetfs_kill_sb()
|
/openbmc/linux/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 programming and HW specific feature (limitation) handling. 333 CORE can access CHIP by three chip function structures:
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun5i-gr8-chip-pro.dts | 219 * The CHIP Pro doesn't have a controllable VBUS, nor does it
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun5i-gr8-chip-pro.dts | 241 * The CHIP Pro doesn't have a controllable VBUS, nor does it
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | ras_utils.robot | 142 #./probe_cpus.sh | grep 'CHIP ID: 0' | cut -c21-22
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 78 ... | grep -i 'CHIP ID: ${proc_chip_id}' | cut -c21-22
|
/openbmc/linux/Documentation/spi/ |
H A D | spi-summary.rst | 350 .name = "CHIP", 360 device whose board_info gave a modalias of "CHIP". Your probe() code 368 struct CHIP *chip;
|
/openbmc/u-boot/ |
H A D | README | 2695 CHIP 11 errata where the last 256 bytes in SDRAM shouldn't
|
/openbmc/linux/ |
H A D | MAINTAINERS | 6714 DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP 6828 DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP 19435 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus) 19632 SIFIVE FU540 SYSTEM-ON-CHIP
|