/linux-6.6.21/drivers/watchdog/ |
D | ar7_wdt.c | 45 #define READ_REG(x) readl((void __iomem *)&(x)) macro 74 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 1) { in ar7_wdt_kick() 76 if ((READ_REG(ar7_wdt->kick_lock) & 3) == 3) { in ar7_wdt_kick() 87 if ((READ_REG(ar7_wdt->prescale_lock) & 3) == 1) { in ar7_wdt_prescale() 89 if ((READ_REG(ar7_wdt->prescale_lock) & 3) == 3) { in ar7_wdt_prescale() 100 if ((READ_REG(ar7_wdt->change_lock) & 3) == 1) { in ar7_wdt_change() 102 if ((READ_REG(ar7_wdt->change_lock) & 3) == 3) { in ar7_wdt_change() 113 if ((READ_REG(ar7_wdt->disable_lock) & 3) == 1) { in ar7_wdt_disable() 115 if ((READ_REG(ar7_wdt->disable_lock) & 3) == 2) { in ar7_wdt_disable() 117 if ((READ_REG(ar7_wdt->disable_lock) & 3) == 3) { in ar7_wdt_disable()
|
/linux-6.6.21/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 202 u32 link = READ_REG(priv, regMAC_LNK_STAT) & MAC_LINK_STAT; in bdx_link_changed() 258 isr = (READ_REG(priv, regISR) & IR_RUN); in bdx_isr_napi() 280 READ_REG(priv, regTXF_WPTR_0); in bdx_isr_napi() 281 READ_REG(priv, regRXD_WPTR_0); in bdx_isr_napi() 328 master = READ_REG(priv, regINIT_SEMAPHORE); in bdx_fw_load() 329 if (!READ_REG(priv, regINIT_STATUS) && master) { in bdx_fw_load() 337 if (READ_REG(priv, regINIT_STATUS)) { in bdx_fw_load() 354 READ_REG(priv, regVPC), in bdx_fw_load() 355 READ_REG(priv, regVIC), in bdx_fw_load() 356 READ_REG(priv, regINIT_STATUS), i); in bdx_fw_load() [all …]
|
D | tehuti.h | 97 #define READ_REG(pp, reg) readl(pp->pBdxRegs + reg) macro
|
/linux-6.6.21/drivers/parisc/ |
D | sba_iommu.c | 139 #define READ_REG(addr) READ_REG64(addr) macro 142 #define READ_REG(addr) READ_REG32(addr) macro 847 READ_REG(ioc->ioc_hpa+IOC_PCOM); /* flush purges */ in sba_unmap_page() 855 READ_REG(ioc->ioc_hpa+IOC_PCOM); /* flush purges */ in sba_unmap_page() 1286 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1fffffULL; in sba_ioc_init_pluto() 1287 iova_space_size = ~(READ_REG(ioc->ioc_hpa + IOC_IMASK) & 0xFFFFFFFFUL) + 1; in sba_ioc_init_pluto() 1583 ioc_ctl = READ_REG(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init() 1655 cfg_val = READ_REG(rope_cfg); in sba_hw_init() 1667 READ_REG(sba_dev->ioc[i].ioc_hpa + ROPE7_CTL); in sba_hw_init() 1671 (unsigned long) READ_REG(sba_dev->ioc[i].ioc_hpa + 0x40), in sba_hw_init() [all …]
|
D | lba_pci.c | 891 t = READ_REG##size(astro_iop_base + addr); \ 974 t = READ_REG##size(PIOP_TO_GMMIO(LBA_DEV(l), addr)); \
|
/linux-6.6.21/arch/ia64/hp/common/ |
D | sba_iommu.c | 274 #define READ_REG(addr) __raw_readq(addr) macro 289 DBG_INIT("IOC_IBASE : %016lx\n", READ_REG(hpa+IOC_IBASE)); in sba_dump_tlb() 290 DBG_INIT("IOC_IMASK : %016lx\n", READ_REG(hpa+IOC_IMASK)); in sba_dump_tlb() 291 DBG_INIT("IOC_TCNFG : %016lx\n", READ_REG(hpa+IOC_TCNFG)); in sba_dump_tlb() 292 DBG_INIT("IOC_PDIR_BASE: %016lx\n", READ_REG(hpa+IOC_PDIR_BASE)); in sba_dump_tlb() 665 READ_REG(ioc->ioc_hpa+IOC_PCOM); /* flush purges */ in sba_alloc_range() 1096 READ_REG(ioc->ioc_hpa+IOC_PCOM); /* flush purges */ in sba_unmap_page() 1104 READ_REG(ioc->ioc_hpa+IOC_PCOM); /* flush purges */ in sba_unmap_page() 1596 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1UL; in ioc_iova_init() 1597 ioc->imask = READ_REG(ioc->ioc_hpa + IOC_IMASK) | 0xFFFFFFFF00000000UL; in ioc_iova_init() [all …]
|
/linux-6.6.21/drivers/ata/ |
D | pata_opti.c | 39 READ_REG = 0, /* index of Read cycle timing register */ enumerator 143 opti_write_reg(ap, data_rec_timing[clock][pio], READ_REG); in opti_set_piomode()
|
D | pata_optidma.c | 38 READ_REG = 0, /* index of Read cycle timing register */ enumerator 169 iowrite8(data_rec_timing[pci_clock][pio], regio + READ_REG); in optidma_mode_setup() 172 iowrite8(dma_data_rec_timing[pci_clock][dma], regio + READ_REG); in optidma_mode_setup()
|
/linux-6.6.21/drivers/gpu/drm/amd/include/ |
D | mes_v11_api_def.h | 540 struct READ_REG { struct 594 struct READ_REG read_reg;
|
/linux-6.6.21/drivers/staging/rts5208/ |
D | ms.h | 37 #define READ_REG 0x04 macro
|
D | ms.c | 598 retval = ms_transfer_tpc(chip, MS_TM_READ_BYTES, READ_REG, in ms_identify_media_type() 1239 retval = ms_read_bytes(chip, READ_REG, 2, NO_WAIT_INT, val, 2); 1318 retval = ms_read_bytes(chip, READ_REG, MS_EXTRA_SIZE, NO_WAIT_INT,
|
/linux-6.6.21/drivers/staging/rtl8712/ |
D | rtl871x_mp_ioctl.h | 207 GEN_MP_IOCTL_SUBCODE(READ_REG), /*2*/
|
/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | rtw_mp.h | 163 READ_REG, enumerator
|
/linux-6.6.21/drivers/atm/ |
D | iphase.h | 151 #define READ_REG 0x5 macro
|
D | iphase.c | 2820 case READ_REG:
|