Searched defs:WRITE_REG (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/ata/ |
D | pata_opti.c | 40 WRITE_REG = 1, /* index of Write cycle timing register */ enumerator
|
D | pata_optidma.c | 39 WRITE_REG = 1, /* index of Write cycle timing register */ enumerator
|
/linux-6.14.4/drivers/parisc/ |
D | sba_iommu.c | 140 #define WRITE_REG(value, addr) WRITE_REG64(value, addr) macro 143 #define WRITE_REG(value, addr) WRITE_REG32(value, addr) macro
|
/linux-6.14.4/drivers/gpu/drm/amd/include/ |
D | mes_v11_api_def.h | 586 struct WRITE_REG { struct 587 uint32_t reg_offset; 588 uint32_t reg_value;
|
D | mes_v12_api_def.h | 656 struct WRITE_REG { struct 657 uint32_t reg_offset; 658 uint32_t reg_value;
|
/linux-6.14.4/drivers/staging/rtl8723bs/include/ |
D | rtw_mp.h | 155 WRITE_REG = 1, enumerator
|
/linux-6.14.4/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 98 #define WRITE_REG(pp, reg, val) writel(val, pp->pBdxRegs + reg) macro
|