/openbmc/linux/drivers/ssb/ |
H A D | bridge_pcmcia_80211.c | 52 goto err_disable; in ssb_host_pcmcia_probe() 55 goto err_disable; in ssb_host_pcmcia_probe() 59 goto err_disable; in ssb_host_pcmcia_probe() 63 goto err_disable; in ssb_host_pcmcia_probe() 68 err_disable: in ssb_host_pcmcia_probe()
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | mpc85xx_ddr_gen1.c | 82 debug("DMA DDR: err_disable = 0x%08x\n", ddr->err_disable); in ddr_enable_ecc() 83 ddr->err_disable = 0x00000000; in ddr_enable_ecc() 85 debug("DMA DDR: err_disable = 0x%08x\n", ddr->err_disable); in ddr_enable_ecc()
|
H A D | fsl_ddr_gen4.c | 241 ddr_out32(&ddr->err_disable, regs->err_disable | in fsl_ddr_set_memctl_regs() 245 ddr_out32(&ddr->err_disable, regs->err_disable); in fsl_ddr_set_memctl_regs() 429 ddr_out32(&ddr->err_disable, in fsl_ddr_set_memctl_regs() 430 regs->err_disable & ~DDR_ERR_DISABLE_APED); in fsl_ddr_set_memctl_regs()
|
H A D | arm_ddr_gen3.c | 145 ddr_out32(&ddr->err_disable, regs->err_disable); in fsl_ddr_set_memctl_regs()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | ecc.c | 38 (ddr->err_disable & ECC_ERROR_DISABLE_MBED) ? 1 : 0); in ecc_print_status() 40 (ddr->err_disable & ECC_ERROR_DISABLE_SBED) ? 1 : 0); in ecc_print_status() 42 (ddr->err_disable & ECC_ERROR_DISABLE_MSED) ? 1 : 0); in ecc_print_status() 166 val = ddr->err_disable; in do_ecc() 193 ddr->err_disable = val; in do_ecc()
|
H A D | spd_sdram.c | 817 ddr->err_disable = ~ECC_ERROR_ENABLE; in spd_sdram() 824 debug("DDR:err_disable=0x%08x\n", ddr->err_disable); in spd_sdram() 923 ddr->err_disable &= ECC_ERROR_ENABLE; in ddr_enable_ecc()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l32.c | 420 goto err_disable; in cs35l32_i2c_probe() 428 goto err_disable; in cs35l32_i2c_probe() 434 goto err_disable; in cs35l32_i2c_probe() 441 goto err_disable; in cs35l32_i2c_probe() 488 goto err_disable; in cs35l32_i2c_probe() 492 err_disable: in cs35l32_i2c_probe()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-bt8xx.c | 187 goto err_disable; in bt8xxgpio_probe() 196 goto err_disable; in bt8xxgpio_probe() 211 goto err_disable; in bt8xxgpio_probe() 216 err_disable: in bt8xxgpio_probe()
|
/openbmc/linux/drivers/mfd/ |
H A D | cs5535-mfd.c | 88 goto err_disable; in cs5535_mfd_probe() 130 err_disable: in cs5535_mfd_probe()
|
H A D | sta2x11-mfd.c | 605 goto err_disable; in sta2x11_mfd_probe() 611 err_disable: in sta2x11_mfd_probe()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | chipsfb.c | 366 goto err_disable; in chipsfb_pci_init() 371 goto err_disable; in chipsfb_pci_init() 377 goto err_disable; in chipsfb_pci_init() 440 err_disable: in chipsfb_pci_init()
|
H A D | sunxvr2500.c | 138 goto err_disable; in s3d_pci_register() 217 err_disable: in s3d_pci_register()
|
H A D | sunxvr500.c | 280 goto err_disable; in e3d_pci_register() 392 err_disable: in e3d_pci_register()
|
/openbmc/linux/drivers/watchdog/ |
H A D | mei_wdt.c | 589 goto err_disable; in mei_wdt_probe() 597 goto err_disable; in mei_wdt_probe() 608 goto err_disable; in mei_wdt_probe() 614 err_disable: in mei_wdt_probe()
|
H A D | i6300esb.c | 226 goto err_disable; in esb_getdevice() 242 err_disable: in esb_getdevice()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_main.c | 305 goto err_disable; in mthca_init_tavor() 310 goto err_disable; in mthca_init_tavor() 316 goto err_disable; in mthca_init_tavor() 328 goto err_disable; in mthca_init_tavor() 334 goto err_disable; in mthca_init_tavor() 339 err_disable: in mthca_init_tavor() 600 goto err_disable; in mthca_init_arbel() 640 err_disable: in mthca_init_arbel()
|
/openbmc/linux/drivers/media/pci/intel/ivsc/ |
H A D | mei_ace.c | 484 goto err_disable; in mei_ace_probe() 490 goto err_disable; in mei_ace_probe() 508 err_disable: in mei_ace_probe()
|
H A D | mei_csi.c | 731 goto err_disable; in mei_csi_probe() 736 goto err_disable; in mei_csi_probe() 787 err_disable: in mei_csi_probe()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-ath79.c | 226 goto err_disable; in ath79_spi_probe() 230 err_disable: in ath79_spi_probe()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.c | 332 goto err_disable; in cobalt_setup_pci() 340 goto err_disable; in cobalt_setup_pci() 347 goto err_disable; in cobalt_setup_pci() 396 err_disable: in cobalt_setup_pci()
|
/openbmc/u-boot/post/cpu/mpc83xx/ |
H A D | ecc.c | 62 if (__raw_readl(&ddr->err_disable) & ECC_ERROR_ENABLE) { in ecc_post_test()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-spmi-vadc.c | 324 goto err_disable; in vadc_do_conversion() 334 goto err_disable; in vadc_do_conversion() 340 goto err_disable; in vadc_do_conversion() 345 err_disable: in vadc_do_conversion()
|
/openbmc/u-boot/board/freescale/mpc8641hpcn/ |
H A D | mpc8641hpcn.c | 86 ddr->err_disable = 0x0000008D; in fixed_sdram()
|
/openbmc/linux/drivers/greybus/ |
H A D | interface.c | 215 goto err_disable; in gb_interface_mailbox_event() 222 goto err_disable; in gb_interface_mailbox_event() 233 goto err_disable; in gb_interface_mailbox_event() 245 err_disable: in gb_interface_mailbox_event()
|
/openbmc/u-boot/board/freescale/mpc8572ds/ |
H A D | mpc8572ds.c | 83 ddr->err_disable = CONFIG_SYS_DDR_ERR_DIS; in fixed_sdram()
|