Searched refs:blkid (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/soc/nps/ |
D | common.h | 131 blkid:6, reg:8, __reserved:2; member 140 u32 base:7, blkid:11, reg:12, __reserved:2; member 146 static inline void *nps_host_reg_non_cl(u32 blkid, u32 reg) in nps_host_reg_non_cl() argument 151 reg_address.blkid = blkid; in nps_host_reg_non_cl() 157 static inline void *nps_host_reg(u32 cpu, u32 blkid, u32 reg) in nps_host_reg() argument 165 reg_address.blkid = blkid; in nps_host_reg()
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu.c | 415 int blkid; in rvu_check_block_implemented() local 419 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_check_block_implemented() 420 block = &hw->block[blkid]; in rvu_check_block_implemented() 421 cfg = rvupf_read64(rvu, RVU_PF_BLOCK_ADDRX_DISC(blkid)); in rvu_check_block_implemented() 764 int blkid, err; in rvu_setup_hw_resources() local 921 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_setup_hw_resources() 922 block = &hw->block[blkid]; in rvu_setup_hw_resources() 1129 int blkid; in rvu_detach_rsrcs() local 1140 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_detach_rsrcs() 1141 block = &hw->block[blkid]; in rvu_detach_rsrcs() [all …]
|
/Linux-v5.10/sound/soc/qcom/qdsp6/ |
D | q6afe-clocks.c | 25 #define Q6AFE_VOTE_CLK(id, blkid, n) &(struct q6afe_clk) { \ argument 27 .afe_clk_id = blkid, \
|
/Linux-v5.10/Documentation/driver-api/md/ |
D | md-cluster.rst | 267 using blkid -t SUB_UUID=""
|