Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/p54/
DMakefile2 p54common-objs := eeprom.o fwio.o txrx.o main.o
/Linux-v4.19/drivers/net/wireless/st/cw1200/
DMakefile3 fwio.o \
/Linux-v4.19/drivers/media/pci/ngene/
Dngene-core.c285 u64 fwio = dev->PAFWInterfaceBuffer; in ngene_command_mutex() local
287 ngwritel(fwio & 0xffffffff, NGENE_COMMAND); in ngene_command_mutex()
288 ngwritel(fwio >> 32, NGENE_COMMAND_HI); in ngene_command_mutex()
289 ngwritel((fwio + 256) & 0xffffffff, NGENE_STATUS); in ngene_command_mutex()
290 ngwritel((fwio + 256) >> 32, NGENE_STATUS_HI); in ngene_command_mutex()
291 ngwritel((fwio + 512) & 0xffffffff, NGENE_EVENT); in ngene_command_mutex()
292 ngwritel((fwio + 512) >> 32, NGENE_EVENT_HI); in ngene_command_mutex()