Home
last modified time | relevance | path

Searched defs:mw32 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/x86/mm/
Dpf_in.c36 static unsigned int mw32[] = { 0x89, 0x8B, 0xC7, 0xAB }; variable
61 static unsigned int mw32[] = { 0xC7 }; variable
/Linux-v6.6/drivers/scsi/mvsas/
Dmv_chips.h15 #define mw32(reg, val) writel((val), regs + reg) macro