Searched refs:bb_ctrl (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
D | ax88796.c | 81 struct mdiobb_ctrl bb_ctrl; member 402 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_mdc() 414 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_dir() 426 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_set_data() 438 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_get_data() 459 ax->bb_ctrl.ops = &bb_ops; in ax_mii_init() 461 ax->mii_bus = alloc_mdio_bitbang(&ax->bb_ctrl); in ax_mii_init()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-etm4x.h | 265 u32 bb_ctrl; member
|
D | coresight-etm4x-sysfs.c | 674 val = config->bb_ctrl; in bb_ctrl_show() 701 config->bb_ctrl = val & GENMASK(8, 0); in bb_ctrl_store() 704 static DEVICE_ATTR_RW(bb_ctrl);
|
D | coresight-etm4x-core.c | 139 writel_relaxed(config->bb_ctrl, drvdata->base + TRCBBCTLR); in etm4_enable_hw()
|
/kernel/linux/linux-5.10/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 301 :File: ``bb_ctrl`` (rw)
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 131 What: /sys/bus/coresight/devices/etm<N>/bb_ctrl
|