HomeSort by relevance Sort by last modified time
    Searched refs:u_long (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/u-boot/include/
atmel_lcd.h 25 u_long vl_clk; /* pixel clock in ps */
28 u_long vl_sync; /* Horizontal / vertical sync */
29 u_long vl_bpix; /* Bits per pixel, 0 = 1, 1 = 2, 2 = 4, 3 = 8, 4 = 16 */
30 u_long vl_tft; /* 0 = passive, 1 = TFT */
31 u_long vl_cont_pol_low; /* contrast polarity is low */
32 u_long vl_clk_pol; /* clock polarity */
35 u_long vl_hsync_len; /* Length of horizontal sync */
36 u_long vl_left_margin; /* Time from sync to picture */
37 u_long vl_right_margin; /* Time from picture to sync */
40 u_long vl_vsync_len; /* Length of vertical sync *
    [all...]
pxa_lcd.h 16 u_long fdadr; /* Frame descriptor address register */
17 u_long fsadr; /* Frame source address register */
18 u_long fidr; /* Frame ID register */
19 u_long ldcmd; /* Command register */
27 u_long reg_lccr3;
28 u_long reg_lccr2;
29 u_long reg_lccr1;
30 u_long reg_lccr0;
31 u_long fdadr0;
32 u_long fdadr1
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
loadfile_machdep.h 82 #define LOADADDR(a) (((u_long)(a)) + offset)
83 #define ALIGNENTRY(a) ((u_long)(a))
93 ssize_t vread(int, u_long, u_long *, size_t);
94 void vcopy(u_long, u_long, u_long *, size_t);
95 void vzero(u_long, u_long *, size_t);
efi.h 125 efi_status (*rt_setvirtual)(u_long, u_long, uint32_t,
127 efi_status (*rt_cvtptr)(u_long, void **);
129 u_long *, void *);
130 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *);
132 u_long, void *);
134 efi_status (*rt_reset)(enum efi_reset, efi_status, u_long,
152 u_long st_entries;
cpu.h 111 u_long ci_want_resched; /* preempt current process */
112 u_long ci_intrdepth; /* interrupt trap depth */
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 60 u_long ifi_mtu; /* maximum transmission unit */
61 u_long ifi_metric; /* routing metric (external only) */
62 u_long ifi_baudrate; /* linespeed */
64 u_long ifi_ipackets; /* packets received on interface */
65 u_long ifi_ierrors; /* input errors on interface */
66 u_long ifi_opackets; /* packets sent on interface */
67 u_long ifi_oerrors; /* output errors on interface */
68 u_long ifi_collisions; /* collisions on csma interfaces */
69 u_long ifi_ibytes; /* total number of octets received */
70 u_long ifi_obytes; /* total number of octets sent */
    [all...]
route.h 65 u_long rmx_locks; /* Kernel must leave these values alone */
66 u_long rmx_mtu; /* MTU for this path */
67 u_long rmx_hopcount; /* max hops expected */
68 u_long rmx_expire; /* lifetime for route, e.g. redirect */
69 u_long rmx_recvpipe; /* inbound delay-bandwidth product */
70 u_long rmx_sendpipe; /* outbound delay-bandwidth product */
71 u_long rmx_ssthresh; /* outbound gateway buffer limit */
72 u_long rmx_rtt; /* estimated round trip time */
73 u_long rmx_rttvar; /* estimated rtt variance */
74 u_long rmx_pksent; /* packets sent using this route */
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 56 u_long TotPkts; /* can't oflow for 79 hrs on ether */
57 u_long TotAccepted; /* count accepted by filter */
58 u_long TotDrops; /* count of dropped packets */
  /external/u-boot/lib/at91/
at91.c 19 info->logo_addr = (u_long)atmel_logo_8bpp;
28 info->logo_addr = (u_long)microchip_logo_8bpp;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tmpnam.c 45 static u_long tmpcount;
  /external/openssh/
auth-options.h 36 int auth_parse_options(struct passwd *, char *, char *, u_long);
sftp-server-main.c 48 (u_long)getuid());
hostfile.h 28 u_long line;
85 u_long linenum; /* Line number */
  /external/libpcap/pcap/
