| /openbmc/u-boot/include/ |
| H A D | 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 …]
|
| H A D | 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 …]
|
| /openbmc/u-boot/drivers/video/ |
| H A D | pxa_lcd.c | 411 u_long palette_mem_size; in pxafb_init_mem() 415 fbi->screen = (u_long)lcdbase; in pxafb_init_mem() 420 debug("palette_mem_size = 0x%08lx\n", (u_long) palette_mem_size); in pxafb_init_mem() 422 fbi->palette = (u_long)lcdbase + fb_size + PAGE_SIZE - palette_mem_size; in pxafb_init_mem() 431 u_long lccr0; in pxafb_setup_gpio() 562 fbi->dmadesc_fblow->fdadr = (u_long)fbi->dmadesc_fblow; in pxafb_init() 567 fbi->fdadr1 = (u_long)fbi->dmadesc_fblow; /* only used in dual-panel mode */ in pxafb_init() 580 fbi->dmadesc_palette->fdadr = (u_long)fbi->dmadesc_fbhigh; in pxafb_init() 581 fbi->dmadesc_fbhigh->fdadr = (u_long)fbi->dmadesc_palette; in pxafb_init() 583 fbi->fdadr0 = (u_long)fbi->dmadesc_palette; in pxafb_init() [all …]
|
| H A D | bus_vcxk.c | 71 u_long *double_bws_long; 92 u_long display_width; 93 u_long display_height; 94 u_long display_bwidth; 123 double_bws_long = (u_long *)double_bws; in vcxk_init()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/ |
| H A D | lex_sys_types.patch | 1 Include sys/types.h for u_long definition 5 src/yacc_config.y:45:5: error: unknown type name 'u_long' 6 u_long num;
|
| /openbmc/u-boot/drivers/net/ |
| H A D | dc2114x.c | 143 static void sendto_srom(struct eth_device* dev, u_int command, u_long addr); 144 static int getfrom_srom(struct eth_device* dev, u_long addr); 145 static int do_eeprom_cmd(struct eth_device *dev, u_long ioaddr,int cmd,int cmd_len); 146 static int do_read_eeprom(struct eth_device *dev,u_long ioaddr,int location,int addr_len); 149 static int write_srom(struct eth_device *dev, u_long ioaddr, int index, int new_value); 153 static int read_srom(struct eth_device *dev, u_long ioaddr, int index); 172 static int INL(struct eth_device* dev, u_long addr) in INL() 174 return le32_to_cpu(*(volatile u_long *)(addr + dev->iobase)); in INL() 177 static void OUTL(struct eth_device* dev, int command, u_long addr) in OUTL() 179 *(volatile u_long *)(addr + dev->iobase) = cpu_to_le32(command); in OUTL() [all …]
|
| H A D | eepro100.c | 232 static inline int INW (struct eth_device *dev, u_long addr) in INW() 234 return le16_to_cpu(*(volatile u16 *)(addr + (u_long)dev->iobase)); in INW() 237 static inline void OUTW (struct eth_device *dev, int command, u_long addr) in OUTW() 239 *(volatile u16 *)((addr + (u_long)dev->iobase)) = cpu_to_le16(command); in OUTW() 242 static inline void OUTL (struct eth_device *dev, int command, u_long addr) in OUTL() 244 *(volatile u32 *)((addr + (u_long)dev->iobase)) = cpu_to_le32(command); in OUTL() 248 static inline int INL (struct eth_device *dev, u_long addr) in INL() 250 return le32_to_cpu(*(volatile u32 *)(addr + (u_long)dev->iobase)); in INL() 619 cpu_to_le32 (phys_to_bus ((u_long) packet)); in eepro100_send()
|
| H A D | ns8382x.c | 273 INW(struct eth_device *dev, u_long addr) in INW() 279 INL(struct eth_device *dev, u_long addr) in INL() 285 OUTW(struct eth_device *dev, int command, u_long addr) in OUTW() 291 OUTL(struct eth_device *dev, int command, u_long addr) in OUTL()
|
| H A D | natsemi.c | 252 INW(struct eth_device *dev, u_long addr) in INW() 258 INL(struct eth_device *dev, u_long addr) in INL() 264 OUTW(struct eth_device *dev, int command, u_long addr) in OUTW() 270 OUTL(struct eth_device *dev, int command, u_long addr) in OUTL()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | 0001-Android-Fix-the-build.patch | 8 u_long instead of ulong. 26 u_long *preferedlt, 28 + u_long *validlt, 35 netsnmp_access_ipaddress_extra_prefix_info(int index, u_long *preferedlt, 37 + u_long *validlt, char *addr)
|
| /openbmc/u-boot/lib/at91/ |
| H A D | at91.c | 19 info->logo_addr = (u_long)atmel_logo_8bpp; in atmel_logo_info() 28 info->logo_addr = (u_long)microchip_logo_8bpp; in microchip_logo_info()
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-sys.c | 51 [CTLTYPE_ULONG] = sizeof(u_long), 99 static abi_ulong h2g_ulong_sat(u_long ul) in h2g_ulong_sat() 213 *(abi_ulong *)gp = tswap32(h2g_ulong_sat(*(u_long *)hp)); in h2g_old_sysctl()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-Fix-build-errors-related-to-incorrect-function-param.patch | 48 #define XACT_VERS ((u_long)1) 49 #define RPC_XACT ((u_long)1) 50 #define RPC_EXIT ((u_long)2)
|
| /openbmc/u-boot/include/linux/ |
| H A D | types.h | 85 typedef unsigned long u_long; typedef
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 50 u_long time; 51 u_long retries; 55 u_long priv;
|
| /openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc/ |
| H A D | 0002-update-signal-and-key_call-declarations-to-allow-com.patch | 59 static int key_call( u_long, xdrproc_t, void *, xdrproc_t, void *);
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_mtdif.c | 149 ei.priv = (u_long) dev; in nandmtd_EraseBlockInNAND()
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | cfi_mtd.c | 83 u_long t = fi->start[0] + to; in cfi_mtd_write()
|
| /openbmc/qemu/util/ |
| H A D | oslib-win32.c | 332 u_long arg; in qemu_socketpair()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 1400 u_long prognum, u_long versnum, 2280 u_long prognum; 2281 u_long versnum; 2299 loop_add_rpc_service(int default_port, const char *addresses, u_long prognum, 2300 - u_long versnum, void (*dispatchfn)()) 2301 + u_long versnum, 7293 @@ -272,10 +268,7 @@ u_long bt_cache_hit, bt_cache_miss; 7417 @@ -79,13 +79,8 @@ u_long bt_rootsplit, bt_split, bt_sortsplit, bt_pfxsaved; 8903 u_long XXlineno; /* Fast breakpoint for gdb. */
|