Home
last modified time | relevance | path

Searched full:uint (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/linux-6.12.1/arch/powerpc/include/asm/
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;
37 uint pcmc_pbr0;
[all …]
Dcpm1.h52 extern void cpm_setbrg(uint brg, uint rate);
60 #define PROFF_SCC1 ((uint)0x0000)
61 #define PROFF_IIC ((uint)0x0080)
62 #define PROFF_SCC2 ((uint)0x0100)
63 #define PROFF_SPI ((uint)0x0180)
64 #define PROFF_SCC3 ((uint)0x0200)
65 #define PROFF_SMC1 ((uint)0x0280)
66 #define PROFF_DSP1 ((uint)0x02c0)
67 #define PROFF_SCC4 ((uint)0x0300)
68 #define PROFF_SMC2 ((uint)0x0380)
[all …]
Dcpm2.h20 #define CPM_CR_RST ((uint)0x80000000)
21 #define CPM_CR_PAGE ((uint)0x7c000000)
22 #define CPM_CR_SBLOCK ((uint)0x03e00000)
23 #define CPM_CR_FLG ((uint)0x00010000)
24 #define CPM_CR_MCN ((uint)0x00003fc0)
25 #define CPM_CR_OPCODE ((uint)0x0000000f)
94 #define CPM_BRG_RST ((uint)0x00020000)
95 #define CPM_BRG_EN ((uint)0x00010000)
96 #define CPM_BRG_EXTC_INT ((uint)0x00000000)
97 #define CPM_BRG_EXTC_CLK3_9 ((uint)0x00004000)
[all …]
/linux-6.12.1/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.h21 uint oid_rt_get_signal_quality_hdl(
23 uint oid_rt_get_small_packet_crc_hdl(
25 uint oid_rt_get_middle_packet_crc_hdl(
27 uint oid_rt_get_large_packet_crc_hdl(
29 uint oid_rt_get_tx_retry_hdl(
31 uint oid_rt_get_rx_retry_hdl(
33 uint oid_rt_get_rx_total_packet_hdl(
35 uint oid_rt_get_tx_beacon_ok_hdl(
37 uint oid_rt_get_tx_beacon_err_hdl(
39 uint oid_rt_get_rx_icv_err_hdl(
[all …]
Drtl871x_mp_ioctl.h37 uint offset;
38 uint width;
44 uint offset;
55 uint offset;
56 uint len;
75 uint oid_rt_pro_read_register_hdl(struct oid_par_priv *poid_par_priv);
76 uint oid_rt_pro_write_register_hdl(struct oid_par_priv *poid_par_priv);
78 uint oid_rt_pro_set_data_rate_hdl(
80 uint oid_rt_pro_start_test_hdl(struct oid_par_priv *poid_par_priv);
81 uint oid_rt_pro_stop_test_hdl(struct oid_par_priv *poid_par_priv);
[all …]
Drtl871x_ioctl_rtl.c31 uint oid_rt_get_signal_quality_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_signal_quality_hdl()
38 uint oid_rt_get_small_packet_crc_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_small_packet_crc_hdl()
54 uint oid_rt_get_middle_packet_crc_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_middle_packet_crc_hdl()
70 uint oid_rt_get_large_packet_crc_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_large_packet_crc_hdl()
86 uint oid_rt_get_tx_retry_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_tx_retry_hdl()
93 uint oid_rt_get_rx_retry_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_rx_retry_hdl()
101 uint oid_rt_get_rx_total_packet_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_rx_total_packet_hdl()
118 uint oid_rt_get_tx_beacon_ok_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_tx_beacon_ok_hdl()
125 uint oid_rt_get_tx_beacon_err_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_tx_beacon_err_hdl()
132 uint oid_rt_get_rx_icv_err_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_get_rx_icv_err_hdl()
[all …]
Drtl871x_mp_ioctl.c24 uint oid_null_function(struct oid_par_priv *poid_par_priv) in oid_null_function()
29 uint oid_rt_wireless_mode_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_wireless_mode_hdl()
31 uint status = RNDIS_STATUS_SUCCESS; in oid_rt_wireless_mode_hdl()
56 uint oid_rt_pro_write_bb_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_write_bb_reg_hdl()
77 uint oid_rt_pro_read_bb_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_read_bb_reg_hdl()
99 uint oid_rt_pro_write_rf_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_write_rf_reg_hdl()
122 uint oid_rt_pro_read_rf_reg_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_read_rf_reg_hdl()
239 uint oid_rt_pro_set_data_rate_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_set_data_rate_hdl()
257 uint oid_rt_pro_start_test_hdl(struct oid_par_priv *poid_par_priv) in oid_rt_pro_start_test_hdl()
261 uint status = RNDIS_STATUS_SUCCESS; in oid_rt_pro_start_test_hdl()
[all …]
Drtl871x_recv.h86 uint free_recvframe_cnt;
88 uint rx_bytes;
89 uint rx_pkts;
90 uint rx_drop;
91 uint rx_icv_err;
92 uint rx_largepacket_crcerr;
93 uint rx_smallpacket_crcerr;
94 uint rx_middlepacket_crcerr;
96 uint ff_hwaddr;
118 uint sta_rx_bytes;
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/registers/display/
Dmdp5.xml14 <bitfield name="STEP" low="0" high="15" type="uint"/>
15 <bitfield name="MINOR" low="16" high="27" type="uint"/>
16 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
142 <bitfield name="CLIENT0" low="0" high="7" type="uint"/>
143 <bitfield name="CLIENT1" low="8" high="15" type="uint"/>
144 <bitfield name="CLIENT2" low="16" high="23" type="uint"/>
148 <bitfield name="STEP" low="0" high="15" type="uint"/>
149 <bitfield name="MINOR" low="16" high="27" type="uint"/>
150 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
222 <bitfield name="VIG0" low="0" high="2" type="uint"/>
[all …]
Ddsi.xml89 <bitfield name="MAJOR" low="28" high="31" type="uint"/>
90 <bitfield name="MINOR" low="16" high="27" type="uint"/>
91 <bitfield name="STEP" low="0" high="15" type="uint"/>
144 <bitfield name="VIRT_CHANNEL" low="0" high="1" type="uint"/> <!-- always zero? -->
162 <bitfield name="START" low="0" high="11" type="uint"/>
163 <bitfield name="END" low="16" high="27" type="uint"/>
166 <bitfield name="START" low="0" high="11" type="uint"/>
167 <bitfield name="END" low="16" high="27" type="uint"/>
170 <bitfield name="H_TOTAL" low="0" high="11" type="uint"/>
171 <bitfield name="V_TOTAL" low="16" high="27" type="uint"/>
[all …]
Ddsi_phy_28nm.xml31 <bitfield name="CLK_ZERO" low="0" high="7" type="uint"/>
34 <bitfield name="CLK_TRAIL" low="0" high="7" type="uint"/>
37 <bitfield name="CLK_PREPARE" low="0" high="7" type="uint"/>
43 <bitfield name="HS_EXIT" low="0" high="7" type="uint"/>
46 <bitfield name="HS_ZERO" low="0" high="7" type="uint"/>
49 <bitfield name="HS_PREPARE" low="0" high="7" type="uint"/>
52 <bitfield name="HS_TRAIL" low="0" high="7" type="uint"/>
55 <bitfield name="HS_RQST" low="0" high="7" type="uint"/>
58 <bitfield name="TA_GO" low="0" high="2" type="uint"/>
59 <bitfield name="TA_SURE" low="4" high="6" type="uint"/>
[all …]
Ddsi_phy_20nm.xml31 <bitfield name="CLK_ZERO" low="0" high="7" type="uint"/>
34 <bitfield name="CLK_TRAIL" low="0" high="7" type="uint"/>
37 <bitfield name="CLK_PREPARE" low="0" high="7" type="uint"/>
43 <bitfield name="HS_EXIT" low="0" high="7" type="uint"/>
46 <bitfield name="HS_ZERO" low="0" high="7" type="uint"/>
49 <bitfield name="HS_PREPARE" low="0" high="7" type="uint"/>
52 <bitfield name="HS_TRAIL" low="0" high="7" type="uint"/>
55 <bitfield name="HS_RQST" low="0" high="7" type="uint"/>
58 <bitfield name="TA_GO" low="0" high="2" type="uint"/>
59 <bitfield name="TA_SURE" low="4" high="6" type="uint"/>
[all …]
Dmdp4.xml108 <bitfield name="MINOR" low="16" high="23" type="uint"/>
109 <bitfield name="MAJOR" low="24" high="31" type="uint"/>
159 <reg32 offset="0x0010" name="STRIDE" type="uint"/>
240 <reg32 offset="0x000c" name="SRC_STRIDE" type="uint"/>
245 <bitfield name="WIDTH" low="0" high="6" type="uint"/>
246 <bitfield name="HEIGHT" low="16" high="22" type="uint"/>
250 <bitfield name="X" low="0" high="15" type="uint"/>
251 <bitfield name="Y" low="16" high="31" type="uint"/>
296 <bitfield name="P0" low="0" high="15" type="uint"/>
297 <bitfield name="P1" low="16" high="31" type="uint"/>
[all …]
Ddsi_phy_14nm.xml13 <bitfield name="DIV_CTRL_3_0" low="4" high="7" type="uint"/>
14 <bitfield name="DIV_CTRL_7_4" low="4" high="7" type="uint"/>
38 <bitfield name="VREG_CTRL" low="0" high="5" type="uint"/>
45 <bitfield name="PREPARE_DLY" low="6" high="7" type="uint"/>
55 <bitfield name="HS_EXIT" low="0" high="7" type="uint"/>
58 <bitfield name="HS_ZERO" low="0" high="7" type="uint"/>
61 <bitfield name="HS_PREPARE" low="0" high="7" type="uint"/>
64 <bitfield name="HS_TRAIL" low="0" high="7" type="uint"/>
67 <bitfield name="HS_RQST" low="0" high="7" type="uint"/>
70 <bitfield name="TA_GO" low="0" high="2" type="uint"/>
[all …]
/linux-6.12.1/arch/powerpc/platforms/8xx/
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)
34 #define BCSR4_ETH10_RST ((uint)0x80000000) /* 10Base-T PHY reset*/
[all …]
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)
32 #define BCSR4_ETH10_RST ((uint)0x80000000) /* 10Base-T PHY reset*/
[all …]
/linux-6.12.1/Documentation/netlink/specs/
Dnetdev.yaml123 type: uint
141 type: uint
147 type: uint
155 type: uint
160 type: uint
195 type: uint
199 type: uint
202 type: uint
205 type: uint
208 type: uint
[all …]
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_attr.h25 static uint lpfc_##name = defval;\
26 module_param(lpfc_##name, uint, S_IRUGO);\
31 static uint lpfc_##name = defval;\
32 module_param(lpfc_##name, uint, S_IRUGO);\
39 static uint lpfc_##name = defval;\
40 module_param(lpfc_##name, uint, S_IRUGO);\
50 static uint lpfc_##name = defval;\
51 module_param(lpfc_##name, uint, 0444);\
60 static uint lpfc_##name = defval;\
61 module_param(lpfc_##name, uint, S_IRUGO);\
[all …]
/linux-6.12.1/fs/xfs/libxfs/
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()
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
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;
485 uint boardtype;
[all …]
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 …]
/linux-6.12.1/drivers/gpu/drm/msm/registers/adreno/
Dadreno_common.xml101 <bitfield name="X" low="0" high="14" type="uint"/>
102 <bitfield name="Y" low="16" high="30" type="uint"/>
125 <bitfield name="SWAP" low="0" high="1" type="uint"/>
128 <reg32 offset="0x01c4" name="CP_RB_RPTR" type="uint"/>
129 <reg32 offset="0x01c5" name="CP_RB_WPTR" type="uint"/>
134 <bitfield name="CSQ_IB1_START" low="0" high="3" type="uint"/>
135 <bitfield name="CSQ_IB2_START" low="8" high="11" type="uint"/>
136 <bitfield name="CSQ_ST_START" low="16" high="19" type="uint"/>
139 <bitfield name="MEQ_END" low="16" high="20" type="uint"/>
140 <bitfield name="ROQ_END" low="24" high="28" type="uint"/>
[all …]
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
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);
113 static inline void dma_spin_for_len(uint len, struct sk_buff *head) in dma_spin_for_len()
Ddma.c222 uint d64txregbase;
224 uint d64rxregbase;
265 uint rxextrahdrroom; /* extra rx headroom, reverseved to assist upper
272 uint nrxpost; /* # rx buffers to keep posted */
275 uint ddoffsetlow;
277 uint ddoffsethigh;
279 uint dataoffsetlow;
281 uint dataoffsethigh;
308 static uint xxd(uint x, uint n) in xxd()
313 static uint txd(struct dma_info *di, uint x) in txd()
[all …]
/linux-6.12.1/arch/m68k/include/asm/
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);

12345678910>>...41