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