Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/p54/
DMakefile1 p54common-objs := eeprom.o fwio.o txrx.o main.o
/linux-4.1.27/drivers/net/wireless/cw1200/
DMakefile2 fwio.o \
/linux-4.1.27/drivers/media/pci/ngene/
Dngene-core.c288 u64 fwio = dev->PAFWInterfaceBuffer; in ngene_command_mutex() local
290 ngwritel(fwio & 0xffffffff, NGENE_COMMAND); in ngene_command_mutex()
291 ngwritel(fwio >> 32, NGENE_COMMAND_HI); in ngene_command_mutex()
292 ngwritel((fwio + 256) & 0xffffffff, NGENE_STATUS); in ngene_command_mutex()
293 ngwritel((fwio + 256) >> 32, NGENE_STATUS_HI); in ngene_command_mutex()
294 ngwritel((fwio + 512) & 0xffffffff, NGENE_EVENT); in ngene_command_mutex()
295 ngwritel((fwio + 512) >> 32, NGENE_EVENT_HI); in ngene_command_mutex()