g2c 144 drivers/usb/mtu3/mtu3_hw_regs.h #define TX_MULT(g2c, x) \ g2c 147 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? TX_MULT_G2(x_) : TX_MULT_OG(x_); \ g2c 149 drivers/usb/mtu3/mtu3_hw_regs.h #define TX_MAX_PKT(g2c, x) \ g2c 152 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? TX_MAX_PKT_G2(x_) : TX_MAX_PKT_OG(x_); \ g2c 183 drivers/usb/mtu3/mtu3_hw_regs.h #define RX_MULT(g2c, x) \ g2c 186 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? RX_MULT_G2(x_) : RX_MULT_OG(x_); \ g2c 188 drivers/usb/mtu3/mtu3_hw_regs.h #define RX_MAX_PKT(g2c, x) \ g2c 191 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? RX_MAX_PKT_G2(x_) : RX_MAX_PKT_OG(x_); \