Searched refs:fwio (Results 1 – 3 of 3) sorted by relevance
1 p54common-objs := eeprom.o fwio.o txrx.o main.o
2 fwio.o \
288 u64 fwio = dev->PAFWInterfaceBuffer; in ngene_command_mutex() local290 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()