Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/p54/
DMakefile1 p54common-objs := eeprom.o fwio.o txrx.o main.o
/linux-3.4.99/drivers/media/dvb/ngene/
Dngene-core.c296 u64 fwio = dev->PAFWInterfaceBuffer; in ngene_command_mutex() local
298 ngwritel(fwio & 0xffffffff, NGENE_COMMAND); in ngene_command_mutex()
299 ngwritel(fwio >> 32, NGENE_COMMAND_HI); in ngene_command_mutex()
300 ngwritel((fwio + 256) & 0xffffffff, NGENE_STATUS); in ngene_command_mutex()
301 ngwritel((fwio + 256) >> 32, NGENE_STATUS_HI); in ngene_command_mutex()
302 ngwritel((fwio + 512) & 0xffffffff, NGENE_EVENT); in ngene_command_mutex()
303 ngwritel((fwio + 512) >> 32, NGENE_EVENT_HI); in ngene_command_mutex()