Home
last modified time | relevance | path

Searched refs:bh (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c418 struct fsg_buffhd *bh, unsigned int length) in set_bulk_out_req_length() argument
422 bh->bulk_out_intended_length = length; in set_bulk_out_req_length()
426 bh->outreq->length = length; in set_bulk_out_req_length()
495 struct fsg_buffhd *bh = req->context; in bulk_in_complete() local
504 bh->inreq_busy = 0; in bulk_in_complete()
505 bh->state = BUF_STATE_EMPTY; in bulk_in_complete()
512 struct fsg_buffhd *bh = req->context; in bulk_out_complete() local
515 if (req->status || req->actual != bh->bulk_out_intended_length) in bulk_out_complete()
518 bh->bulk_out_intended_length); in bulk_out_complete()
523 bh->outreq_busy = 0; in bulk_out_complete()
[all …]
H A Df_rockusb.c171 struct fsg_buffhd *bh) in rkusb_do_reset() argument
175 bh->inreq->complete = __do_reset; in rkusb_do_reset()
176 bh->state = BUF_STATE_EMPTY; in rkusb_do_reset()
188 struct fsg_buffhd *bh) in rkusb_do_switch_to_usb3() argument
192 bh->state = BUF_STATE_EMPTY; in rkusb_do_switch_to_usb3()
198 struct fsg_buffhd *bh) in rkusb_do_test_unit_ready() argument
216 bh->state = BUF_STATE_EMPTY; in rkusb_do_test_unit_ready()
222 struct fsg_buffhd *bh) in rkusb_do_read_flash_id() argument
224 u8 *buf = (u8 *)bh->buf; in rkusb_do_read_flash_id()
266 struct fsg_buffhd *bh) in rkusb_do_test_bad_block() argument
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl_pcie_ep_boot.c231 struct rkpcie_boot *bh = (struct rkpcie_boot *)RKEP_BAR0_ADDR; in pcie_bar0_header_init() local
233 bh->magic = RKEP_BOOT_MAGIC; in pcie_bar0_header_init()
234 bh->version = 0x100; in pcie_bar0_header_init()
235 bh->devmode.mode = RKEP_MODE_LOADER; in pcie_bar0_header_init()
236 bh->devmode.submode = RKEP_SMODE_INIT; in pcie_bar0_header_init()
237 bh->cap_size = 0; in pcie_bar0_header_init()
303 struct rkpcie_boot *bh = (struct rkpcie_boot *)RKEP_BAR0_ADDR; in pcie_devmode_update() local
305 bh->devmode.mode = mode; in pcie_devmode_update()
306 bh->devmode.submode = submode; in pcie_devmode_update()
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlonglong.h92 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
96 (sh) = (ah) + (bh) + (__x < (al)); \
102 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
106 (sh) = (ah) - (bh) - (__x > (al)); \
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h213 u8 bh, bl; member
225 u8 bh; member
/rk3399_rockchip-uboot/include/
H A Drockusb.h82 struct fsg_buffhd *bh, int *reply) in rkusb_cmd_process() argument