/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smc.h | 93 u_long trace_prop ; /* ECM Trace_Prop flag >= 16 bits !! */ 163 u_long fddimibPATHConfigSMTIndex; 164 u_long fddimibPATHConfigPATHIndex; 165 u_long fddimibPATHConfigTokenOrder; 166 u_long fddimibPATHConfigResourceType; 169 u_long fddimibPATHConfigResourceIndex; 170 u_long fddimibPATHConfigCurrentPath; 227 u_long t_next[NUMBITS] ; 276 u_long SRThreshold ; /* threshold value */ 280 u_long TSR ; /* timer */ [all …]
|
D | fplustm.h | 31 u_long err_valid ; /* memory status valid */ 32 u_long err_abort ; /* memory status receive abort */ 33 u_long err_e_indicator ; /* error indicator */ 34 u_long err_crc ; /* error detected (CRC or length) */ 35 u_long err_llc_frame ; /* LLC frame */ 36 u_long err_mac_frame ; /* MAC frame */ 37 u_long err_smt_frame ; /* SMT frame */ 38 u_long err_imp_frame ; /* implementer frame */ 39 u_long err_no_buf ; /* no buffer available */ 40 u_long err_too_long ; /* longer than max. buffer */ [all …]
|
D | sba.h | 31 u_long start_time ; 46 u_long node_status ; 60 u_long deallocate_status ; 62 u_long min_segment_size ; 64 u_long session_status ; 65 u_long sba_category ; 70 u_long max_t_neg ; 100 u_long msg_max_t_neg ; /* longest T_Neg acceptable */ 101 u_long msg_min_seg_siz ; /* minimum segement size */ 108 u_long sba_t_neg ; /* holds the last T_NEG */ [all …]
|
D | cmtdef.h | 178 #define EV_TOKEN(class,event) (((u_long)(class)<<16L)|((u_long)(event))) 389 u_long tm_delta ; /* delta time */ 390 u_long tm_token ; /* token value */ 399 u_long t_neg ; /* T_Neg parameter */ 400 u_long t_pri ; /* T_Pri register in MAC */ 407 u_long mac_nobuf_counter ; /* MAC SW counter: no buffer */ 408 u_long mac_r_restart_counter ; /* MAC SW counter: rx restarted */ 428 u_long lem_errors ; 429 u_long lem_symbols ; 430 u_long lem_tsymbols ; [all …]
|
D | fddimib.h | 23 typedef u_long Counter ; 26 typedef u_long Timer_2 ; 27 typedef u_long Timer ; 98 u_long fddiESSPayload ; /* payload for static alloc */ 99 u_long fddiESSOverhead ; /* frame ov for static alloc */ 100 u_long fddiESSMaxTNeg ; /* maximum of T-NEG */ 101 u_long fddiESSMinSegmentSize ; /* min size of the sync frames */ 102 u_long fddiESSCategory ; /* category for the Alloc req */ 136 u_long fddiSMTTrace_MaxExpiration ; 242 u_long fddiPATHSbaPayload ; [all …]
|
D | targethw.h | 81 u_long is_imask ; /* int maske for the int source reg */ 82 u_long phys_mem_addr ; /* physical memory address */ 96 u_long pci_fix_value ; /* value parsed by PCIFIX */ 102 u_long t_start ; /* HWT start */ 103 u_long t_stop ; /* HWT stop */
|
D | hwmtm.h | 142 u_long tx_descr ; /* tx descriptor for FORMAC+ */ 148 u_long rx_len_error ; /* rx len FORMAC != sum of fragments */ 201 #define HWM_GET_TX_PHYS(txd) (u_long)AIX_REVERSE((txd)->txd_tbadr) 286 #define HWM_GET_RX_PHYS(rxd) (u_long)AIX_REVERSE((rxd)->rxd_rbadr)
|
D | supern_2.h | 1055 #define COMPLREF ((u_long)32*256*256) /* two's complement 21 bit */ 1056 #define MSTOBCLK(x) ((u_long)(x)*12500L) 1057 #define MSTOTVX(x) (((u_long)(x)*1000L)/80/255)
|
D | targetos.h | 152 u_long smc_version ;
|
/linux-4.4.14/drivers/video/fbdev/ |
D | atafb.h | 4 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 6 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, 8 void atafb_mfb_linefill(struct fb_info *info, u_long next_line, 12 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 14 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, 16 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, 20 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, 22 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, 24 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, 28 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, [all …]
|
D | atafb_mfb.c | 24 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, in atafb_mfb_copyarea() 54 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, in atafb_mfb_fillrect() 77 void atafb_mfb_linefill(struct fb_info *info, u_long next_line, in atafb_mfb_linefill()
|
D | 68328fb.c | 52 static u_long videomemory; 53 static u_long videomemorysize; 114 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() 116 u_long length; in get_line_length() 135 u_long line_length; in mc68x328fb_check_var()
|
D | amifb.c | 516 static u_long pixclock[3]; /* SHRES/HIRES/LORES: index = clk_shift */ 588 #define highw(x) ((u_long)(x)>>16 & 0xffff) 589 #define loww(x) ((u_long)(x) & 0xffff) 612 static u_long spritememory; 616 static u_long videomemory; 624 static u_long min_fstrt = 192; 644 u_long l; 730 u_long next_line; /* modulo for next line */ 731 u_long next_plane; /* modulo for next plane */ 747 u_long bplpt0; /* vmode, pan (Note: physical address) */ [all …]
|
D | atafb_iplan2p2.c | 24 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, in atafb_iplan2p2_copyarea() 193 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, in atafb_iplan2p2_fillrect() 239 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, in atafb_iplan2p2_linefill()
|
D | atafb_iplan2p4.c | 24 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, in atafb_iplan2p4_copyarea() 207 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, in atafb_iplan2p4_fillrect() 253 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, in atafb_iplan2p4_linefill()
|
D | vfb.c | 36 static u_long videomemorysize = VIDEOMEMSIZE; 150 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() 152 u_long length; in get_line_length() 171 u_long line_length; in vfb_check_var()
|
D | atafb_iplan2p8.c | 31 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, in atafb_iplan2p8_copyarea() 242 void atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color, in atafb_iplan2p8_fillrect() 288 void atafb_iplan2p8_linefill(struct fb_info *info, u_long next_line, in atafb_iplan2p8_linefill()
|
D | fb-puv3.c | 326 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() 328 u_long length; in get_line_length() 346 u_long line_length; in unifb_check_var()
|
D | cyber2000fb.c | 70 u_long ref_ps; 668 u_long pll_ps = var->pixclock; in cyber2000fb_decode_clock() 669 const u_long ref_ps = cfb->ref_ps; in cyber2000fb_decode_clock() 680 u_long new_pll; in cyber2000fb_decode_clock() 1528 u_long smem_size; in cyberpro_common_probe()
|
D | sm712fb.c | 1323 struct pci_dev *pdev, u_long smem_len) in smtc_map_smem() 1369 u_long smem_size = 0x00800000; /* default 8MB */ in smtcfb_pci_probe()
|
D | cirrusfb.c | 2598 u_long nsrc, u_long ndest, in cirrusfb_set_blitter() 2664 u_long nsrc, ndest; in cirrusfb_BitBLT() 2705 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | smtdef.c | 36 #define TTMS(x) ((u_long)(x)*1000L) 37 #define TTS(x) ((u_long)(x)*1000000L) 38 #define TTUS(x) ((u_long)(x)) 77 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 86 u_long smt_boot_time; in smt_reset_defaults() 136 smc->mib.fddiESSMaxTNeg = (u_long)(- MS2BCLK(25)) ; in smt_reset_defaults() 219 mib->m[MAC0].fddiMACT_MaxCapabilitiy = (u_long)(- MS2BCLK(165)) ; in smt_init_mib() 220 mib->m[MAC0].fddiMACTVXCapabilitiy = (u_long)(- US2BCLK(52)) ; in smt_init_mib() 222 mib->m[MAC0].fddiMACTvxValue = (u_long)(- US2BCLK(27)) ; in smt_init_mib() 223 mib->m[MAC0].fddiMACTvxValueMIB = (u_long)(- US2BCLK(27)) ; in smt_init_mib() [all …]
|
D | hwt.c | 63 void hwt_start(struct s_smc *smc, u_long time) in hwt_start() 81 outpd(ADDR(B2_TI_INI), (u_long) cnt * 200) ; /* Load timer value. */ in hwt_start() 164 u_long hwt_read(struct s_smc *smc) in hwt_read() 167 u_long is ; in hwt_read() 199 u_long hwt_quick_read(struct s_smc *smc) in hwt_quick_read() 201 u_long interval ; in hwt_quick_read() 202 u_long time ; in hwt_quick_read() 227 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) in hwt_wait_time()
|
D | ecm.c | 98 static void start_ecm_timer(struct s_smc *smc, u_long value, int event); 158 AIX_EVENT (smc, (u_long) CIO_HARD_FAIL, (u_long) in ecm_fsm() 244 AIX_EVENT(smc, (u_long) FDDI_RING_STATUS, in ecm_fsm() 245 (u_long) FDDI_SMT_ERROR, (u_long) in ecm_fsm() 383 AIX_EVENT(smc, (u_long) FDDI_RING_STATUS, (u_long) in ecm_fsm() 384 FDDI_SMT_ERROR, (u_long) FDDI_BYPASS_STUCK, in ecm_fsm() 523 static void start_ecm_timer(struct s_smc *smc, u_long value, int event) in start_ecm_timer()
|
D | smt.c | 70 int fc, u_long tid, int type, int local); 72 u_long tid, int type, int len); 75 u_long tid, int local); 77 u_long tid, int local); 100 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, 109 static int div_ratio(u_long upper, u_long lower); 204 smt_timer_start(smc,&smc->sm.smt_timer, (u_long)1000000L, in smt_agent_task() 212 u_long count; in smt_emulate_token_ct() 213 u_long time; in smt_emulate_token_ct() 239 u_long time ; in smt_event() [all …]
|
D | smttimer.c | 62 void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time, in smt_timer_start() 63 u_long token) in smt_timer_start() 67 u_long delta = 0 ; in smt_timer_start() 122 u_long delta ; in timer_done()
|
D | hwmtm.c | 83 static u_long init_descr_ring(struct s_smc *smc, union s_fp_descr volatile *start, 85 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue); 86 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue); 121 extern u_long mac_drv_virt2phys(struct s_smc *smc, void *virt); 122 extern u_long dma_master(struct s_smc *smc, void *virt, int len, int flag); 147 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, 149 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, 324 static u_long init_descr_ring(struct s_smc *smc, in init_descr_ring() 331 u_long phys ; in init_descr_ring() 359 u_long phys ; in init_txd_ring() [all …]
|
D | fplustm.c | 47 static void build_claim_beacon(struct s_smc *smc, u_long t_request); 111 static u_long mac_get_tneg(struct s_smc *smc) in mac_get_tneg() 113 u_long tneg ; in mac_get_tneg() 115 tneg = (u_long)((long)inpw(FM_A(FM_TNEG))<<5) ; in mac_get_tneg() 116 return (u_long)((tneg + ((inpw(FM_A(FM_TMRS))>>10)&0x1f)) | in mac_get_tneg() 145 static void write_mdr(struct s_smc *smc, u_long val) in write_mdr() 155 static u_long read_mdr(struct s_smc *smc, unsigned int addr) 165 p = (u_long)inpw(FM_A(FM_MDRU))<<16 ; 166 p += (u_long)inpw(FM_A(FM_MDRL)) ; 335 u_long *ec ; in mac_counter_init() [all …]
|
D | rmt.c | 106 static void start_rmt_timer0(struct s_smc *smc, u_long value, int event); 107 static void start_rmt_timer1(struct s_smc *smc, u_long value, int event); 108 static void start_rmt_timer2(struct s_smc *smc, u_long value, int event); 599 static void start_rmt_timer0(struct s_smc *smc, u_long value, int event) in start_rmt_timer0() 609 static void start_rmt_timer1(struct s_smc *smc, u_long value, int event) in start_rmt_timer1() 619 static void start_rmt_timer2(struct s_smc *smc, u_long value, int event) in start_rmt_timer2()
|
D | ess.c | 123 u_long msg_res_type ; /* recource type */ in ess_raf_received_pack() 124 u_long payload, overhead ; in ess_raf_received_pack() 439 ((u_long)payload != smc->mib.fddiESSPayload || in process_bw_alloc() 440 (u_long)overhead != smc->mib.fddiESSOverhead)) { in process_bw_alloc()
|
D | pcmplc.c | 216 static void start_pcm_timer0(struct s_smc *smc, u_long value, int event, in start_pcm_timer0() 695 AIX_EVENT(smc, (u_long) FDDI_RING_STATUS, (u_long) in pcm_fsm() 696 FDDI_PORT_EVENT, (u_long) FDDI_PORT_STOP, in pcm_fsm() 708 AIX_EVENT(smc, (u_long) FDDI_RING_STATUS, (u_long) in pcm_fsm() 709 FDDI_PORT_EVENT, (u_long) FDDI_PORT_DISABLED, in pcm_fsm() 1080 u_long errors ; in lem_evaluate()
|
D | queue.c | 58 void timer_event(struct s_smc *smc, u_long token) in timer_event()
|
D | skfddi.c | 141 extern void hwm_tx_frag(struct s_smc *smc, char far * virt, u_long phys, 146 extern void hwm_rx_frag(struct s_smc *smc, char far * virt, u_long phys, 1419 u_long dma_master(struct s_smc * smc, void *virt, int len, int flag) in dma_master() 1958 void ring_status_indication(struct s_smc *smc, u_long status) in ring_status_indication()
|
D | srf.c | 287 if (smc->srf.any_report && (u_long) tsr >= in smt_srf_event()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | apollohw.h | 11 extern u_long apollo_model; 53 extern u_long sio01_physaddr; 54 extern u_long sio23_physaddr; 55 extern u_long rtc_physaddr; 56 extern u_long pica_physaddr; 57 extern u_long picb_physaddr; 58 extern u_long cpuctrl_physaddr; 59 extern u_long timer_physaddr;
|
D | mvme147hw.h | 26 volatile u_long dma_tadr; 27 volatile u_long dma_dadr; 28 volatile u_long dma_bcr; 29 volatile u_long dma_hr;
|
D | atarihw.h | 27 extern u_long atari_mch_cookie; 28 extern u_long atari_mch_type; 29 extern u_long atari_switches; 244 #define f030_col ((u_long *) 0xffff9800) 339 u_long dma_restdata; 422 u_long src_address; 428 u_long dst_address; 472 u_long reg[256]; 510 u_long l;
|
/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.h | 144 u_long ioport; 284 u_long commands_issued; 532 static inline u_long ahc_get_transfer_length(struct scb *); 534 static inline void ahc_set_residual(struct scb *, u_long); 535 static inline void ahc_set_sense_residual(struct scb *scb, u_long resid); 536 static inline u_long ahc_get_residual(struct scb *); 537 static inline u_long ahc_get_sense_residual(struct scb *); 607 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length() 619 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual() 625 void ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual() [all …]
|
D | aic79xx_osm.h | 131 u_long ioport; 275 u_long commands_issued; 521 static inline u_long ahd_get_transfer_length(struct scb *); 523 static inline void ahd_set_residual(struct scb *, u_long); 524 static inline void ahd_set_sense_residual(struct scb *scb, u_long resid); 525 static inline u_long ahd_get_residual(struct scb *); 526 static inline u_long ahd_get_sense_residual(struct scb *); 596 u_long ahd_get_transfer_length(struct scb *scb) in ahd_get_transfer_length() 608 void ahd_set_residual(struct scb *scb, u_long resid) in ahd_set_residual() 614 void ahd_set_sense_residual(struct scb *scb, u_long resid) in ahd_set_sense_residual() [all …]
|
D | aic79xx_osm_pci.c | 127 u_long s; in ahd_linux_pci_dev_remove() 279 u_long base_offset; in ahd_linux_pci_reserve_mem_region() 363 ahd->bshs[0].ioport = (u_long)base; in ahd_pci_map_registers() 364 ahd->bshs[1].ioport = (u_long)base2; in ahd_pci_map_registers()
|
D | aic7770_osm.c | 112 u_long s; in aic7770_remove()
|
D | aic7xxx_osm_pci.c | 170 u_long s; in ahc_linux_pci_dev_remove() 443 ahc->bsh.ioport = (u_long)base; in ahc_pci_map_registers()
|
D | aic7xxx_osm.c | 924 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() 938 void (*callback)(u_long, int, int, int32_t), in ahc_parse_brace_option() argument 939 u_long callback_arg) in ahc_parse_brace_option() 1093 u_long s; in ahc_linux_register_host() 1590 u_long flags; in ahc_linux_isr() 1853 (u_long)SCSI_SENSE_BUFFERSIZE); in ahc_linux_handle_scsi_status() 2032 u_long s; in ahc_linux_release_simq()
|
D | aic79xx_proc.c | 213 u_long s; in ahd_proc_write_seeprom()
|
D | aic79xx_osm.c | 1015 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() 1045 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() 1059 void (*callback)(u_long, int, int, int32_t), in ahd_parse_brace_option() argument 1060 u_long callback_arg) in ahd_parse_brace_option() 1229 u_long s; in ahd_linux_register_host() 1676 u_long flags; in ahd_linux_isr() 1925 (u_long)SCSI_SENSE_BUFFERSIZE); in ahd_linux_handle_scsi_status()
|
D | aic7xxx_proc.c | 193 u_long s; in ahc_proc_write_seeprom()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | core_polaris.h | 43 u_long psc_status; 44 u_long psc_pcictl0; 45 u_long psc_pcictl1; 46 u_long psc_pcictl2;
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.h | 26 u_long options; 55 u_long flag; 93 u_long, int, int); 94 extern int tei_l2(struct layer2 *, u_int, u_long arg); 98 extern int l2_tei(struct layer2 *, u_int, u_long arg);
|
D | clock.c | 97 u_long flags; in mISDN_register_clock() 122 u_long flags; in mISDN_unregister_clock() 144 u_long flags; in mISDN_clock_update() 197 u_long flags; in mISDN_clock_get()
|
D | core.c | 219 if (!test_and_set_bit(i, (u_long *)&device_ids)) in get_free_devid() 277 test_and_clear_bit(dev->id, (u_long *)&device_ids); in mISDN_unregister_device() 328 u_long flags; in mISDN_register_Bprotocol() 351 u_long flags; in mISDN_unregister_Bprotocol()
|
D | timerdev.c | 166 u_long flags; in dev_expire_timer() 196 timer->tl.expires = jiffies + ((HZ * (u_long)timeout) / 1000); in misdn_add_timer()
|
D | dsp_core.c | 654 *((u_long *)&cq.p1) = (u_long)&dsp->features; in get_features() 672 u_long flags; in dsp_function() 957 u_long flags; in dsp_ctrl() 1053 u_long flags; in dspcreate()
|
D | tei.c | 119 u_long flags; in da_deactivate() 156 u_long flags; in da_timer() 426 u_long flags; in findtei() 943 l2_tei(struct layer2 *l2, u_int cmd, u_long arg) in l2_tei() 981 u_long flags; in TEIrelease() 1300 u_long flags; in mgr_bcast()
|
D | dsp_cmx.c | 1238 "(inst %s)\n", (u_long)dsp, dsp->name); in dsp_cmx_receive() 1266 (u_long)dsp, dsp->name); in dsp_cmx_receive() 1283 (u_long)dsp, dsp->rx_R, dsp->rx_W, len, dsp->name); in dsp_cmx_receive() 1640 u_long flags; 1893 (u_long)dsp, (ww - w) & CMX_BUFF_MASK, w, ww, dsp->name);
|
D | layer1.c | 29 u_long Flags;
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spk_priv.h | 71 int synth_request_region(u_long, u_long); 72 int synth_release_region(u_long, u_long);
|
D | spk_types.h | 64 u_long rpos[8], rx[8], ry[8]; 70 u_long reading_x, cursor_x; 71 u_long reading_y, cursor_y; 72 u_long reading_pos, cursor_pos; 73 u_long go_x, go_pos; 74 u_long w_top, w_bottom, w_left, w_right;
|
D | main.c | 247 static u_long last_spk_jiffy; 548 static u_long get_word(struct vc_data *vc) in get_word() 550 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() 596 u_long cnt = get_word(vc); in say_word() 744 u_long tmp = spk_pos - (spk_x * 2); in get_line() 806 static int say_from_to(struct vc_data *vc, u_long from, u_long to, in say_from_to() 836 static void say_line_from_to(struct vc_data *vc, u_long from, u_long to, in say_line_from_to() 839 u_long start = vc->vc_origin + (spk_y * vc->vc_size_row); in say_line_from_to() 840 u_long end = start + (to * 2); in say_line_from_to() 874 u_long start, end; in get_sentence_buf() [all …]
|
D | synth.c | 193 static void thread_wake_up(u_long data) in thread_wake_up()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 659 #define DE4X5_ALIGN4 ((u_long)4 - 1) /* 1 longword align */ 660 #define DE4X5_ALIGN8 ((u_long)8 - 1) /* 2 longword align */ 661 #define DE4X5_ALIGN16 ((u_long)16 - 1) /* 4 longword align */ 662 #define DE4X5_ALIGN32 ((u_long)32 - 1) /* 8 longword align */ 663 #define DE4X5_ALIGN64 ((u_long)64 - 1) /* 16 longword align */ 664 #define DE4X5_ALIGN128 ((u_long)128 - 1) /* 32 longword align */ 789 u_long interrupt; /* Aligned ISR flag */ 826 u_long lock; /* Lock the cache accesses */ 910 static int de4x5_hw_init(struct net_device *dev, u_long iobase, struct device *gendev); 955 static void DevicePresent(struct net_device *dev, u_long iobase); [all …]
|
/linux-4.4.14/drivers/mtd/lpddr/ |
D | lpddr2_nvm.c | 93 static inline map_word build_map_word(u_long myword) in build_map_word() 129 static inline u_long ow_reg_add(struct map_info *map, u_long offset) in ow_reg_add() 131 u_long val = 0; in ow_reg_add() 172 static int lpddr2_nvm_do_op(struct map_info *map, u_long cmd_code, in lpddr2_nvm_do_op() 173 u_long cmd_data, u_long cmd_add, u_long cmd_mpr, u_char *buf) in lpddr2_nvm_do_op() 179 u_long i, status_reg, prg_buff_ofs; in lpddr2_nvm_do_op() 246 u_long add, end_add; in lpddr2_nvm_do_block_op() 330 u_long add, current_len, tot_len, target_len, my_data; in lpddr2_nvm_write() 360 (u_long) mtd->writesize); in lpddr2_nvm_write()
|
/linux-4.4.14/arch/ia64/oprofile/ |
D | backtrace.c | 38 return (pc >= (u_long)ia64_ivt && pc < (u_long)ia64_ivt+32768); in in_ivt_code() 75 u_long pc, sp; in do_ia64_backtrace() 86 if (sp >= (u_long)bt->regs) in do_ia64_backtrace()
|
/linux-4.4.14/fs/freevxfs/ |
D | vxfs_lookup.c | 64 static inline u_long 67 u_long bsize = ip->i_sb->s_blocksize; in dir_blocks() 109 u_long npages, page, nblocks, pblocks, block; in vxfs_find_entry() 110 u_long bsize = ip->i_sb->s_blocksize; in vxfs_find_entry() 235 u_long bsize = sbp->s_blocksize; in vxfs_readdir() 236 u_long page, npages, block, pblocks, nblocks, offset; in vxfs_readdir() 260 block = (u_long)(pos >> sbp->s_blocksize_bits) % pblocks; in vxfs_readdir()
|
D | vxfs_extern.h | 60 extern struct vxfs_inode_info * vxfs_blkiget(struct super_block *, u_long, ino_t); 70 extern int vxfs_read_olt(struct super_block *, u_long); 74 extern struct page * vxfs_get_page(struct address_space *, u_long);
|
D | vxfs_olt.c | 56 static inline u_long 57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() 77 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt()
|
D | vxfs_inode.c | 89 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() 92 u_long block, offset; in vxfs_blkiget() 134 u_long offset; in __vxfs_iget()
|
D | vxfs_subr.c | 68 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page()
|
D | vxfs.h | 167 u_long vsi_iext; /* initial inode list */
|
D | vxfs_super.c | 153 u_long bsize; in vxfs_fill_super()
|
/linux-4.4.14/drivers/mtd/ |
D | rfd_ftl.c | 67 u_long offset; 86 u_long *sector_map; 90 static int rfd_ftl_writesect(struct mtd_blktrans_dev *dev, u_long sector, char *buf); 192 part->sector_map = vmalloc(part->sector_count * sizeof(u_long)); in scan_header() 241 static int rfd_ftl_readsect(struct mtd_blktrans_dev *dev, u_long sector, char *buf) in rfd_ftl_readsect() 244 u_long addr; in rfd_ftl_readsect() 339 erase->priv = (u_long)part; in erase_block() 357 static int move_block_contents(struct partition *part, int block_no, u_long *old_sector) in move_block_contents() 390 u_long addr; in move_block_contents() 445 static int reclaim_block(struct partition *part, u_long *old_sector) in reclaim_block() [all …]
|
D | ftl.c | 355 erase->priv = (u_long)part; in erase_xfer() 788 u_long sector, u_long nblocks) in ftl_read() 791 u_long i; in ftl_read() 902 u_long sector, u_long nblocks) in ftl_write() 905 u_long i; in ftl_write() 984 u_long sect; in ftl_getgeo()
|
D | mtdchar.c | 586 static int mtdchar_ioctl(struct file *file, u_int cmd, u_long arg) in mtdchar_ioctl() 592 u_long size; in mtdchar_ioctl() 989 static long mtdchar_unlocked_ioctl(struct file *file, u_int cmd, u_long arg) in mtdchar_unlocked_ioctl()
|
D | mtdblock.c | 82 erase.priv = (u_long)&wait_q; in erase_write()
|
D | mtdoops.c | 110 erase.priv = (u_long)&wait_q; in mtdoops_erase_block()
|
/linux-4.4.14/drivers/pcmcia/ |
D | m32r_cfc.c | 47 u_long mapaddr; 48 u_long base; /* PCC register base */ 74 static inline u_long pcc_port2addr(unsigned long port, int size) { in pcc_port2addr() 75 u_long addr = 0; in pcc_port2addr() 76 u_long odd; in pcc_port2addr() 88 static inline u_long pcc_port2addr(unsigned long port, int size) { in pcc_port2addr() 89 u_long odd; in pcc_port2addr() 90 u_long addr = ((port - CFC_IOPORT_BASE) & 0xf000) << 8; in pcc_port2addr() 107 u_long addr; in pcc_ioread_byte() 132 u_long addr; in pcc_ioread_word() [all …]
|
D | m32r_pcc.c | 55 u_long mapaddr; 56 u_long base; /* PCC register base */ 86 u_long addr; in pcc_iorw() 87 u_long flags; in pcc_iorw() 119 u_long cbsz; in pcc_iorw() 383 static void pcc_interrupt_wrapper(u_long data) in pcc_interrupt_wrapper() 420 u_long reg = 0; in _pcc_set_socket() 494 u_long mode; 495 u_long addr;
|
D | cs_internal.h | 145 extern struct resource *pcmcia_find_mem_region(u_long base, 146 u_long num, 147 u_long align,
|
D | rsrc_nonstatic.c | 52 u_long base, num; 111 static int add_interval(struct resource_map *map, u_long base, u_long num) in add_interval() 135 static int sub_interval(struct resource_map *map, u_long base, u_long num) in sub_interval() 403 static int do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num, in do_mem_probe() 412 u_long i, j, bad, fail, step; in do_mem_probe() 457 static u_long inv_probe(struct resource_map *m, struct pcmcia_socket *s) in inv_probe() 460 u_long ok; in inv_probe() 805 static struct resource *nonstatic_find_mem_region(u_long base, u_long num, in nonstatic_find_mem_region() 806 u_long align, int low, struct pcmcia_socket *s) in nonstatic_find_mem_region()
|
D | pcmcia_resource.c | 49 struct resource *pcmcia_find_mem_region(u_long base, u_long num, u_long align, in pcmcia_find_mem_region() 880 u_long align; in pcmcia_request_window()
|
D | tcic.c | 101 static void tcic_timer(u_long data); 586 static void tcic_timer(u_long data) in tcic_timer() 737 u_long base, len, mmap; in tcic_set_mem_map()
|
D | i82365.c | 835 u_long flags = 0; in pcic_interrupt() 878 static void pcic_interrupt_wrapper(u_long data) in pcic_interrupt_wrapper()
|
D | vrc4173_cardu.c | 344 u_long sys_start, sys_stop, card_start; in cardu_set_mem_map()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 64 u_long *res_ptr = (unsigned long *)pcxl_res_map; in dump_resmap() 65 u_long i = 0; in dump_resmap() 235 idx = (int)((u_long)res_ptr - (u_long)pcxl_res_map); \ 253 u_long mask, flags; in pcxl_alloc_range() 256 mask = (u_long) -1L; in pcxl_alloc_range() 308 u_long mask, flags; in pcxl_free_range() 312 mask = (u_long) -1L; in pcxl_free_range() 342 u_long i = 0; in proc_pcxl_dma_show() 343 unsigned long *res_ptr = (u_long *)pcxl_res_map; in proc_pcxl_dma_show() 364 for(; i < (pcxl_res_size / sizeof(u_long)); ++i, ++res_ptr) { in proc_pcxl_dma_show()
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_atari.c | 142 static int AtaMixerIoctl(u_int cmd, u_long arg); 143 static int TTMixerIoctl(u_int cmd, u_long arg); 144 static int FalconMixerIoctl(u_int cmd, u_long arg); 286 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be() 326 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le() 330 u_long data; in ata_ct_s16le() 366 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16le() 370 u_long data; in ata_ct_u16le() 587 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16be() 588 u_long data = expand_data; in ata_ctx_s16be() [all …]
|
D | dmasound_core.c | 346 static int mixer_ioctl(struct file *file, u_int cmd, u_long arg) in mixer_ioctl() 370 static long mixer_unlocked_ioctl(struct file *file, u_int cmd, u_long arg) in mixer_unlocked_ioctl() 988 static int sq_ioctl(struct file *file, u_int cmd, u_long arg) in sq_ioctl() 991 u_long fmt; in sq_ioctl() 1151 static long sq_unlocked_ioctl(struct file *file, u_int cmd, u_long arg) in sq_unlocked_ioctl()
|
D | dmasound_paula.c | 120 static int AmiMixerIoctl(u_int cmd, u_long arg); 464 u_long size; in AmiPlayNextFrame() 618 static int AmiMixerIoctl(u_int cmd, u_long arg) in AmiMixerIoctl()
|
D | dmasound.h | 129 int (*mixer_ioctl)(u_int, u_long); /* optional */
|
D | dmasound_q40.c | 403 u_long size; in Q40PlayNextFrame()
|
/linux-4.4.14/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()
|
D | hfc_multi.h | 47 u_long cfg; /* port configuration */ 182 u_long pci_origmembase, plx_origmembase; 185 u_long xhfc_origmembase; 187 u_long *xhfc_memaddr, *xhfc_memdata; 191 u_long pb_irqmsk; /* Portbit mask to check the IRQ line */ 192 u_long pci_iobase; /* PCI IO */ 195 u_long chip; /* chip configuration */ 208 u_long ledstate; /* save last state of leds */ 221 u_long wdcount; /* every 500 ms we need to */
|
D | speedfax.c | 189 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) in sfax_ctrl() 289 u_long flags; in init_card() 327 u_long flags; in setup_speedfax() 355 u_long flags; in release_card() 379 u_long flags; in setup_instance()
|
D | ipac.h | 40 int (*ctrl)(struct isac_hw *, u32, u_long); 82 int (*ctrl)(struct ipac_hw *, u32, u_long);
|
D | avmfritz.c | 307 __read_status_pci(u_long addr, u32 channel) in __read_status_pci() 314 __read_status_pciv2(u_long addr, u32 channel) in __read_status_pciv2() 791 u_long flags; in init_card() 854 u_long flags; in avm_bctrl() 1015 u_long flags; in release_card() 1042 u_long flags; in setup_instance()
|
D | w6692.c | 826 u_long flags; in dbusy_timer_handler() 856 card->dch.timer.data = (u_long)&card->dch; in initW6692() 920 u_long flags; in init_card() 1051 u_long flags; in w6692_bctrl() 1086 u_long flags; in w6692_l2l1D() 1119 u_long flags; in w6692_l1callback() 1267 u_long flags; in release_card() 1297 u_long flags; in setup_instance()
|
D | hfcmulti.c | 931 u_long flags; in hfcmulti_resync() 1058 u_long plx_flags; in release_io_hfcmulti() 1124 u_long flags, val, val2 = 0, rev; in init_chip() 1129 u_long plx_flags, hfc_flags; in init_chip() 2404 u_long flags; in handle_timer_irq() 2705 u_long flags; in hfcmulti_interrupt() 3237 u_long flags; in hfcm_l1callback() 3348 u_long flags; in handle_dmsg() 3457 u_long flags; in deactivate_bchannel() 3570 (struct dsp_features *)(*((u_long *)&cq->p1)); in channel_bctrl() [all …]
|
D | isar.h | 54 int (*ctrl)(void *, u32, u_long);
|
D | hfcpci.c | 141 u_long cfg; 1522 u_long flags; in deactivate_bchannel() 1544 u_long flags; in hfc_bctrl() 1595 u_long flags; in hfcpci_l2l1D() 1733 u_long flags; in init_card() 2037 (u_long) hc->hw.pci_io, (u_long) hc->hw.fifos, in setup_hw() 2038 (u_long) hc->hw.dmahandle, hc->irq, HZ); in setup_hw() 2057 u_long flags; in release_card()
|
D | hfcsusb.c | 216 u_long flags; in hfcusb_l2l1B() 292 u_long flags; in hfcusb_l2l1D() 1456 u_long flags; in stop_iso_gracefull() 1482 u_long flags; in stop_int_gracefull() 1781 u_long flags; in deactivate_bchannel() 1834 u_long flags; in setup_instance()
|
D | netjet.c | 809 u_long flags; in nj_bctrl() 924 u_long flags; in nj_init_card() 958 u_long flags; in nj_release() 1015 u_long flags; in setup_instance()
|
D | mISDNipac.c | 576 u_long flags; in isac_l1hw() 645 u_long flags; in isac_l1cmd() 731 u_long flags; in dbusy_timer_handler() 1408 u_long flags; in hscx_bctrl()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | setup.c | 897 static inline u_long bfin_get_clk(char *name) in bfin_get_clk() 900 u_long clk_rate; in bfin_get_clk() 1126 static u_long cached_clkin_hz = CONFIG_CLKIN_HZ; 1128 static u_long get_clkin_hz(void) 1146 static u_long get_vco(void) 1148 static u_long cached_vco; 1149 u_long msel, pll_ctl; 1170 u_long get_cclk(void) 1175 static u_long cached_cclk_pll_div, cached_cclk; 1176 u_long csel, ssel; [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 206 typedef u_long m_addr_t; /* Enough bits to bit-hack addresses */ 463 u_long flags; in __m_calloc_dma() 482 u_long flags; in __m_free_dma() 496 u_long flags; in __vtobus() 869 #define CCB_DONE_VALID(cp) (((u_long) cp) != CCB_DONE_EMPTY) 874 ((((u_long) cp) & 0xffffffff00000000ul) && \ 875 (((u_long) cp) & 0xfffffffful) != CCB_DONE_EMPTY) 1138 u_long target; 1139 u_long lun; 1140 u_long data; [all …]
|
D | ncr53c8xx.h | 1293 u_long base; 1294 u_long base_2; 1295 u_long base_c; 1296 u_long base_2_c;
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | mvme147.c | 77 u_long *addr; in mvme147lance_probe() 78 u_long address; in mvme147lance_probe() 97 addr = (u_long *)ETHERNET_ADDRESS; in mvme147lance_probe()
|
D | am79c961a.c | 50 static void write_rreg(u_long base, u_int reg, u_int val) in write_rreg() 59 static inline unsigned short read_rreg(u_long base_addr, u_int reg) in read_rreg() 70 static inline void write_ireg(u_long base, u_int reg, u_int val) in write_ireg() 79 static inline unsigned short read_ireg(u_long base_addr, u_int reg) in read_ireg()
|
/linux-4.4.14/arch/mn10300/lib/ |
D | usercopy.c | 142 if (n < 0 || n + (u_long) s > current_thread_info()->addr_limit.seg) in strnlen_user() 143 n = current_thread_info()->addr_limit.seg - (u_long)s; in strnlen_user()
|
/linux-4.4.14/include/uapi/linux/ |
D | coda.h | 75 typedef unsigned long u_long; typedef 78 typedef u_long ino_t; 79 typedef u_long dev_t; 226 u_long va_gen; /* generation number of file */ 227 u_long va_flags; /* flags defined for file */
|
/linux-4.4.14/drivers/mtd/maps/ |
D | impa7.c | 63 static struct { u_long addr; u_long size; } pt[NUM_FLASHBANKS] = { in init_impa7()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.h | 189 u_long lasttime; 190 u_long settle_time; /* Resetting the SCSI BUS */
|
D | sym53c8xx.h | 129 u_long excludes[8];
|
D | sym_glue.c | 892 u_long target; 893 u_long lun; 894 u_long data; 895 u_long cmd; 1000 static int get_int_arg(char *ptr, int len, u_long *pv) in get_int_arg() 1040 u_long target; in sym_user_command()
|
/linux-4.4.14/include/linux/ |
D | mISDNhw.h | 89 u_long Flags; 152 u_long Flags;
|
D | coda_psdev.h | 12 u_long vc_seq;
|
D | types.h | 86 typedef unsigned long u_long; typedef
|
D | mISDNif.h | 471 u_long opt; 507 u_long status;
|
D | isdn.h | 304 u_long lastplus; /* Timestamp of last + */
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hisax.h | 254 u_long flag; 291 u_long flag; 500 u_long Flag; 513 u_long event; 548 u_long Flags; /* for remembering action done in l4 */ 892 u_long irq_flags; 893 u_long HW_Flags; 960 u_long event;
|
D | hisax_isac.h | 16 u_long flags;
|
D | isurf.c | 89 u_long flags; in isurf_interrupt() 145 u_long flags; in ISurf_card_msg() 178 u_long flags; in isurf_auxcmd()
|
D | saphir.c | 123 u_long flags; in saphir_interrupt() 164 u_long flags; in SaphirWatchDog() 220 u_long flags; in saphir_card_msg()
|
D | teleint.c | 162 u_long flags; in TeleInt_interrupt() 185 u_long flags; in TeleInt_Timer() 228 u_long flags; in TeleInt_card_msg()
|
D | nj_u.c | 33 u_long flags; in netjet_u_interrupt() 104 u_long flags; in NETjet_U_card_msg()
|
D | sportster.c | 105 u_long flags; in sportster_interrupt() 160 u_long flags; in Sportster_card_msg()
|
D | nj_s.c | 33 u_long flags; in netjet_s_interrupt() 124 u_long flags; in NETjet_S_card_msg()
|
D | mic.c | 125 u_long flags; in mic_interrupt() 170 u_long flags; in mic_card_msg()
|
D | avm_a1p.c | 147 u_long flags; in avm_a1p_interrupt() 177 u_long flags; in AVM_card_msg()
|
D | hfc_pci.c | 652 u_long flags; in hfcpci_fill_fifo() 715 u_long flags; in hfcpci_fill_fifo() 771 u_long flags; in hfcpci_auxcmd() 930 u_long flags; in hfcpci_interrupt() 1108 u_long flags; in HFCPCI_l1hw() 1392 u_long flags; in hfcpci_l2l1() 1507 u_long flags; in hfcpci_bh() 1600 u_long flags; in hfcpci_card_msg() 1640 u_long flags; in setup_hfcpci() 1714 (u_long)cs->hw.hfcpci.dma); in setup_hfcpci() [all …]
|
D | asuscom.c | 161 u_long flags; in asuscom_interrupt() 199 u_long flags; in asuscom_interrupt_ipac() 274 u_long flags; in Asus_card_msg()
|
D | hfc4s8s_l1.c | 228 fWrite_hfc32(hfc4s8s_hw *a, u_long c) in fWrite_hfc32() 254 static inline u_long 306 u_long flags; in dch_l2l1() 387 u_long flags; in bch_l2l1() 596 u_long flags; in hfc_l1_timer() 1233 u_long flags; in chipreset() 1262 u_long flags; in hfc_hardware_enable()
|
D | s0box.c | 148 u_long flags; in s0box_interrupt() 194 u_long flags; in S0Box_card_msg()
|
D | hfcscard.c | 26 u_long flags; in hfcs_interrupt() 103 u_long flags; in hfcs_card_msg()
|
D | telespci.c | 232 u_long flags; in telespci_interrupt() 267 u_long flags; in TelesPCI_card_msg()
|
D | enternow_pci.c | 175 u_long flags; in enpci_card_msg() 247 u_long flags; in enpci_interrupt()
|
D | ix1_micro.c | 131 u_long flags; in ix1micro_interrupt() 188 u_long flags; in ix1_card_msg()
|
D | avm_a1.c | 107 u_long flags; in avm_a1_interrupt() 158 u_long flags; in AVM_card_msg()
|
D | bkm_a4t.c | 130 u_long flags; in bkm_interrupt() 222 u_long flags; in BKM_card_msg()
|
D | gazel.c | 251 u_long flags; in gazel_interrupt() 281 u_long flags; in gazel_interrupt_ipac() 403 u_long flags; in Gazel_card_msg()
|
D | teles0.c | 149 u_long flags; in teles0_interrupt() 244 u_long flags; in Teles_card_msg()
|
D | niccy.c | 128 u_long flags; in niccy_interrupt() 203 u_long flags; in niccy_card_msg()
|
D | bkm_a8.c | 143 u_long flags; in bkm_interrupt_ipac() 224 u_long flags; in BKM_card_msg()
|
D | w6692.c | 379 u_long flags; in W6692B_interrupt() 408 u_long flags; in W6692_interrupt() 563 u_long flags; in W6692_l1hw() 688 u_long flags; in dbusy_timer_handler() 760 u_long flags; in W6692_l2l1()
|
D | diva.c | 294 u_long flags; in diva_interrupt() 324 u_long flags; in diva_irq_ipac_isa() 544 u_long flags; in Memhscx_interrupt() 637 u_long flags; in diva_irq_ipac_pci() 691 u_long flags; in diva_irq_ipacx_pci() 839 u_long flags; in Diva_card_msg()
|
D | sedlbauer.c | 265 u_long flags; in sedlbauer_interrupt() 311 u_long flags; in sedlbauer_interrupt_ipac() 359 u_long flags; in sedlbauer_interrupt_isar() 443 u_long flags; in Sedl_card_msg()
|
D | avm_pci.c | 423 u_long flags; in HDLC_irq() 486 u_long flags; in hdlc_l2l1() 649 u_long flags; in avm_pcipnp_interrupt() 688 u_long flags; in AVM_card_msg()
|
D | hfc_sx.c | 544 u_long flags; in hfcsx_fill_fifo() 700 u_long flags; in hfcsx_interrupt() 875 u_long flags; in HFCSX_l1hw() 1145 u_long flags; in hfcsx_l2l1() 1259 u_long flags; in hfcsx_bh() 1352 u_long flags; in hfcsx_card_msg()
|
D | teles3.c | 108 u_long flags; in teles3_interrupt() 232 u_long flags; in Teles_card_msg()
|
D | amd7930_fn.c | 562 u_long flags; in Amd7930_l1hw() 690 u_long flags; in dbusy_timer_handler()
|
D | jade_irq.c | 180 u_long flags; in jade_interrupt()
|
D | st5481.h | 349 u_long busy;
|
D | hscx_irq.c | 202 u_long flags; in hscx_interrupt()
|
D | elsa_ser.c | 289 u_long flags; in modem_fill() 552 u_long flags; in modem_l2l1()
|
D | hscx.c | 99 u_long flags; in hscx_l2l1()
|
D | jade.c | 135 u_long flags; in jade_l2l1()
|
D | hfc_2bs0.c | 314 u_long flags; in hfc_fill_fifo() 457 u_long flags; in hfc_l2l1()
|
D | hfc_2bds0.c | 321 u_long flags; in hfc_fill_fifo() 457 u_long flags; in hfc_l2l1() 907 u_long flags; in HFCD_l1hw()
|
D | isar.c | 159 u_long flags; in ISARVersion() 197 u_long flags; in isar_load_firmware() 767 u_long flags; in send_frames() 1596 u_long flags; in isar_l2l1() 1747 u_long adr; in isar_auxcmd()
|
D | elsa.c | 287 u_long flags; in elsa_interrupt() 366 u_long flags; in elsa_interrupt_ipac() 653 u_long flags; in Elsa_card_msg()
|
D | ipacx.c | 450 u_long flags; in bch_l2l1() 671 u_long flags; in bch_int()
|
D | netjet.c | 715 u_long flags; in write_raw() 797 u_long flags; in tiger_l2l1()
|
/linux-4.4.14/drivers/block/ |
D | z2ram.c | 58 static u_long *z2ram_map = NULL; 59 static u_long z2ram_size = 0; 135 (u_long)amiga_chip_alloc( Z2RAM_CHUNKSIZE, "z2ram" ); in get_chipram()
|
/linux-4.4.14/drivers/net/arcnet/ |
D | com90xx.c | 58 static int com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem *); 104 u_long *p; in com90xx_probe() 388 u_long ptr = shmems[index]; in com90xx_probe() 460 static int __init com90xx_found(int ioaddr, int airq, u_long shmem, in com90xx_found() 465 u_long first_mirror, last_mirror; in com90xx_found()
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | switch_to.h | 26 current->thread.wchan = (u_long) __builtin_return_address(0); \
|
/linux-4.4.14/include/video/ |
D | sa1100fb.h | 32 u_long pixclock;
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | switch_to.h | 43 current->thread.wchan = (u_long) __builtin_return_address(0); \
|
/linux-4.4.14/include/linux/mtd/ |
D | qinfo.h | 78 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd()
|
D | mtd.h | 50 u_long time; 51 u_long retries; 55 u_long priv;
|
D | cfi.h | 302 map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi);
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_cs.c | 200 static void prism2_release(u_long arg); 447 prism2_release((u_long)link); in prism2_detach() 544 prism2_release((u_long)link); in prism2_config() 549 static void prism2_release(u_long arg) in prism2_release()
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | ioctl.c | 24 int viafb_ioctl_get_viafb_info(u_long arg) in viafb_ioctl_get_viafb_info()
|
D | ioctl.h | 200 int viafb_ioctl_get_viafb_info(u_long arg);
|
/linux-4.4.14/include/linux/platform_data/ |
D | video-pxafb.h | 69 u_long pixclock;
|
/linux-4.4.14/arch/m68k/atari/ |
D | config.c | 50 u_long atari_mch_cookie; 53 u_long atari_mch_type; 59 u_long atari_switches;
|
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.c | 95 static void authenticate_timeout(u_long); 105 static void verify_dl_startup(u_long); 123 static void join_net(u_long local); 124 static void start_net(u_long local); 642 static void verify_dl_startup(u_long data) in verify_dl_startup() 677 start_net((u_long) local); in verify_dl_startup() 679 join_net((u_long) local); in verify_dl_startup() 684 static void start_net(u_long data) in start_net() 711 static void join_net(u_long data) in join_net() 1640 static void authenticate_timeout(u_long data) in authenticate_timeout() [all …]
|
/linux-4.4.14/arch/arm/mach-rpc/include/mach/ |
D | acornfb.h | 18 u_long limit; in acornfb_valid_pixrate()
|
/linux-4.4.14/drivers/mtd/devices/ |
D | block2mtd.c | 59 u_long *p; in _block2mtd_erase() 60 u_long *max; in _block2mtd_erase()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | signal.c | 307 flush_icache_range((u_long) frame->retcode, in setup_rt_frame() 308 (u_long) frame->retcode + 5); in setup_rt_frame()
|
/linux-4.4.14/drivers/ide/ |
D | buddha.c | 162 u_long buddha_board = 0; in buddha_init()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 102 static void ei_watchdog(u_long arg); 212 u_long mii_reset; 921 setup_timer(&info->watchdog, ei_watchdog, (u_long)dev); in pcnet_open() 1010 static void ei_watchdog(u_long arg) in ei_watchdog() 1219 u_long dma_start; in dma_block_output() 1445 dev->mem_start = (u_long)ei_status.mem; in setup_shmem_window()
|
D | axnet_cs.c | 88 static void ei_watchdog(u_long arg); 487 setup_timer(&info->watchdog, ei_watchdog, (u_long)dev); in axnet_open() 551 static void ei_watchdog(u_long arg) in ei_watchdog()
|
D | apne.c | 591 u_long offset; in init_pcmcia()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | setup_no.c | 275 u_long clockfreq; in show_cpuinfo()
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 2197 u_long data_offset, u_char *buf, u_int size, 2198 u_long prot_offset, u_int groupno, u_int groupsize); 2201 do_otp_read(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_read() 2202 u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) in do_otp_read() 2234 do_otp_write(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_write() 2235 u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) in do_otp_write() 2259 do_otp_lock(struct map_info *map, struct flchip *chip, u_long offset, in do_otp_lock() 2260 u_char *buf, u_int size, u_long prot, u_int grpno, u_int grpsz) in do_otp_lock() 2283 u_long devsize, reg_prot_offset, data_offset; in cfi_intelext_otp_walk()
|
D | cfi_util.c | 67 map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd()
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 914 local->manf_str, (u_long)dev->base_addr, (int)dev->irq, in xirc2ps_config() 1081 u_long *p = skb_put(skb, pktlen); in xirc2ps_interrupt() 1082 register u_long a; in xirc2ps_interrupt() 1159 u_long duration = jiffies - start_ticks; in xirc2ps_interrupt()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.h | 103 u_long physaddr; 248 smc_pxa_dma_insl(struct smc911x_local *lp, u_long physaddr, in smc_pxa_dma_insl() 276 smc_pxa_dma_outsl(struct smc911x_local *lp, u_long physaddr, in smc_pxa_dma_outsl()
|
D | smc91c92_cs.c | 282 static void media_check(u_long arg); 812 u_long mir; in smc91c92_config() 887 u_long mcr; in smc91c92_config() 1073 setup_timer(&smc->media, media_check, (u_long)dev); in smc_open() 1710 static void media_check(u_long arg) in media_check()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | sys_sable.c | 310 *(vulp)T2_VAR = (u_long) bit; in lynx_ack_irq_hw()
|
/linux-4.4.14/drivers/bluetooth/ |
D | bluecard_cs.c | 158 static void bluecard_activity_led_timeout(u_long arg) in bluecard_activity_led_timeout() 699 info->timer.data = (u_long)info; in bluecard_open()
|
D | hci_qca.c | 443 qca->wake_retrans_timer.data = (u_long)hu; in qca_open() 448 qca->tx_idle_timer.data = (u_long)hu; in qca_open()
|
D | hci_bcsp.c | 708 bcsp->tbcsp.data = (u_long) hu; in bcsp_open()
|
/linux-4.4.14/drivers/net/ethernet/hp/ |
D | hp100.c | 182 u_long whatever_offset; /* Offset to bus/phys/dma address */ 286 return ((u_long) ptr) + lp->whatever_offset; in virt_to_whatever() 633 if ((mem_ptr_virt = ioremap((u_long) mem_ptr_phys, virt_memory_size)) == NULL) { in hp100_probe1() 731 lp->whatever_offset = ((u_long) page_baddr) - ((u_long) lp->page_vaddr_algn); in hp100_probe1() 768 (mem_ptr_phys + (mem_ptr_phys > 0x100000 ? (u_long) lp->memory_size : 16 * 1024)) - 1); in hp100_probe1()
|
/linux-4.4.14/fs/coda/ |
D | psdev.c | 109 if (copy_from_user(&hdr, buf, 2 * sizeof(u_long))) in coda_psdev_write()
|
/linux-4.4.14/drivers/char/ |
D | apm-emulation.c | 265 apm_ioctl(struct file *filp, u_int cmd, u_long arg) in apm_ioctl()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 141 - Use u_long instead of U32 for the IO base cookie. This is more
|
/linux-4.4.14/drivers/macintosh/ |
D | via-pmu.c | 2285 u_int cmd, u_long arg) in pmu_ioctl() 2348 u_int cmd, u_long arg) in pmu_unlocked_ioctl() 2367 static long compat_pmu_ioctl (struct file *filp, u_int cmd, u_long arg) in compat_pmu_ioctl()
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 387 u_long opcode; 388 u_long unique; /* Keep multiple outstanding msgs distinct */ 397 u_long opcode; 398 u_long unique; /* Keep multiple outstanding msgs distinct */ 399 u_long result; 499 u_long va_gen; /* generation number of file */ 500 u_long va_flags; /* flags defined for file */
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_net.c | 2069 u_long flags; in isdn_net_find_icall() 3091 u_long flags; in isdn_net_realrm() 3153 u_long flags; in isdn_net_rm() 3182 u_long flags; in isdn_net_rmall()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | orinoco_usb.c | 321 static void ezusb_request_timerfn(u_long _ctx) in ezusb_request_timerfn() 367 setup_timer(&ctx->timer, ezusb_request_timerfn, (u_long)ctx); in ezusb_alloc_ctx()
|