Searched refs:wByteAMD (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/isdn/hisax/ |
D | amd7930_fn.c | 104 wByteAMD(cs, 0x00, reg); in WriteWordAmd7930() 105 wByteAMD(cs, 0x01, LOBYTE(val)); in WriteWordAmd7930() 106 wByteAMD(cs, 0x01, HIBYTE(val)); in WriteWordAmd7930() 120 wByteAMD(cs, 0x00, reg); in ReadWordAmd7930() 135 wByteAMD(cs, 0xA3, command); in Amd7930_ph_command() 182 wByteAMD(cs, 0x21, 0xC2); in Amd7930_new_ph() 183 wByteAMD(cs, 0x21, 0x02); in Amd7930_new_ph() 374 wByteAMD(cs, 0x04, *ptr); in Amd7930_fill_Dfifo() 440 wByteAMD(cs, 0x21, 0xC2); in Amd7930_interrupt() 441 wByteAMD(cs, 0x21, 0x02); in Amd7930_interrupt() [all …]
|
D | amd7930_fn.h | 20 #define wByteAMD(cs, reg, val) cs->writeisac(cs, reg, val) macro
|