/Linux-v4.19/drivers/video/fbdev/ |
D | acornfb.h | 22 u_int red:8; 23 u_int green:8; 24 u_int blue:8; 25 u_int ext:4; 26 u_int unused:4; 30 u_int red:4; 31 u_int green:4; 32 u_int blue:4; 33 u_int trans:1; 34 u_int sbz1:13; [all …]
|
D | pxafb.h | 125 u_int palette_size; 127 u_int lccr0; 128 u_int lccr3; 129 u_int lccr4; 130 u_int cmap_inverse:1, 134 u_int reg_lccr0; 135 u_int reg_lccr1; 136 u_int reg_lccr2; 137 u_int reg_lccr3; 138 u_int reg_lccr4; [all …]
|
D | g364fb.c | 108 static int g364fb_setcolreg(u_int regno, u_int red, u_int green, 109 u_int blue, u_int transp, 175 static int g364fb_setcolreg(u_int regno, u_int red, u_int green, in g364fb_setcolreg() 176 u_int blue, u_int transp, struct fb_info *info) in g364fb_setcolreg()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_reg_print.c_shipped | 24 ahd_intstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 36 ahd_hs_mailbox_print(u_int regvalue, u_int *cur_col, u_int wrap) 51 ahd_seqintstat_print(u_int regvalue, u_int *cur_col, u_int wrap) 69 ahd_intctl_print(u_int regvalue, u_int *cur_col, u_int wrap) 90 ahd_dfcntrl_print(u_int regvalue, u_int *cur_col, u_int wrap) 107 ahd_dfstatus_print(u_int regvalue, u_int *cur_col, u_int wrap) 121 ahd_sg_cache_shadow_print(u_int regvalue, u_int *cur_col, u_int wrap) 136 ahd_scsiseq0_print(u_int regvalue, u_int *cur_col, u_int wrap) 152 ahd_scsiseq1_print(u_int regvalue, u_int *cur_col, u_int wrap) 168 ahd_dffstat_print(u_int regvalue, u_int *cur_col, u_int wrap) [all …]
|
D | aic7xxx_reg_print.c_shipped | 23 ahc_scsiseq_print(u_int regvalue, u_int *cur_col, u_int wrap) 40 ahc_sxfrctl0_print(u_int regvalue, u_int *cur_col, u_int wrap) 67 ahc_scsisigi_print(u_int regvalue, u_int *cur_col, u_int wrap) 83 ahc_scsirate_print(u_int regvalue, u_int *cur_col, u_int wrap) 102 ahc_sstat0_print(u_int regvalue, u_int *cur_col, u_int wrap) 120 ahc_sstat1_print(u_int regvalue, u_int *cur_col, u_int wrap) 138 ahc_sstat2_print(u_int regvalue, u_int *cur_col, u_int wrap) 151 ahc_sstat3_print(u_int regvalue, u_int *cur_col, u_int wrap) 169 ahc_simode0_print(u_int regvalue, u_int *cur_col, u_int wrap) 187 ahc_simode1_print(u_int regvalue, u_int *cur_col, u_int wrap) [all …]
|
D | aic79xx_inline.h | 119 char channel, u_int our_id, 120 u_int remote_id, 123 ahd_inw(struct ahd_softc *ahd, u_int port); 124 void ahd_outw(struct ahd_softc *ahd, u_int port, 125 u_int value); 127 ahd_inl(struct ahd_softc *ahd, u_int port); 128 void ahd_outl(struct ahd_softc *ahd, u_int port, 131 ahd_inq(struct ahd_softc *ahd, u_int port); 132 void ahd_outq(struct ahd_softc *ahd, u_int port, 134 u_int ahd_get_scbptr(struct ahd_softc *ahd); [all …]
|
D | aic7xxx_inline.h | 69 char channel, u_int our_id, 70 u_int remote_id, 73 ahc_inw(struct ahc_softc *ahc, u_int port); 74 void ahc_outw(struct ahc_softc *ahc, u_int port, 75 u_int value); 77 ahc_inl(struct ahc_softc *ahc, u_int port); 78 void ahc_outl(struct ahc_softc *ahc, u_int port, 81 ahc_inq(struct ahc_softc *ahc, u_int port); 82 void ahc_outq(struct ahc_softc *ahc, u_int port, 88 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag);
|
D | aic7xxx.h | 578 u_int sg_count;/* How full ahc_dma_seg is */ 733 u_int sxfr_u2; /* Value of the SXFR parameter for Ultra2+ Chips */ 734 u_int sxfr; /* Value of the SXFR parameter for <= Ultra Chips */ 927 u_int untagged_queue_lock; 1005 u_int num_critical_sections; 1038 u_int msgout_len; /* Length of message to send */ 1039 u_int msgout_index; /* Current index in msgout */ 1040 u_int msgin_index; /* Current index in msgin */ 1059 u_int enabled_luns; 1062 u_int init_level; [all …]
|
D | aic79xx.h | 621 u_int sg_count;/* How full ahd_dma_seg is */ 623 u_int crc_retry_count; 963 u_int start_addr, u_int count, int bstream); 966 u_int start_addr, u_int count); 1130 u_int cmdcmplt_bucket; 1163 u_int num_critical_sections; 1197 u_int msgout_len; /* Length of message to send */ 1198 u_int msgout_index; /* Current index in msgout */ 1199 u_int msgin_index; /* Current index in msgin */ 1213 u_int enabled_luns; [all …]
|
D | aic7xxx_proc.c | 48 u_int our_id, char channel, 49 u_int target_id, u_int target_offset); 58 u_int period_factor; 59 u_int period; /* in 100ths of ns */ 72 static u_int 73 ahc_calc_syncsrate(u_int period_factor) in ahc_calc_syncsrate() 96 u_int speed; in ahc_format_transinfo() 97 u_int freq; in ahc_format_transinfo() 98 u_int mb; in ahc_format_transinfo() 135 u_int our_id, char channel, u_int target_id, in ahc_dump_target_state() [all …]
|
D | aic79xx_core.c | 62 static const u_int num_chip_names = ARRAY_SIZE(ahd_chip_names); 80 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); 100 static const u_int num_phases = ARRAY_SIZE(ahd_phase_table) - 1; 108 u_int lqistat1); 110 u_int busfreetime); 118 u_int scsi_id, char channel); 121 u_int scsi_id, char channel, int force); 125 u_int *period, 126 u_int *ppr_options, 144 u_int period, u_int offset); [all …]
|
D | aic7xxx_93cx6.h | 55 u_int sd_control_offset; 56 u_int sd_status_offset; 57 u_int sd_dataout_offset; 97 u_int start_addr, u_int count); 99 u_int start_addr, u_int count);
|
D | aic7xxx_core.c | 70 static const u_int num_chip_names = ARRAY_SIZE(ahc_chip_names); 90 static const u_int num_errors = ARRAY_SIZE(ahc_hard_errors); 110 static const u_int num_phases = ARRAY_SIZE(ahc_phase_table) - 1; 145 u_int scsi_id, char channel); 148 u_int scsi_id, char channel, int force); 153 u_int *period, 154 u_int *ppr_options, 170 u_int period, u_int offset); 173 u_int bus_width); 176 u_int period, u_int offset, [all …]
|
D | aic79xx_proc.c | 47 u_int our_id, char channel, 48 u_int target_id); 57 u_int period_factor; 58 u_int period; /* in 100ths of ns */ 71 static u_int 72 ahd_calc_syncsrate(u_int period_factor) in ahd_calc_syncsrate() 95 u_int speed; in ahd_format_transinfo() 96 u_int freq; in ahd_format_transinfo() 97 u_int mb; in ahd_format_transinfo() 158 u_int our_id, char channel, u_int target_id) in ahd_dump_target_state() [all …]
|
D | aic7xxx_osm.h | 125 extern u_int aic7xxx_no_probe; 126 extern u_int aic7xxx_allow_memio; 229 ahc_scb_timer_reset(struct scb *scb, u_int usec) in ahc_scb_timer_reset() 274 u_int qfrozen; 287 u_int tag_success_count; 295 u_int maxtags; 301 u_int tags_on_last_queuefull; 309 u_int last_queuefull_same_count; 321 u_int commands_since_idle_or_otag; 357 u_int qfrozen; [all …]
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | bkm_ax.h | 36 volatile u_int i20VFEHorzCfg; /* Offset 00 */ 38 volatile u_int i20VFEVertCfg; /* Offset 04 */ 40 volatile u_int i20VFEScaler; /* Offset 08 */ 42 volatile u_int i20VDispTop; /* Offset 0C */ 44 volatile u_int i20VDispBottom; /* Offset 10 */ 46 volatile u_int i20VidFrameGrab;/* Offset 14 */ 48 volatile u_int i20VDispCfg; /* Offset 18 */ 50 volatile u_int i20VMaskTop; /* Offset 1C */ 52 volatile u_int i20VMaskBottom; /* Offset 20 */ 54 volatile u_int i20OvlyControl; /* Offset 24 */ [all …]
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | smt.h | 56 u_int smt_tid ; /* transaction ID */ 281 u_int st_t_req ; /* T_Req */ 282 u_int st_t_neg ; /* T_Neg */ 283 u_int st_t_max ; /* T_Max */ 284 u_int st_tvx_value ; /* TVX_Value */ 285 u_int st_t_min ; /* T_Min */ 286 u_int st_sba ; /* synchr. bandwidth alloc */ 287 u_int st_frame_ct ; /* frame counter */ 288 u_int st_error_ct ; /* error counter */ 289 u_int st_lost_ct ; /* lost frames counter */ [all …]
|
/Linux-v4.19/arch/parisc/math-emu/ |
D | fpudispatch.c | 111 #define fpzeroreg (32*sizeof(double)/sizeof(u_int)) 154 static u_int decode_0c(u_int, u_int, u_int, u_int *); 155 static u_int decode_0e(u_int, u_int, u_int, u_int *); 156 static u_int decode_06(u_int, u_int *); 157 static u_int decode_26(u_int, u_int *); 158 static u_int decode_2e(u_int, u_int *); 159 static void update_status_cbit(u_int *, u_int, u_int, u_int); 161 static u_int decode_0c(); 162 static u_int decode_0e(); 163 static u_int decode_06(); [all …]
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | core.h | 18 extern struct mISDNdevice *get_mdevice(u_int); 48 u_int, struct sockaddr_mISDN *); 50 u_int, struct sockaddr_mISDN *); 52 u_int, struct sockaddr_mISDN *); 59 extern void mISDN_initstack(u_int *); 60 extern int misdn_sock_init(u_int *); 65 extern u_int get_all_Bprotocols(void); 66 struct Bprotocol *get_Bprotocol4mask(u_int); 67 struct Bprotocol *get_Bprotocol4id(u_int); 69 extern int mISDN_inittimer(u_int *); [all …]
|
D | layer2.h | 33 u_int nextid; 34 u_int lastid; 61 u_int maxlen; 63 u_int vs, va, vr; 65 u_int window; 66 u_int sow; 70 u_int next_id; 71 u_int down_id; 92 extern struct layer2 *create_l2(struct mISDNchannel *, u_int, 94 extern int tei_l2(struct layer2 *, u_int, u_long arg); [all …]
|
/Linux-v4.19/include/pcmcia/ |
D | cistpl.h | 64 u_int addr; 81 u_int addr; 111 u_int speed; 112 u_int size; 305 u_int speed; 382 u_int size; 387 u_int base; 388 u_int rmask[4]; 407 u_int param[7]; 411 u_int wait, waitscale; [all …]
|
D | ss.h | 54 u_int flags; 55 u_int csc_mask; 99 u_int card_start; 104 u_int InUse, Config; 127 int (*get_status)(struct pcmcia_socket *s, u_int *value); 136 u_int state; 137 u_int suspended_state; /* state before suspend */ 156 u_int features; 157 u_int irq_mask; 158 u_int map_size; [all …]
|
/Linux-v4.19/include/linux/ |
D | mISDNif.h | 298 u_int id; 299 u_int Dprotocols; 300 u_int Bprotocols; 301 u_int protocol; 303 u_int nrbchan; 308 u_int id; 343 test_channelmap(u_int nr, u_char *map) in test_channelmap() 352 set_channelmap(u_int nr, u_char *map) in set_channelmap() 358 clear_channelmap(u_int nr, u_char *map) in clear_channelmap() 451 u_int protocol; [all …]
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | hackkit.c | 52 static u_int hackkit_get_mctrl(struct uart_port *port); 53 static void hackkit_set_mctrl(struct uart_port *port, u_int mctrl); 54 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate); 103 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in hackkit_uart_pm() 112 static void hackkit_set_mctrl(struct uart_port *port, u_int mctrl) in hackkit_set_mctrl() 116 u_int set = 0, clear = 0; in hackkit_set_mctrl() 134 static u_int hackkit_get_mctrl(struct uart_port *port) in hackkit_get_mctrl() 136 u_int ret = 0; in hackkit_get_mctrl() 138 u_int irqsr = PT_IRQSR; in hackkit_get_mctrl()
|
/Linux-v4.19/drivers/cpufreq/ |
D | sa1110-cpufreq.c | 47 u_int mdcnfg; 48 u_int mdrefr; 49 u_int mdcas[3]; 125 static inline u_int ns_to_cycles(u_int ns, u_int khz) in ns_to_cycles() 133 static inline void set_mdcas(u_int *mdcas, int delayed, u_int rcd) in set_mdcas() 135 u_int shift; in set_mdcas() 146 sdram_calculate_timing(struct sdram_info *sd, u_int cpu_khz, in sdram_calculate_timing() 149 u_int mem_khz, sd_khz, trp, twr; in sdram_calculate_timing() 201 static inline void sdram_set_refresh(u_int dri) in sdram_set_refresh() 216 sdram_update_refresh(u_int cpu_khz, struct sdram_params *sdram) in sdram_update_refresh() [all …]
|