.. | .. |
---|
262 | 262 | return hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)); |
---|
263 | 263 | } |
---|
264 | 264 | |
---|
265 | | -/** |
---|
| 265 | +/* |
---|
266 | 266 | * c67x00_ll_usb_clear_status - clear the USB status bits |
---|
267 | 267 | */ |
---|
268 | 268 | void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits) |
---|
.. | .. |
---|
395 | 395 | |
---|
396 | 396 | /* -------------------------------------------------------------------------- */ |
---|
397 | 397 | |
---|
398 | | -/** |
---|
| 398 | +/* |
---|
399 | 399 | * c67x00_ll_write_mem_le16 - write into c67x00 memory |
---|
400 | 400 | * Only data is little endian, addr has cpu endianess. |
---|
401 | 401 | */ |
---|
.. | .. |
---|
434 | 434 | } |
---|
435 | 435 | } |
---|
436 | 436 | |
---|
437 | | -/** |
---|
| 437 | +/* |
---|
438 | 438 | * c67x00_ll_read_mem_le16 - read from c67x00 memory |
---|
439 | 439 | * Only data is little endian, addr has cpu endianess. |
---|
440 | 440 | */ |
---|