Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dearly-quirks.c614 #define bcma_awrite32(reg, val) iowrite32(val, mmio + 1 * BCMA_CORE_SIZE + reg) macro
/Linux-v4.19/include/linux/bcma/
Dbcma.h417 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32() function