Home
last modified time | relevance | path

Searched refs:CRA (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h14 #define CRA(blk,sub,adr) ((((blk) & 0x7) << 13) | (((sub) & 0xf) << 9) | (((adr) & 0xff) << 1)) macro
17 #define REG_CHIP_ID CRA(0x7,0xf,0x00) /* Chip ID */
18 #define REG_BLADE_ID CRA(0x7,0xf,0x01) /* Blade ID */
19 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */
20 #define REG_MEM_BIST CRA(0x7,0xf,0x04) /* mem */
21 #define REG_IFACE_MODE CRA(0x7,0xf,0x07) /* Interface mode */
22 #define REG_MSCH CRA(0x7,0x2,0x06) /* CRC error count */
23 #define REG_CRC_CNT CRA(0x7,0x2,0x0a) /* CRC error count */
24 #define REG_CRC_CFG CRA(0x7,0x2,0x0b) /* CRC config */
25 #define REG_SI_TRANSFER_SEL CRA(0x7,0xf,0x18) /* SI Transfer Select */
[all …]
Dvsc7326.c563 vsc_write(mac->adapter, CRA(4, port, i), 0); in mac_disable()
623 rmon_update(mac, CRA(0x4, port, p->reg), stats + p->offset); in port_stats_update()
/linux-5.19.10/Documentation/devicetree/bindings/pci/
Daltera-pcie.txt5 - reg: a list of physical base address and length for TXS and CRA.
/linux-5.19.10/sound/soc/sh/
Dfsi.c106 #define CRA (1 << 0) macro
1192 u32 clk = fsi_is_port_a(fsi) ? CRA : CRB; in fsi_pio_start_stop()
1358 u32 clk = fsi_is_port_a(fsi) ? CRA : CRB; in fsi_dma_push_start_stop()
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst2542 - Use CRA (Clean Random Access Unit) picture encoding.
2553 This specifies the number of I pictures between two CRA/IDR pictures.