Home
last modified time | relevance | path

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

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