/linux-6.1.9/drivers/net/fddi/skfp/h/ |
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 */
|
/linux-6.1.9/drivers/net/fddi/skfp/ |
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 …]
|
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()
|
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()
|
D | smt.c | 61 int fc, u_long tid, int type, int local); 63 u_long tid, int type, int len); 66 u_long tid, int local); 68 u_long tid, int local); 91 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, 100 static int div_ratio(u_long upper, u_long lower); 195 smt_timer_start(smc,&smc->sm.smt_timer, (u_long)1000000L, in smt_agent_task() 203 u_long count; in smt_emulate_token_ct() 204 u_long time; in smt_emulate_token_ct() 230 u_long time ; in smt_event() [all …]
|
/linux-6.1.9/drivers/video/fbdev/ |
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 …]
|
/linux-6.1.9/arch/m68k/include/asm/ |
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;
|
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;
|
/linux-6.1.9/arch/m68k/tools/amiga/ |
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()
|
/linux-6.1.9/arch/m68k/apollo/ |
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;
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | core_polaris.h | 44 u_long psc_status; 45 u_long psc_pcictl0; 46 u_long psc_pcictl1; 47 u_long psc_pcictl2;
|
/linux-6.1.9/drivers/isdn/mISDN/ |
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);
|
/linux-6.1.9/drivers/mtd/lpddr/ |
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()
|
/linux-6.1.9/arch/parisc/kernel/ |
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()
|
/linux-6.1.9/drivers/mtd/ |
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 …]
|
/linux-6.1.9/fs/freevxfs/ |
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);
|
/linux-6.1.9/drivers/accessibility/speakup/ |
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;
|
/linux-6.1.9/sound/oss/dmasound/ |
D | dmasound_atari.c | 143 static int AtaMixerIoctl(u_int cmd, u_long arg); 144 static int TTMixerIoctl(u_int cmd, u_long arg); 145 static int FalconMixerIoctl(u_int cmd, u_long arg); 287 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be() 327 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le() 331 u_long data; in ata_ct_s16le() 367 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16le() 371 u_long data; in ata_ct_u16le() 588 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16be() 589 u_long data = expand_data; in ata_ctx_s16be() [all …]
|
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | hfc_multi_8xx.h | 139 hc->xhfc_memaddr = (u_long *)(hc->xhfc_membase + 4); in setup_embedded() 140 hc->xhfc_memdata = (u_long *)(hc->xhfc_membase); in setup_embedded() 144 (u_long)hc->xhfc_membase, hc->xhfc_origmembase, in setup_embedded() 145 (u_long)hc->xhfc_memaddr, (u_long)hc->xhfc_memdata); in setup_embedded()
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 139 u_long ioport; 279 u_long commands_issued; 577 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length() 589 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual() 595 void ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual() 601 u_long ahc_get_residual(struct scb *scb) in ahc_get_residual() 607 u_long ahc_get_sense_residual(struct scb *scb) in ahc_get_sense_residual()
|