Home
last modified time | relevance | path

Searched refs:fwio (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/p54/
H A DMakefile2 p54common-objs := eeprom.o fwio.o txrx.o main.o
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A DMakefile3 fwio.o \
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A DMakefile9 fwio.o \
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-core.c272 u64 fwio = dev->PAFWInterfaceBuffer; in ngene_command_mutex() local
274 ngwritel(fwio & 0xffffffff, NGENE_COMMAND); in ngene_command_mutex()
275 ngwritel(fwio >> 32, NGENE_COMMAND_HI); in ngene_command_mutex()
276 ngwritel((fwio + 256) & 0xffffffff, NGENE_STATUS); in ngene_command_mutex()
277 ngwritel((fwio + 256) >> 32, NGENE_STATUS_HI); in ngene_command_mutex()
278 ngwritel((fwio + 512) & 0xffffffff, NGENE_EVENT); in ngene_command_mutex()
279 ngwritel((fwio + 512) >> 32, NGENE_EVENT_HI); in ngene_command_mutex()