Lines Matching refs:extAddr
324 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr,
326 static int rom_read(struct usb_serial *serial, __u16 extAddr, __u16 addr,
328 static int rom_write(struct usb_serial *serial, __u16 extAddr, __u16 addr,
2077 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr,
2084 dev_dbg(&serial->dev->dev, "%s - %x, %x, %d\n", __func__, extAddr, addr, length);
2098 /* dev_dbg(&serial->dev->dev, "%s - writing %x, %x, %d\n", __func__, extAddr, addr, current_length); */
2103 0x40, addr, extAddr, transfer_buffer,
2124 static int rom_write(struct usb_serial *serial, __u16 extAddr, __u16 addr,
2146 addr, extAddr,
2166 static int rom_read(struct usb_serial *serial, __u16 extAddr,
2187 0xC0, addr, extAddr, transfer_buffer,