/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | smc.h | 89 u_long trace_prop ; /* ECM Trace_Prop flag >= 16 bits !! */ 159 u_long fddimibPATHConfigSMTIndex; 160 u_long fddimibPATHConfigPATHIndex; 161 u_long fddimibPATHConfigTokenOrder; 162 u_long fddimibPATHConfigResourceType; 165 u_long fddimibPATHConfigResourceIndex; 166 u_long fddimibPATHConfigCurrentPath; 223 u_long t_next[NUMBITS] ; 272 u_long SRThreshold ; /* threshold value */ 276 u_long TSR ; /* timer */ [all …]
|
H A D | fplustm.h | 27 u_long err_valid ; /* memory status valid */ 28 u_long err_abort ; /* memory status receive abort */ 29 u_long err_e_indicator ; /* error indicator */ 30 u_long err_crc ; /* error detected (CRC or length) */ 31 u_long err_llc_frame ; /* LLC frame */ 32 u_long err_mac_frame ; /* MAC frame */ 33 u_long err_smt_frame ; /* SMT frame */ 34 u_long err_imp_frame ; /* implementer frame */ 35 u_long err_no_buf ; /* no buffer available */ 36 u_long err_too_long ; /* longer than max. buffer */ [all …]
|
H A D | sba.h | 27 u_long start_time ; 42 u_long node_status ; 56 u_long deallocate_status ; 58 u_long min_segment_size ; 60 u_long session_status ; 61 u_long sba_category ; 66 u_long max_t_neg ; 96 u_long msg_max_t_neg ; /* longest T_Neg acceptable */ 97 u_long msg_min_seg_siz ; /* minimum segement size */ 104 u_long sba_t_neg ; /* holds the last T_NEG */ [all …]
|
H A D | cmtdef.h | 179 #define EV_TOKEN(class,event) (((u_long)(class)<<16L)|((u_long)(event))) 390 u_long tm_delta ; /* delta time */ 391 u_long tm_token ; /* token value */ 400 u_long t_neg ; /* T_Neg parameter */ 401 u_long t_pri ; /* T_Pri register in MAC */ 408 u_long mac_nobuf_counter ; /* MAC SW counter: no buffer */ 409 u_long mac_r_restart_counter ; /* MAC SW counter: rx restarted */ 429 u_long lem_errors ; 430 u_long lem_symbols ; 431 u_long lem_tsymbols ; [all …]
|
H A D | fddimib.h | 19 typedef u_long Counter ; 22 typedef u_long Timer_2 ; 23 typedef u_long Timer ; 94 u_long fddiESSPayload ; /* payload for static alloc */ 95 u_long fddiESSOverhead ; /* frame ov for static alloc */ 96 u_long fddiESSMaxTNeg ; /* maximum of T-NEG */ 97 u_long fddiESSMinSegmentSize ; /* min size of the sync frames */ 98 u_long fddiESSCategory ; /* category for the Alloc req */ 132 u_long fddiSMTTrace_MaxExpiration ; 238 u_long fddiPATHSbaPayload ; [all …]
|
H A D | targethw.h | 77 u_long is_imask ; /* int maske for the int source reg */ 78 u_long phys_mem_addr ; /* physical memory address */ 92 u_long pci_fix_value ; /* value parsed by PCIFIX */ 98 u_long t_start ; /* HWT start */ 99 u_long t_stop ; /* HWT stop */
|
/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/linux/drivers/net/fddi/skfp/ |
H A D | smtdef.c | 28 #define TTMS(x) ((u_long)(x)*1000L) 29 #define TTS(x) ((u_long)(x)*1000000L) 30 #define TTUS(x) ((u_long)(x)) 69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 78 u_long smt_boot_time; in smt_reset_defaults() 128 smc->mib.fddiESSMaxTNeg = (u_long)(- MS2BCLK(25)) ; in smt_reset_defaults() 211 mib->m[MAC0].fddiMACT_MaxCapabilitiy = (u_long)(- MS2BCLK(165)) ; in smt_init_mib() 212 mib->m[MAC0].fddiMACTVXCapabilitiy = (u_long)(- US2BCLK(52)) ; in smt_init_mib() 214 mib->m[MAC0].fddiMACTvxValue = (u_long)(- US2BCLK(27)) ; in smt_init_mib() 215 mib->m[MAC0].fddiMACTvxValueMIB = (u_long)(- US2BCLK(27)) ; in smt_init_mib() [all …]
|
H A D | hwt.c | 55 void hwt_start(struct s_smc *smc, u_long time) in hwt_start() 73 outpd(ADDR(B2_TI_INI), (u_long) cnt * 200) ; /* Load timer value. */ in hwt_start() 156 u_long hwt_read(struct s_smc *smc) in hwt_read() 159 u_long is ; in hwt_read() 191 u_long hwt_quick_read(struct s_smc *smc) in hwt_quick_read() 193 u_long interval ; in hwt_quick_read() 194 u_long time ; in hwt_quick_read() 219 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) in hwt_wait_time()
|
H A D | ecm.c | 87 static void start_ecm_timer(struct s_smc *smc, u_long value, int event); 147 AIX_EVENT (smc, (u_long) CIO_HARD_FAIL, (u_long) in ecm_fsm() 234 AIX_EVENT(smc, (u_long) FDDI_RING_STATUS, in ecm_fsm() 235 (u_long) FDDI_SMT_ERROR, (u_long) in ecm_fsm() 371 AIX_EVENT(smc, (u_long) FDDI_RING_STATUS, (u_long) in ecm_fsm() 372 FDDI_SMT_ERROR, (u_long) FDDI_BYPASS_STUCK, in ecm_fsm() 511 static void start_ecm_timer(struct s_smc *smc, u_long value, int event) in start_ecm_timer()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | atafb.h | 5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 7 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, 9 void atafb_mfb_linefill(struct fb_info *info, u_long next_line, 13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 15 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, 17 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, 21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 23 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, 25 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, 29 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | apollohw.h | 12 extern u_long apollo_model; 54 extern u_long sio01_physaddr; 55 extern u_long sio23_physaddr; 56 extern u_long rtc_physaddr; 57 extern u_long pica_physaddr; 58 extern u_long picb_physaddr; 59 extern u_long cpuctrl_physaddr; 60 extern u_long timer_physaddr;
|
H A D | mvme147hw.h | 27 volatile u_long dma_tadr; 28 volatile u_long dma_dadr; 29 volatile u_long dma_bcr; 30 volatile u_long dma_hr;
|
/openbmc/linux/arch/m68k/tools/amiga/ |
H A D | dmesg.c | 33 u_long magic1; /* SAVEKMSG_MAGIC1 */ 34 u_long magic2; /* SAVEKMSG_MAGIC2 */ 35 u_long magicptr; /* address of magic1 */ 36 u_long size; 43 u_long start = CHIPMEM_START, end = CHIPMEM_END, p; in main() 61 printf("Found %ld bytes at 0x%08lx\n", m->size, (u_long)&m->data); in main()
|
/openbmc/linux/arch/m68k/apollo/ |
H A D | config.c | 21 u_long sio01_physaddr; 22 u_long sio23_physaddr; 23 u_long rtc_physaddr; 24 u_long pica_physaddr; 25 u_long picb_physaddr; 26 u_long cpuctrl_physaddr; 27 u_long timer_physaddr; 28 u_long apollo_model;
|
/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 …]
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | layer2.h | 17 u_long options; 46 u_long flag; 84 u_long, int, int); 85 extern int tei_l2(struct layer2 *, u_int, u_long arg); 89 extern int l2_tei(struct layer2 *, u_int, u_long arg);
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | core_polaris.h | 44 u_long psc_status; 45 u_long psc_pcictl0; 46 u_long psc_pcictl1; 47 u_long psc_pcictl2;
|
/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 …]
|
/openbmc/linux/drivers/mtd/lpddr/ |
H A D | lpddr2_nvm.c | 84 static inline map_word build_map_word(u_long myword) in build_map_word() 120 static inline u_long ow_reg_add(struct map_info *map, u_long offset) in ow_reg_add() 122 u_long val = 0; in ow_reg_add() 163 static int lpddr2_nvm_do_op(struct map_info *map, u_long cmd_code, in lpddr2_nvm_do_op() 164 u_long cmd_data, u_long cmd_add, u_long cmd_mpr, u_char *buf) in lpddr2_nvm_do_op() 170 u_long i, status_reg, prg_buff_ofs; in lpddr2_nvm_do_op() 237 u_long add, end_add; in lpddr2_nvm_do_block_op() 321 u_long add, current_len, tot_len, target_len, my_data; in lpddr2_nvm_write() 351 (u_long) mtd->writesize); in lpddr2_nvm_write()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | pci-dma.c | 63 u_long *res_ptr = (unsigned long *)pcxl_res_map; in dump_resmap() 64 u_long i = 0; in dump_resmap() 234 idx = (int)((u_long)res_ptr - (u_long)pcxl_res_map); \ 252 u_long mask, flags; in pcxl_alloc_range() 255 mask = (u_long) -1L; in pcxl_alloc_range() 307 u_long mask, flags; in pcxl_free_range() 311 mask = (u_long) -1L; in pcxl_free_range() 341 u_long i = 0; in proc_pcxl_dma_show() 342 unsigned long *res_ptr = (u_long *)pcxl_res_map; in proc_pcxl_dma_show() 363 for(; i < (pcxl_res_size / sizeof(u_long)); ++i, ++res_ptr) { in proc_pcxl_dma_show()
|
/openbmc/linux/drivers/mtd/ |
H A D | rfd_ftl.c | 68 u_long offset; 87 u_long *sector_map; 91 static int rfd_ftl_writesect(struct mtd_blktrans_dev *dev, u_long sector, char *buf); 193 part->sector_map = vmalloc(array_size(sizeof(u_long), in scan_header() 240 static int rfd_ftl_readsect(struct mtd_blktrans_dev *dev, u_long sector, char *buf) in rfd_ftl_readsect() 243 u_long addr; in rfd_ftl_readsect() 319 static int move_block_contents(struct partition *part, int block_no, u_long *old_sector) in move_block_contents() 352 u_long addr; in move_block_contents() 407 static int reclaim_block(struct partition *part, u_long *old_sector) in reclaim_block() 503 static int find_writable_block(struct partition *part, u_long *old_sector) in find_writable_block() [all …]
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_extern.h | 31 extern struct inode *vxfs_blkiget(struct super_block *, u_long, ino_t); 41 extern int vxfs_read_olt(struct super_block *, u_long); 45 extern struct page * vxfs_get_page(struct address_space *, u_long);
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | spk_types.h | 68 u_long rpos[8], rx[8], ry[8]; 74 u_long reading_x, cursor_x; 75 u_long reading_y, cursor_y; 76 u_long reading_pos, cursor_pos; 77 u_long go_x, go_pos; 78 u_long w_top, w_bottom, w_left, w_right;
|