Home
last modified time | relevance | path

Searched refs:u_int (Results 26 – 50 of 206) sorted by relevance

123456789

/openbmc/linux/drivers/pcmcia/
H A Dpxa2xx_base.c85 static inline u_int pxa2xx_mcxx_hold(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_hold()
86 u_int mem_clk_10khz) in pxa2xx_mcxx_hold()
88 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_hold()
92 static inline u_int pxa2xx_mcxx_asst(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_asst()
93 u_int mem_clk_10khz) in pxa2xx_mcxx_asst()
95 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_asst()
99 static inline u_int pxa2xx_mcxx_setup(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_setup()
100 u_int mem_clk_10khz) in pxa2xx_mcxx_setup()
102 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_setup()
109 static inline u_int pxa2xx_pcmcia_cmd_time(u_int mem_clk_10khz, in pxa2xx_pcmcia_cmd_time()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dsa1100fb.h46 u_int map_size;
52 u_int palette_size;
57 u_int reg_lccr0;
58 u_int reg_lccr1;
59 u_int reg_lccr2;
60 u_int reg_lccr3;
H A Dsa1100fb.c235 state = (u_int) -1; in sa1100fb_schedule_work()
239 if (state != (u_int)-1) { in sa1100fb_schedule_work()
246 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
268 sa1100fb_setpalettereg(u_int regno, u_int red, u_int green, u_int blue, in sa1100fb_setpalettereg()
273 u_int val, ret = 1; in sa1100fb_setpalettereg()
290 sa1100fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in sa1100fb_setcolreg()
291 u_int trans, struct fb_info *info) in sa1100fb_setcolreg()
612 u_int half_screen_size, yres, pcd; in sa1100fb_activate_var()
738 u_int mask = 0; in sa1100fb_setup_gpio()
866 u_int old_state; in set_ctrlr_state()
[all …]
H A Dchipsfb.c79 static int chipsfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
80 u_int transp, struct fb_info *info);
149 static int chipsfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in chipsfb_setcolreg()
150 u_int transp, struct fb_info *info) in chipsfb_setcolreg()
H A D68328fb.c90 static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
91 u_int transp, struct fb_info *info);
276 static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in mc68x328fb_setcolreg()
277 u_int transp, struct fb_info *info) in mc68x328fb_setcolreg()
H A Dvfb.c74 static int vfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
75 u_int transp, struct fb_info *info);
269 static int vfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in vfb_setcolreg()
270 u_int transp, struct fb_info *info) in vfb_setcolreg()
H A Dhgafb.c68 static inline u8 __iomem * rowaddr(struct fb_info *info, u_int row) in rowaddr()
404 static int hgafb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in hgafb_setcolreg()
405 u_int transp, struct fb_info *info) in hgafb_setcolreg()
465 u_int rows, y; in hgafb_fillrect()
485 u_int rows, y1, y2; in hgafb_copyarea()
518 u_int rows, y = image->dy; in hgafb_imageblit()
519 u_int x; in hgafb_imageblit()
H A Dimxfb.c175 u_int map_size;
177 u_int palette_size;
182 u_int pcr;
183 u_int lauscr;
184 u_int pwmr;
185 u_int lscr1;
186 u_int dmacr;
271 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
278 static int imxfb_setpalettereg(u_int regno, u_int red, u_int green, u_int blue, in imxfb_setpalettereg()
282 u_int val, ret = 1; in imxfb_setpalettereg()
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c49 ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) in ahd_compose_id()
259 u_int i; in ahd_find_pci_device()
291 u_int command; in ahd_pci_config()
640 u_int sxfrctl1; in ahd_configure_termination()
786 u_int intstat; in ahd_pci_intr()
787 u_int i; in ahd_pci_intr()
788 u_int reg; in ahd_pci_intr()
812 u_int bit; in ahd_pci_intr()
846 u_int i; in ahd_pci_split_intr()
876 u_int bit; in ahd_pci_split_intr()
[all …]
H A Daic79xx_osm.h258 u_int qfrozen;
271 u_int tag_success_count;
284 u_int maxtags;
290 u_int tags_on_last_queuefull;
298 u_int last_queuefull_same_count;
310 u_int commands_since_idle_or_otag;
550 void ahd_set_transaction_tag(struct scb *scb, int enabled, u_int type) in ahd_set_transaction_tag()
641 char channel, int lun, u_int tag,
647 u_int target, u_int lun, ac_code);
H A Dcam.h40 #define CAM_BUS_WILDCARD ((u_int)~0)
41 #define CAM_TARGET_WILDCARD ((u_int)~0)
42 #define CAM_LUN_WILDCARD ((u_int)~0)
H A Daic7770.c119 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) in aic7770_config()
123 u_int hostconf; in aic7770_config()
124 u_int irq; in aic7770_config()
125 u_int intdef; in aic7770_config()
177 u_int biosctrl; in aic7770_config()
178 u_int scsiconf; in aic7770_config()
179 u_int scsiconf1; in aic7770_config()
/openbmc/linux/drivers/atm/
H A Diphase.h197 u_int crc32;
225 u_int res[3];
226 u_int req_rm_cell_data1;
227 u_int req_rm_cell_data2;
228 u_int add_rm_cell_data1;
229 u_int add_rm_cell_data2;
639 typedef u_int rreg_t;
648 u_int filler5[0x17 - 0x06];
655 u_int filler24;
708 u_int filler7a[0x7c-0x7a];
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-acorn.c28 static u_int force_ones;
32 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setscl()
33 u_int ones = force_ones; in ioc_setscl()
47 u_int ioc_control = ioc_readb(IOC_CONTROL) & ~(SCL | SDA); in ioc_setsda()
48 u_int ones = force_ones; in ioc_setsda()
/openbmc/linux/drivers/mtd/parsers/
H A Dafs.c78 static bool afs_is_v1(struct mtd_info *mtd, u_int off) in afs_is_v1()
81 u_int ptr = off + mtd->erasesize - 12; in afs_is_v1()
101 u_int ptr = off + mtd->erasesize - 8; in afs_is_v2()
120 u_int off, struct mtd_partition *part) in afs_parse_v1_partition()
124 u_int mask; in afs_parse_v1_partition()
129 u_int iis_ptr; in afs_parse_v1_partition()
130 u_int img_ptr; in afs_parse_v1_partition()
131 u_int ptr; in afs_parse_v1_partition()
217 u_int off, struct mtd_partition *part) in afs_parse_v2_partition()
219 u_int ptr; in afs_parse_v2_partition()
[all …]
/openbmc/linux/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h41 static inline u_int
42 acornfb_vidc20_find_pll(u_int pixclk) in acornfb_vidc20_find_pll()
44 u_int r, best_r = 2, best_v = 2; in acornfb_vidc20_find_pll()
48 u_int rr, v, p; in acornfb_vidc20_find_pll()
82 u_int div; in acornfb_vidc20_find_rates()
/openbmc/linux/include/linux/platform_data/
H A Dvideo-pxafb.h71 u_int cmap_greyscale:1,
113 u_int fixed_modes:1,
130 u_int lccr0;
140 u_int lccr3;
146 u_int lccr4;
/openbmc/linux/drivers/tee/optee/
H A Dnotif.c18 u_int key;
21 static bool have_key(struct optee *optee, u_int key) in have_key()
32 int optee_notif_wait(struct optee *optee, u_int key) in optee_notif_wait()
85 int optee_notif_send(struct optee *optee, u_int key) in optee_notif_send()
109 int optee_notif_init(struct optee *optee, u_int max_key) in optee_notif_init()
H A Doptee_private.h55 u_int max_key;
157 struct tee_shm *shm_arg, u_int offs);
233 int optee_notif_init(struct optee *optee, u_int max_key);
235 int optee_notif_wait(struct optee *optee, u_int key);
236 int optee_notif_send(struct optee *optee, u_int key);
315 u_int *offs);
317 struct optee_shm_arg_entry *entry, u_int offs);
/openbmc/linux/include/linux/
H A DmISDNhw.h83 u_int state;
103 typedef int (dchannel_l1callback)(struct dchannel *, u_int);
136 extern int l1_event(struct layer1 *, u_int);
145 u_int state;
179 extern void queue_ch_frame(struct mISDNchannel *, u_int,
/openbmc/linux/include/video/
H A Dsa1100fb.h47 u_int cmap_greyscale:1,
52 u_int lccr0;
53 u_int lccr3;
/openbmc/linux/arch/powerpc/include/asm/
H A Dhydra.h31 u_int CachePD;
32 u_int IDs;
33 u_int Feature_Control;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch212 @@ -967,7 +967,7 @@ pamsshagentauth_key_from_blob(const u_char *blob, u_int blen)
221 @@ -985,7 +985,7 @@ pamsshagentauth_key_from_blob(const u_char *blob, u_int blen)
261 @@ -52,7 +52,7 @@ ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
263 u_int rlen, slen, len, dlen;
270 @@ -74,7 +74,7 @@ ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
279 @@ -88,7 +88,7 @@ ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
289 u_int len, dlen;
310 @@ -45,7 +45,7 @@ ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp,
312 u_int len, dlen;
319 @@ -69,7 +69,7 @@ ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp,
[all …]
H A D0001-Adapt-to-OpenSSL-1.1.1.patch35 if (keybits < 0 || bits != (u_int)keybits)
181 u_int cipher_mask_ssh1(int);
350 u_int *dgst_raw_length)
357 u_int len = 0;
588 u_int rlen, slen, len, dlen;
646 u_int len, dlen;
711 u_int len, dlen;
758 u_int len, dlen;
811 const u_char *data, u_int datalen)
817 u_int slen, dlen, len;
[all …]
/openbmc/linux/drivers/isdn/mISDN/
H A Dcore.c14 static u_int debug;
169 if (mdev->id != *(const u_int *)id) in _get_mdevice()
175 *get_mdevice(u_int id) in get_mdevice()
200 u_int i; in get_free_devid()
268 u_int
272 u_int m = 0; in get_all_Bprotocols()
282 get_Bprotocol4mask(u_int m) in get_Bprotocol4mask()
297 get_Bprotocol4id(u_int id) in get_Bprotocol4id()
299 u_int m; in get_Bprotocol4id()

123456789