Searched refs:asd_printk (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/aic94xx/ |
D | aic94xx_dump.c | 220 #define PRINT_REG_8bit(_ha, _n, _r) asd_printk(STR_8BIT, #_n, _n, \ 222 #define PRINT_REG_16bit(_ha, _n, _r) asd_printk(STR_16BIT, #_n, _n, \ 224 #define PRINT_REG_32bit(_ha, _n, _r) asd_printk(STR_32BIT, #_n, _n, \ 227 #define PRINT_CREG_8bit(_ha, _n) asd_printk(STR_8BIT, #_n, _n, \ 229 #define PRINT_CREG_16bit(_ha, _n) asd_printk(STR_16BIT, #_n, _n, \ 231 #define PRINT_CREG_32bit(_ha, _n) asd_printk(STR_32BIT, #_n, _n, \ 238 #define PRINT_MREG_8bit(_ha, _m, _n, _r) asd_printk(MSTR_8BIT, _m, #_n, _n, \ 240 #define PRINT_MREG_16bit(_ha, _m, _n, _r) asd_printk(MSTR_16BIT, _m, #_n, _n, \ 242 #define PRINT_MREG_32bit(_ha, _m, _n, _r) asd_printk(MSTR_32BIT, _m, #_n, _n, \ 246 #define PRINT_MIS_byte(_ha, _n) asd_printk(STR_8BIT, #_n,CSEQ_##_n-CMAPPEDSCR,\ [all …]
|
D | aic94xx_hwi.c | 105 asd_printk("no mem for IDENTIFY for phy%d\n", sas_phy->id); in asd_init_phy() 170 asd_printk("couldn't access conf. space of %s\n", in asd_init_sw() 177 asd_printk("couldn't write to MBAR_KEY of %s\n", in asd_init_sw() 331 asd_printk("couldn't allocate list of escbs\n"); in asd_alloc_escbs() 396 asd_printk("couldn't allocate edbs\n"); in asd_init_escbs() 402 asd_printk("couldn't allocate escbs\n"); in asd_init_escbs() 464 asd_printk("couldn't hard reset %s\n", in asd_init_chip() 473 asd_printk("couldn't init seqs for %s\n", in asd_init_chip() 480 asd_printk("coudln't start seqs for %s\n", in asd_init_chip() 534 asd_printk("couldn't allocate memory for %d devices\n", in asd_extend_devctx() [all …]
|
D | aic94xx_init.c | 101 asd_printk("MBAR%d start or length for %s is 0.\n", in asd_map_memio() 107 asd_printk("couldn't reserve memory region for %s\n", in asd_map_memio() 118 asd_printk("couldn't map MBAR%d of %s\n", i==0?0:1, in asd_map_memio() 160 asd_printk("couldn't get IO ports for %s\n", in asd_map_ioport() 166 asd_printk("couldn't reserve io space for %s\n", in asd_map_ioport() 185 asd_printk("couldn't read command register of %s\n", in asd_map_ha() 197 asd_printk("%s ioport mapped -- upgrade your hardware\n", in asd_map_ha() 200 asd_printk("no proper device access to %s\n", in asd_map_ha() 232 asd_printk("%s is revision %s (%X), which is not supported\n", in asd_common_setup() 400 asd_printk("Failed to load bios image file %s, error %d\n", in asd_store_update_bios() [all …]
|
D | aic94xx_seq.c | 203 asd_printk("%s: cseq verify failed at %u " in asd_verify_cseq() 245 asd_printk("%s: LSEQ%d verify failed " in asd_verify_lseq() 299 asd_printk("sequencer program not multiple of 4\n"); in asd_download_seq() 316 asd_printk("out of memory for dma SEQ download\n"); in asd_download_seq() 347 asd_printk("%s: error DMA-ing sequencer code\n", in asd_download_seq() 367 asd_printk("sequencer program not multiple of 4\n"); in asd_download_seq() 404 asd_printk("%s: no enabled phys!\n", pci_name(asd_ha->pcidev)); in asd_seq_download_seqs() 412 asd_printk("CSEQ download failed:%d\n", err); in asd_seq_download_seqs() 435 asd_printk("LSEQs download failed:%d\n", err); in asd_seq_download_seqs() 1275 asd_printk("Firmware file checksum mismatch\n"); in asd_request_firmware() [all …]
|
D | aic94xx.h | 38 #define asd_printk(fmt, ...) printk(KERN_NOTICE ASD_DRIVER_NAME ": " fmt, ## __VA_ARGS__) macro 51 #define ASD_DPRINTK asd_printk
|
D | aic94xx_sds.c | 162 asd_printk("unsupported major version of ocm dir:0x%x\n", in asd_read_ocm_dir() 230 asd_printk("no memory for bios_chim struct\n"); in asd_get_bios_chim() 248 asd_printk("BIOS_CHIM unsupported major version:0x%x\n", in asd_get_bios_chim() 325 asd_printk("couldn't access PCIC_INTRPT_STAT of %s\n", in asd_hwi_check_ocm_access() 338 asd_printk("couldn't write PCIC_INTRPT_STAT of %s\n", in asd_hwi_check_ocm_access() 364 asd_printk("no memory for ocm dir\n"); in asd_read_ocm() 637 asd_printk("couldn't read PCI_CONF_FLSH_BAR of %s\n", in asd_flash_getid() 691 asd_printk("unsupported manuf. sector. major version:%x\n", in asd_validate_ms() 700 asd_printk("failed manuf sector checksum\n"); in asd_validate_ms() 803 asd_printk("unsupported manuf. phy param major version:0x%x\n", in asd_ms_get_phy_params() [all …]
|
D | aic94xx_scb.c | 298 asd_printk("%s: out of memory\n", __func__); in asd_link_reset_err_tasklet() 411 asd_printk("couldn't post escb, err:%d\n", i); in asd_invalidate_edb() 833 asd_printk("phy%d: link adm task 0x%x completed with error "
|
D | aic94xx_task.c | 589 asd_printk("unknown sas_task proto: 0x%x\n", in asd_execute_task()
|