Searched refs:bcma_err (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/bcma/ |
A D | main.c | 283 bcma_err(bus, "Could not register dev for core 0x%03X\n", in bcma_register_core() 325 bcma_err(bus, "Error registering parallel flash\n"); in bcma_register_devices() 333 bcma_err(bus, "Error registering serial flash\n"); in bcma_register_devices() 341 bcma_err(bus, "Error registering NAND flash\n"); in bcma_register_devices() 348 bcma_err(bus, "Error registering GPIO driver: %i\n", err); in bcma_register_devices() 353 bcma_err(bus, "Error registering watchdog driver\n"); in bcma_register_devices() 387 bcma_err(bus, "Failed to scan: %d\n", err); in bcma_bus_register() 417 bcma_err(bus, "No SPROM available\n"); in bcma_bus_register() 419 bcma_err(bus, "Failed to get SPROM: %d\n", err); in bcma_bus_register() 484 bcma_err(bus, "Some GPIOs are still in use.\n"); in bcma_bus_unregister() [all …]
|
A D | driver_chipcommon_sflash.c | 85 bcma_err(cc->core->bus, "SFLASH control command failed (timeout)!\n"); in bcma_sflash_cmd() 125 bcma_err(bus, "Unsupported ST serial flash (id: 0x%X, id2: 0x%X)\n", id, id2); in bcma_sflash_init() 139 bcma_err(bus, "Unsupported Atmel serial flash (id: 0x%X)\n", id); in bcma_sflash_init() 145 bcma_err(bus, "Unsupported flash type\n"); in bcma_sflash_init()
|
A D | bcma_private.h | 12 #define bcma_err(bus, fmt, ...) \ macro 72 bcma_err(cc->core->bus, "Parallel flash not supported\n"); in bcma_pflash_init() 84 bcma_err(cc->core->bus, "Serial flash not supported\n"); in bcma_sflash_init() 96 bcma_err(cc->core->bus, "NAND flash not supported\n"); in bcma_nflash_init()
|
A D | driver_chipcommon_nflash.c | 25 bcma_err(bus, "NAND flash on unsupported board!\n"); in bcma_nflash_init() 30 bcma_err(bus, "NAND flash not present according to ChipCommon\n"); in bcma_nflash_init()
|
A D | core.c | 100 bcma_err(core->bus, "HT force timeout\n"); in bcma_core_set_clockmode() 127 bcma_err(core->bus, "PLL enable timeout\n"); in bcma_core_pll_ctl() 151 bcma_err(core->bus, "DMA translation unknown for host %d\n", in bcma_core_dma_translation()
|
A D | driver_chipcommon.c | 157 bcma_err(bus, "Flash type not supported\n"); in bcma_core_chipcommon_flash_detect() 218 bcma_err(cc->core->bus, "Power control not implemented!\n"); in bcma_core_chipcommon_init() 404 bcma_err(cc->core->bus, "serial not supported on this device ccrev: 0x%x\n", in bcma_chipco_serial_init()
|
A D | driver_chipcommon_b.c | 28 bcma_err(bus, "Timeout waiting for register %p\n", addr); in bcma_wait_reg()
|
A D | driver_mips.c | 190 bcma_err(bus, "No PMU available, need this to get the cpu clock\n"); in bcma_cpu_clock() 352 bcma_err(bus, in bcma_core_mips_init()
|
A D | driver_pcie2.c | 200 bcma_err(bus, "Error setting PCI_EXP_DEVCTL_READRQ: %d\n", err); in bcma_core_pcie2_up()
|
A D | driver_chipcommon_pmu.c | 110 bcma_err(bus, "Unknown TGT frequency for xtalfreq %d\n", in bcma_pmu2_pll_init0() 662 bcma_err(bus, "Unknown spuravoidance settings for chip 0x%04X, not changing PLL\n", in bcma_pmu_spuravoid_pllupdate()
|
A D | driver_pci_host.c | 381 bcma_err(bus, "PCI: Broken device in slot %d\n", in bcma_core_pci_enable_crs() 404 bcma_err(bus, "can not allocate memory"); in bcma_core_pci_hostmode_init()
|
A D | host_pci.c | 190 bcma_err(bus, "PCI card detected, they are not supported.\n"); in bcma_host_pci_probe()
|
Completed in 15 milliseconds