Home
last modified time | relevance | path

Searched refs:shared_res (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H A Ddev-enet.c46 static struct resource shared_res[] = { variable
67 .num_resources = ARRAY_SIZE(shared_res),
68 .resource = shared_res,
180 shared_res[0].start = bcm63xx_regset_address(RSET_ENETDMA); in register_shared()
181 shared_res[0].end = shared_res[0].start; in register_shared()
183 shared_res[0].end += (RSET_6345_ENETDMA_SIZE) - 1; in register_shared()
185 shared_res[0].end += (RSET_ENETDMA_SIZE) - 1; in register_shared()
194 shared_res[1].start = bcm63xx_regset_address(RSET_ENETDMAC); in register_shared()
195 shared_res[ in register_shared()
[all...]
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Ddev-enet.c46 static struct resource shared_res[] = { variable
67 .num_resources = ARRAY_SIZE(shared_res),
68 .resource = shared_res,
180 shared_res[0].start = bcm63xx_regset_address(RSET_ENETDMA); in register_shared()
181 shared_res[0].end = shared_res[0].start; in register_shared()
183 shared_res[0].end += (RSET_6345_ENETDMA_SIZE) - 1; in register_shared()
185 shared_res[0].end += (RSET_ENETDMA_SIZE) - 1; in register_shared()
194 shared_res[1].start = bcm63xx_regset_address(RSET_ENETDMAC); in register_shared()
195 shared_res[ in register_shared()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c403 struct mlxbf_i2c_resource *shared_res[MLXBF_I2C_SHARED_RES_MAX]; member
1060 res = chip->shared_res[res_idx]; in mlxbf_i2c_get_shared_resource()
2203 .shared_res = {
2214 .shared_res = {
2223 .shared_res = {
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c419 struct mlxbf_i2c_resource *shared_res[MLXBF_I2C_SHARED_RES_MAX]; member
1035 res = chip->shared_res[res_idx]; in mlxbf_i2c_get_shared_resource()
2204 .shared_res = {
2213 .shared_res = {

Completed in 8 milliseconds