Searched refs:BUILD_TRB_RW (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 335 #define BUILD_TRB_RW(name, member, shift, mask) \ macro 350 BUILD_TRB_RW(data_lo, data_lo, 0, 0xffffffff) 351 BUILD_TRB_RW(data_hi, data_hi, 0, 0xffffffff) 352 BUILD_TRB_RW(seq_num, status, 0, 0xffff) 353 BUILD_TRB_RW(transfer_len, status, 0, 0xffffff) 354 BUILD_TRB_RW(td_size, status, 17, 0x1f) 355 BUILD_TRB_RW(cmpl_code, status, 24, 0xff) 356 BUILD_TRB_RW(cycle, control, 0, 0x1) 357 BUILD_TRB_RW(toggle_cycle, control, 1, 0x1) 358 BUILD_TRB_RW(isp, control, 2, 0x1) [all …]
|