Searched refs:bb_ctrl (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/8390/ ! |
D | ax88796.c | 81 struct mdiobb_ctrl bb_ctrl; member 409 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_mdc() 421 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_dir() 433 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_set_data() 445 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_get_data() 466 ax->bb_ctrl.ops = &bb_ops; in ax_mii_init() 468 ax->mii_bus = alloc_mdio_bitbang(&ax->bb_ctrl); in ax_mii_init()
|
/linux-5.19.10/drivers/hwtracing/coresight/ ! |
D | coresight-etm4x-cfg.c | 63 CHECKREG(TRCBBCTLR, bb_ctrl); in etm4_cfg_map_reg_offset()
|
D | coresight-etm4x-sysfs.c | 686 val = config->bb_ctrl; in bb_ctrl_show() 713 config->bb_ctrl = val & (TRCBBCTLR_MODE | TRCBBCTLR_RANGE_MASK); in bb_ctrl_store() 716 static DEVICE_ATTR_RW(bb_ctrl);
|
D | coresight-etm4x.h | 859 u32 bb_ctrl; member
|
D | coresight-etm4x-core.c | 418 etm4x_relaxed_write32(csa, config->bb_ctrl, TRCBBCTLR); in etm4_enable_hw()
|
/linux-5.19.10/Documentation/trace/coresight/ ! |
D | coresight-etm4x-reference.rst | 301 :File: ``bb_ctrl`` (rw)
|
/linux-5.19.10/Documentation/ABI/testing/ ! |
D | sysfs-bus-coresight-devices-etm4x | 131 What: /sys/bus/coresight/devices/etm<N>/bb_ctrl
|