Home
last modified time | relevance | path

Searched refs:IOBUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_usb.c109 if (cmd_len > IOBUF_SIZE) in rtsx_usb_seq_write_register()
217 if (ucr->cmd_idx < (IOBUF_SIZE - CMD_OFFSET) / 4) { in rtsx_usb_add_cmd()
649 ucr->cmd_buf = kmalloc(IOBUF_SIZE, GFP_KERNEL); in rtsx_usb_probe()
653 ucr->rsp_buf = kmalloc(IOBUF_SIZE, GFP_KERNEL); in rtsx_usb_probe()
/openbmc/linux/include/linux/
H A Drtsx_usb.h63 #define IOBUF_SIZE 1024 macro