Searched refs:CSR_BASE (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/ |
A D | csr.h | 83 #define CSR_BASE (0x000) macro 92 #define CSR_GP_CNTRL (CSR_BASE+0x024) 95 #define CSR_INT_PERIODIC_REG (CSR_BASE+0x005) 108 #define CSR_HW_REV (CSR_BASE+0x028) 116 #define CSR_EEPROM_REG (CSR_BASE+0x02c) 119 #define CSR_GIO_REG (CSR_BASE+0x03C) 120 #define CSR_GP_UCODE_REG (CSR_BASE+0x048) 121 #define CSR_GP_DRIVER_REG (CSR_BASE+0x050) 133 #define CSR_DRAM_INT_TBL_REG (CSR_BASE+0x0A0) 149 #define CSR_HW_REV_WA_REG (CSR_BASE+0x22C) [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-csr.h | 27 #define CSR_BASE (0x000) macro 40 #define CSR_INT_PERIODIC_REG (CSR_BASE+0x005) 61 #define CSR_HW_RF_ID (CSR_BASE+0x09c) 71 #define CSR_OTP_GP_REG (CSR_BASE+0x034) 73 #define CSR_GIO_REG (CSR_BASE+0x03C) 74 #define CSR_GP_UCODE_REG (CSR_BASE+0x048) 75 #define CSR_GP_DRIVER_REG (CSR_BASE+0x050) 86 #define CSR_MBOX_SET_REG (CSR_BASE + 0x88) 89 #define CSR_DRAM_INT_TBL_REG (CSR_BASE+0x0A0) 118 #define CSR_HOST_CHICKEN (CSR_BASE + 0x204) [all …]
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | obio.h | 27 #define CSR_BASE(cpu) (((CSR_BASE_ADDR >> CSR_CPU_SHIFT) + cpu) << CSR_CPU_SHIFT) macro 127 "r" (CSR_BASE(cpu) + BW_PTIMER_LIMIT), in bw_get_prof_limit() 136 "r" (CSR_BASE(cpu) + BW_PTIMER_LIMIT), in bw_set_prof_limit() 146 "r" (CSR_BASE(cpu) + BW_CTRL), in bw_get_ctrl() 155 "r" (CSR_BASE(cpu) + BW_CTRL), in bw_set_ctrl()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | g_NCR5380.c | 385 NCR5380_write(hostdata->c400_ctl_status, CSR_BASE); in generic_NCR5380_init_one() 507 NCR5380_write(hostdata->c400_ctl_status, CSR_BASE); in wait_for_53c80_access() 525 NCR5380_write(hostdata->c400_ctl_status, CSR_BASE | CSR_TRANS_DIR); in generic_NCR5380_precv() 561 NCR5380_write(hostdata->c400_ctl_status, CSR_BASE); in generic_NCR5380_precv() 592 NCR5380_write(hostdata->c400_ctl_status, CSR_BASE); in generic_NCR5380_psend() 640 NCR5380_write(hostdata->c400_ctl_status, CSR_BASE); in generic_NCR5380_psend()
|
A D | NCR5380.h | 170 #define CSR_BASE CSR_53C80_INTR macro
|
Completed in 15 milliseconds