Home
last modified time | relevance | path

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

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