Home
last modified time | relevance | path

Searched +full:0 +full:xbfc (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/soc/fsl/
Dfsl,bman.yaml34 registers which are located at offsets 0xbf8 and 0xbfc
78 reg = <0x31a000 0x1000>;
80 fsl,liodn = <0x17>;
Dfsl,qman.yaml35 registers which are located at offsets 0xbf8 and 0xbfc
87 reg = <0x318000 0x1000>;
89 fsl,liodn = <0x16>;
/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_common.h25 #define OTX2_CPT_INVALID_CRYPTO_ENG_GRP 0xFF
30 #define CN10K_MBOX 0
42 /* Take mbox id from end of CPT mbox range in AF (range 0xA00 - 0xBFF) */
43 #define MBOX_MSG_RX_INLINE_IPSEC_LF_CFG 0xBFE
44 #define MBOX_MSG_GET_ENG_GRP_NUM 0xBFF
45 #define MBOX_MSG_GET_CAPS 0xBFD
46 #define MBOX_MSG_GET_KVF_LIMITS 0xBFC
163 ((pdev->revision & 0xFF) == 4 || (pdev->revision & 0xFF) == 0x50 || in is_dev_cn10ka_ax()
164 (pdev->revision & 0xff) == 0x51)) in is_dev_cn10ka_ax()
178 (pdev->revision & 0xFF) == 0x54) in is_dev_cn10ka_b0()
/linux-6.12.1/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-regmap.c60 case MCP251XFD_REG_FLTCON(0): in mcp251xfd_update_bits_read_reg()
76 WARN(1, "Status of reg 0x%04x unknown.\n", reg); in mcp251xfd_update_bits_read_reg()
90 __le32 orig_le32 = 0, mask_le32, val_le32, tmp_le32; in mcp251xfd_regmap_nocrc_update_bits()
98 mask == 0) in mcp251xfd_regmap_nocrc_update_bits()
110 spi_message_add_tail(&xfer[0], &msg); in mcp251xfd_regmap_nocrc_update_bits()
113 xfer[0].tx_buf = buf_tx; in mcp251xfd_regmap_nocrc_update_bits()
114 xfer[0].len = sizeof(buf_tx->cmd); in mcp251xfd_regmap_nocrc_update_bits()
120 xfer[0].tx_buf = buf_tx; in mcp251xfd_regmap_nocrc_update_bits()
121 xfer[0].rx_buf = buf_rx; in mcp251xfd_regmap_nocrc_update_bits()
122 xfer[0].len = sizeof(buf_tx->cmd) + len; in mcp251xfd_regmap_nocrc_update_bits()
[all …]
/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu-sun50i-a100.c31 #define SUN50I_A100_PLL_PERIPH1_PATTERN0 0xd1303333
41 * testing", so it's not modelled and then force to 0.
43 #define SUN50I_A100_PLL_CPUX_REG 0x000
49 .reg = 0x000,
57 #define SUN50I_A100_PLL_DDR0_REG 0x010
63 .p = _SUNXI_CCU_DIV(0, 1), /* output divider */
65 .reg = 0x010,
73 #define SUN50I_A100_PLL_PERIPH0_REG 0x020
79 .p = _SUNXI_CCU_DIV(0, 1), /* output divider */
82 .reg = 0x020,
[all …]
Dccu-sun20i-d1.c34 * in the user manual. So it's not modelled and forced to 0.
36 #define SUN20I_D1_PLL_CPUX_REG 0x000
42 .reg = 0x000,
50 #define SUN20I_D1_PLL_DDR0_REG 0x010
56 .p = _SUNXI_CCU_DIV(0, 1), /* output divider */
58 .reg = 0x010,
65 #define SUN20I_D1_PLL_PERIPH0_REG 0x020
72 .reg = 0x020,
83 pll_periph0_4x_hws, 0x020, 16, 3, 0);
85 pll_periph0_4x_hws, 0x020, 20, 3, 0);
[all …]
/linux-6.12.1/drivers/usb/gadget/udc/
Dfusb300_udc.h16 #define FUSB300_OFFSET_GCR 0x00
17 #define FUSB300_OFFSET_GTM 0x04
18 #define FUSB300_OFFSET_DAR 0x08
19 #define FUSB300_OFFSET_CSR 0x0C
20 #define FUSB300_OFFSET_CXPORT 0x10
21 #define FUSB300_OFFSET_EPSET0(n) (0x20 + (n - 1) * 0x30)
22 #define FUSB300_OFFSET_EPSET1(n) (0x24 + (n - 1) * 0x30)
23 #define FUSB300_OFFSET_EPSET2(n) (0x28 + (n - 1) * 0x30)
24 #define FUSB300_OFFSET_EPFFR(n) (0x2c + (n - 1) * 0x30)
25 #define FUSB300_OFFSET_EPSTRID(n) (0x40 + (n - 1) * 0x30)
[all …]