pcap.h 224 u_long rx_packets; /* total packets received */
225 u_long tx_packets; /* total packets transmitted */
226 u_long rx_bytes; /* total bytes received */
227 u_long tx_bytes; /* total bytes transmitted */
228 u_long rx_errors; /* bad packets received */
229 u_long tx_errors; /* packet transmit problems */
230 u_long rx_dropped; /* no space in Rx buffers */
231 u_long tx_dropped; /* no space available for Tx */
232 u_long multicast; /* multicast packets received */
233 u_long collisions
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress03.c 79 if ((u_long) brk_start % (u_long) pagesize) {
80 if (sbrk(pagesize - ((u_long) brk_start % (u_long) pagesize))
mmapstress08.c 71 if (sbrk(pagesize - ((u_long) sbrk(0) % (u_long) pagesize)) ==
  /external/syzkaller/vendor/golang.org/x/sys/unix/
types_freebsd.go 121 u_long ifi_mtu;
122 u_long ifi_metric;
123 u_long ifi_baudrate;
124 u_long ifi_ipackets;
125 u_long ifi_ierrors;
126 u_long ifi_opackets;
127 u_long ifi_oerrors;
128 u_long ifi_collisions;
129 u_long ifi_ibytes;
130 u_long ifi_obytes
    [all...]
  /bionic/libc/dns/nameser/
ns_ttl.c 50 ns_format_ttl(u_long src, char *dst, size_t dstlen) {
97 ns_parse_ttl(const char *src, u_long *dst) {
98 u_long ttl, tmp;
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_ttl.c 80 ns_format_ttl(u_long src, char *dst, size_t dstlen) {
125 ns_parse_ttl(const char *src, u_long *dst) {
126 u_long ttl, tmp;
inet_neta.c 81 * format a u_long network number into presentation format.
91 u_long src,
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h 82 #define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0)
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h 95 #define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0)
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
inet.h 95 char * inet_neta(u_long, char *, size_t);
  /external/u-boot/drivers/net/
dc2114x.c 144 static void sendto_srom(struct eth_device* dev, u_int command, u_long addr);
145 static int getfrom_srom(struct eth_device* dev, u_long addr);
146 static int do_eeprom_cmd(struct eth_device *dev, u_long ioaddr,int cmd,int cmd_len);
147 static int do_read_eeprom(struct eth_device *dev,u_long ioaddr,int location,int addr_len);
150 static int write_srom(struct eth_device *dev, u_long ioaddr, int index, int new_value);
154 static int read_srom(struct eth_device *dev, u_long ioaddr, int index);
173 static int INL(struct eth_device* dev, u_long addr)
175 return le32_to_cpu(*(volatile u_long *)(addr + dev->iobase));
178 static void OUTL(struct eth_device* dev, int command, u_long addr)
180 *(volatile u_long *)(addr + dev->iobase) = cpu_to_le32(command)
    [all...]
  /external/u-boot/drivers/video/
pxa_lcd.c 411 u_long palette_mem_size;
415 fbi->screen = (u_long)lcdbase;
420 debug("palette_mem_size = 0x%08lx\n", (u_long) palette_mem_size);
422 fbi->palette = (u_long)lcdbase + fb_size + PAGE_SIZE - palette_mem_size;
431 u_long lccr0;
562 fbi->dmadesc_fblow->fdadr = (u_long)fbi->dmadesc_fblow;
567 fbi->fdadr1 = (u_long)fbi->dmadesc_fblow; /* only used in dual-panel mode */
580 fbi->dmadesc_palette->fdadr = (u_long)fbi->dmadesc_fbhigh;
581 fbi->dmadesc_fbhigh->fdadr = (u_long)fbi->dmadesc_palette;
583 fbi->fdadr0 = (u_long)fbi->dmadesc_palette
    [all...]

Completed in 906 milliseconds

1 2 3 4 5 6