Home
last modified time | relevance | path

Searched refs:caplength (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dprint-ascii.c61 u_int caplength; in ascii_print() local
64 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in ascii_print()
65 if (length > caplength) in ascii_print()
66 length = caplength; in ascii_print()
97 u_int caplength; in hex_and_ascii_print_with_offset() local
104 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in hex_and_ascii_print_with_offset()
105 if (length > caplength) in hex_and_ascii_print_with_offset()
106 length = caplength; in hex_and_ascii_print_with_offset()
159 u_int caplength; in hex_print_with_offset() local
163 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in hex_print_with_offset()
[all …]
/external/u-boot/drivers/usb/host/
Dehci-fsl.c106 hccr = (struct ehci_hccr *)(&ehci->caplength); in ehci_fsl_probe()
162 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
Dehci-vf.c173 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
335 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
Dehci-zynq.c46 hccr = (struct ehci_hccr *)((uint32_t)&priv->ehci->caplength); in ehci_zynq_probe()
Dehci-mx6.c362 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
544 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
Dehci-msm.c101 hccr = (struct ehci_hccr *)((phys_addr_t)&ehci->caplength); in ehci_usb_probe()
Dehci-mx5.c249 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
Dehci-mxc.c226 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
/external/u-boot/include/usb/
Dehci-ci.h191 u8 caplength; /* 0x100 - Capability Register Length */ member
/external/u-boot/arch/m68k/include/asm/
Dimmap_5329.h325 u8 caplength; /* 0x100 Capability Register Length */ member