Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/linux-6.15/arch/powerpc/include/asm/
H A Dcpm2.h106 extern void __cpm2_setbrg(uint brg, uint rate, uint clk, int div16, int src);
111 static inline void cpm_setbrg(uint brg, uint rate) in cpm_setbrg()
119 static inline void cpm2_fastbrg(uint brg, uint rate, int div16) in cpm2_fastbrg()
170 uint smc_idp; /* Internal */
175 uint smc_tdp; /* Internal */
312 uint scc_idp; /* Internal */
317 uint scc_tdp; /* Internal */
531 uint fcc_res2;
555 uint fen_tfcptr;
566 uint fen_iaddrl;
[all …]
H A D8xx_immap.h19 uint sc_siumcr;
20 uint sc_sypcr;
21 uint sc_swt;
24 uint sc_sipend;
25 uint sc_simask;
26 uint sc_siel;
27 uint sc_sivec;
28 uint sc_tesr;
30 uint sc_sdcr;
60 uint pcmc_per;
[all …]
H A Dcpm1.h52 extern void cpm_setbrg(uint brg, uint rate);
80 uint smc_idp; /* Internal */
83 uint smc_rxtmp; /* Internal */
85 uint smc_tdp; /* Internal */
88 uint smc_txtmp; /* Internal */
131 uint scent_rstate;
132 uint scent_r_ptr;
135 uint scent_rtemp;
136 uint scent_tstate;
137 uint scent_t_ptr;
[all …]
/linux-6.15/arch/powerpc/platforms/8xx/
H A Dmpc86xads.h20 #define BCSR1_ETHEN ((uint)0x20000000)
21 #define BCSR1_IRDAEN ((uint)0x10000000)
22 #define BCSR1_RS232EN_1 ((uint)0x01000000)
23 #define BCSR1_PCCEN ((uint)0x00800000)
24 #define BCSR1_PCCVCC0 ((uint)0x00400000)
25 #define BCSR1_PCCVPP0 ((uint)0x00200000)
26 #define BCSR1_PCCVPP1 ((uint)0x00100000)
28 #define BCSR1_RS232EN_2 ((uint)0x00040000)
29 #define BCSR1_PCCVCC1 ((uint)0x00010000)
34 #define BCSR4_USB_VCC ((uint)0x02000000)
[all …]
H A Dmpc885ads.h22 #define BCSR1_ETHEN ((uint)0x20000000)
23 #define BCSR1_IRDAEN ((uint)0x10000000)
24 #define BCSR1_RS232EN_1 ((uint)0x01000000)
25 #define BCSR1_PCCEN ((uint)0x00800000)
26 #define BCSR1_PCCVCC0 ((uint)0x00400000)
27 #define BCSR1_PCCVPP0 ((uint)0x00200000)
28 #define BCSR1_PCCVPP1 ((uint)0x00100000)
30 #define BCSR1_RS232EN_2 ((uint)0x00040000)
31 #define BCSR1_PCCVCC1 ((uint)0x00010000)
36 #define BCSR4_USB_VCC ((uint)0x02000000)
[all …]
H A Dmicropatch.c43 static uint patch_2000[] __initdata = {
75 static uint patch_2f00[] __initdata = {
86 static uint patch_2e00[] __initdata = {};
101 static uint patch_2000[] __initdata = {
184 static uint patch_2f00[] __initdata = {
203 static uint patch_2e00[] __initdata = {
223 static uint patch_2000[] __initdata = {
229 static uint patch_2f00[] __initdata = {
233 static uint patch_2e00[] __initdata = {};
248 static uint patch_2000[] __initdata = {
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bit.c20 xfs_bitmap_empty(uint *map, uint size) in xfs_bitmap_empty()
22 uint i; in xfs_bitmap_empty()
37 xfs_contig_bits(uint *map, uint size, uint start_bit) in xfs_contig_bits()
39 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_contig_bits()
40 uint result = 0; in xfs_contig_bits()
41 uint tmp; in xfs_contig_bits()
76 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit()
78 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_next_bit()
79 uint result = start_bit & ~(NBWORD - 1); in xfs_next_bit()
80 uint tmp; in xfs_next_bit()
H A Dxfs_trans_resv.c36 STATIC uint
50 STATIC uint
52 uint nbufs, in xfs_calc_buf_res()
53 uint size) in xfs_calc_buf_res()
68 uint
73 uint blocks; in xfs_allocfree_block_count()
132 STATIC uint
154 STATIC uint
175 STATIC uint
200 STATIC uint
[all …]
H A Dxfs_bit.h67 extern int xfs_bitmap_empty(uint *map, uint size);
70 extern int xfs_contig_bits(uint *map, uint size, uint start_bit);
73 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_attr.h25 static uint lpfc_##name = defval;\
31 static uint lpfc_##name = defval;\
39 static uint lpfc_##name = defval;\
50 static uint lpfc_##name = defval;\
60 static uint lpfc_##name = defval;\
68 static uint lpfc_##name = defval;\
79 static uint lpfc_##name = defval;\
85 static uint lpfc_##name = defval;\
101 static uint lpfc_##name = defval;\
112 static uint lpfc_##name = defval;\
[all …]
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.h67 uint txavail; /* # free tx descriptors */
68 uint dmactrlflags; /* dma control flags */
71 uint rxgiants; /* rx giant frames */
72 uint rxnobuf; /* rx out of dma descriptors */
74 uint txnobuf; /* tx out of dma descriptors */
78 uint txregbase, uint rxregbase,
79 uint ntxd, uint nrxd,
80 uint rxbufsize, int rxextheadroom,
81 uint nrxpost, uint rxoffset);
112 static inline void dma_spin_for_len(uint len, struct sk_buff *head) in dma_spin_for_len()
H A Daiutils.h139 uint boardtype; /* board type */
140 uint boardvendor; /* board vendor */
141 uint chip; /* chip number */
142 uint chiprev; /* chip revision */
143 uint chippkg; /* chip package option */
172 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
196 static inline uint ai_get_boardtype(struct si_pub *sih) in ai_get_boardtype()
201 static inline uint ai_get_boardvendor(struct si_pub *sih) in ai_get_boardvendor()
206 static inline uint ai_get_chip_id(struct si_pub *sih) in ai_get_chip_id()
211 static inline uint ai_get_chiprev(struct si_pub *sih) in ai_get_chiprev()
[all …]
H A Dmain.h251 uint bandunit; /* bandstate[] index */
297 uint bandunit; /* bandstate[] index */
324 uint corerev; /* core revision */
347 uint now; /* # elapsed seconds */
348 uint _nbands; /* # bands supported */
477 uint qvalid;
485 uint ucode_rev;
501 uint filter_flags;
559 uint tempsense_lasttime;
622 uint *blocks);
[all …]
H A Ddma.c308 static uint xxd(uint x, uint n) in xxd()
313 static uint txd(struct dma_info *di, uint x) in txd()
318 static uint rxd(struct dma_info *di, uint x) in rxd()
323 static uint nexttxd(struct dma_info *di, uint i) in nexttxd()
328 static uint prevtxd(struct dma_info *di, uint i) in prevtxd()
333 static uint nextrxd(struct dma_info *di, uint i) in nextrxd()
338 static uint ntxdactive(struct dma_info *di, uint h, uint t) in ntxdactive()
343 static uint nrxdactive(struct dma_info *di, uint h, uint t) in nrxdactive()
348 static uint _dma_ctrlflags(struct dma_info *di, uint mask, uint flags) in _dma_ctrlflags()
549 uint txregbase, uint rxregbase, uint ntxd, uint nrxd, in dma_attach()
[all …]
H A Dpub.h112 uint count; /* number of rates in rates[] */
148 uint mac80211_state;
149 uint unit; /* device instance number */
150 uint corerev; /* core revision */
156 uint _nbands; /* # bands supported */
157 uint now; /* # elapsed seconds */
270 struct bcma_device *core, uint unit,
271 bool piomode, uint *perr);
272 uint brcms_c_detach(struct brcms_c_info *wlc);
274 uint brcms_c_down(struct brcms_c_info *wlc);
[all …]
/linux-6.15/arch/m68k/include/asm/
H A Dmac_iop.h141 uint iop_num; /* IOP number */
142 uint channel; /* channel number */
153 extern int iop_listen(uint, uint,
156 extern int iop_send_message(uint, uint, void *, uint, __u8 *,
159 extern void iop_upload_code(uint, __u8 *, uint, __u16);
160 extern void iop_download_code(uint, __u8 *, uint, __u16);
161 extern __u8 *iop_compare_code(uint, __u8 *, uint, __u16);
162 extern void iop_ism_irq_poll(uint);
/linux-6.15/fs/xfs/
H A Dxfs_buf_item.c72 uint offset, in xfs_buf_item_size_segment()
195 uint offset, in xfs_buf_item_copy_iovec()
197 uint nbits) in xfs_buf_item_copy_iovec()
210 uint offset, in xfs_buf_item_format_segment()
216 uint nbits; in xfs_buf_item_format_segment()
482 STATIC uint
816 uint last, in xfs_buf_item_log_segment()
817 uint *map) in xfs_buf_item_log_segment()
825 uint bit; in xfs_buf_item_log_segment()
827 uint mask; in xfs_buf_item_log_segment()
[all …]
H A Dxfs_mount.h181 uint m_blockmask; /* sb_blocksize-1 */
182 uint m_blockwsize; /* sb_blocksize in words */
187 uint m_bmap_dmxr[2]; /* max bmap btree records */
188 uint m_bmap_dmnr[2]; /* min bmap btree records */
189 uint m_rmap_mxr[2]; /* max rmap btree records */
190 uint m_rmap_mnr[2]; /* min rmap btree records */
193 uint m_refc_mxr[2]; /* max refc btree records */
194 uint m_refc_mnr[2]; /* min refc btree records */
206 uint m_alloc_set_aside; /* space we can't use */
207 uint m_ag_max_usable; /* max space per AG */
[all …]
/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec.h378 #define FEC_ENET_RXF_0 ((uint)0x02000000) /* Full frame received */
379 #define FEC_ENET_RXF_1 ((uint)0x00000002) /* Full frame received */
380 #define FEC_ENET_RXF_2 ((uint)0x00000020) /* Full frame received */
382 #define FEC_ENET_MII ((uint)0x00800000) /* MII interrupt */
383 #define FEC_ENET_EBERR ((uint)0x00400000) /* SDMA bus error */
384 #define FEC_ENET_WAKEUP ((uint)0x00020000) /* Wakeup request */
390 #define FEC_ENET_TS_AVAIL ((uint)0x00010000)
391 #define FEC_ENET_TS_TIMER ((uint)0x00008000)
396 #define FEC_ENET_TXC_DLY ((uint)0x00010000)
397 #define FEC_ENET_RXC_DLY ((uint)0x00020000)
[all …]
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h151 uint unit;
152 uint corerev;
155 uint chip;
156 uint chiprev;
157 uint chippkg;
158 uint sromrev;
159 uint boardtype;
160 uint boardrev;
207 void wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band,
209 u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band);
[all …]
H A Dphy_int.h233 uint table;
235 uint max;
472 uint unit;
474 uint corerev;
478 uint now;
481 uint chip;
482 uint chiprev;
483 uint chippkg;
484 uint sromrev;
505 uint phy_rev;
[all …]
/linux-6.15/include/sound/
H A Dhdmi-codec.h124 uint i2s:1;
125 uint no_i2s_playback:1;
126 uint no_i2s_capture:1;
127 uint spdif:1;
128 uint no_spdif_playback:1;
129 uint no_spdif_capture:1;
130 uint no_capture_mute:1;
/linux-6.15/arch/m68k/mac/
H A Dvia.c270 (uint) via1[vDirA], (uint) via1[vDirB], (uint) via1[vACR]); in via_debug_dump()
272 (uint) via1[vPCR], (uint) via1[vIFR], (uint) via1[vIER]); in via_debug_dump()
277 (uint) via2[rIFR], (uint) via2[rIER]); in via_debug_dump()
279 (uint) via2[rSIFR], (uint) via2[rSIER]); in via_debug_dump()
282 (uint) via2[vDirA], (uint) via2[vDirB], in via_debug_dump()
283 (uint) via2[vACR]); in via_debug_dump()
285 (uint) via2[vPCR], in via_debug_dump()
286 (uint) via2[vIFR], (uint) via2[vIER]); in via_debug_dump()
H A Diop.c310 int iop_listen(uint iop_num, uint chan, in iop_listen()
378 static void iop_handle_send(uint iop_num, uint chan) in iop_handle_send()
409 static void iop_handle_recv(uint iop_num, uint chan) in iop_handle_recv()
450 int iop_send_message(uint iop_num, uint chan, void *privdata, in iop_send_message()
451 uint msg_len, __u8 *msg_data, in iop_send_message()
486 void iop_upload_code(uint iop_num, __u8 *code_start, in iop_upload_code()
487 uint code_len, __u16 shared_ram_start) in iop_upload_code()
503 uint code_len, __u16 shared_ram_start) in iop_download_code()
521 uint code_len, __u16 shared_ram_start) in iop_compare_code()
542 uint iop_num = (uint) dev_id; in iop_ism_irq()
[all …]
/linux-6.15/drivers/net/fddi/
H A Ddefza.h752 uint state; /* adapter expected state */
755 uint int_mask; /* interrupt source selector */
773 uint irq_count_rx_poll; /* host receive irqs */
774 uint irq_count_tx_done; /* transmit done irqs */
775 uint irq_count_cmd_done; /* command done irqs */
779 uint t_max; /* T_MAX */
780 uint t_req; /* T_REQ */
781 uint tvx; /* TVX */
782 uint lem_threshold; /* LEM threshold */
783 uint station_id[2]; /* station ID */
[all …]

12345678910>>...38