Searched refs:bb_ctrl (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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-v5.15/drivers/hwtracing/coresight/ | 
| D | coresight-etm4x-cfg.c | 63 			CHECKREG(TRCBBCTLR, bb_ctrl);  in etm4_cfg_map_reg_offset()
  | 
| D | coresight-etm4x-sysfs.c | 677 	val = config->bb_ctrl;  in bb_ctrl_show() 704 	config->bb_ctrl = val & GENMASK(8, 0);  in bb_ctrl_store() 707 static DEVICE_ATTR_RW(bb_ctrl);
  | 
| D | coresight-etm4x.h | 774 	u32				bb_ctrl;  member
  | 
| D | coresight-etm4x-core.c | 378 	etm4x_relaxed_write32(csa, config->bb_ctrl, TRCBBCTLR);  in etm4_enable_hw()
  | 
| /Linux-v5.15/Documentation/trace/coresight/ | 
| D | coresight-etm4x-reference.rst | 301 :File:            ``bb_ctrl`` (rw)
  | 
| /Linux-v5.15/Documentation/ABI/testing/ | 
| D | sysfs-bus-coresight-devices-etm4x | 131 What:		/sys/bus/coresight/devices/etm<N>/bb_ctrl
  |