Home
last modified time | relevance | path

Searched refs:US_IOBUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/storage/
H A Dusb.h74 #define US_IOBUF_SIZE 64 /* Size of the DMA-mapped I/O buffer */ macro
H A Dusb.c544 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev()
915 usb_free_coherent(us->pusb_dev, US_IOBUF_SIZE, us->iobuf, us->iobuf_dma); in dissociate_dev()
H A Dshuttle_usbat.c537 BUG_ON(num_registers > US_IOBUF_SIZE/2); in usbat_hp8200e_rw_block_test()
686 BUG_ON(num_registers > US_IOBUF_SIZE/2); in usbat_multiple_write()