Searched refs:alu (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/drivers/net/dsa/microchip/ |
| D | ksz_common.c | 235 struct alu_struct alu; in ksz_port_fdb_dump() local 238 alu.is_static = false; in ksz_port_fdb_dump() 239 ret = dev->dev_ops->r_dyn_mac_table(dev, i, alu.mac, &fid, in ksz_port_fdb_dump() 243 ret = cb(alu.mac, alu.fid, alu.is_static, data); in ksz_port_fdb_dump() 268 struct alu_struct alu; in ksz_port_mdb_add() local 272 alu.port_forward = 0; in ksz_port_mdb_add() 274 if (!dev->dev_ops->r_sta_mac_table(dev, index, &alu)) { in ksz_port_mdb_add() 276 if (!memcmp(alu.mac, mdb->addr, ETH_ALEN) && in ksz_port_mdb_add() 277 alu.fid == mdb->vid) in ksz_port_mdb_add() 292 memset(&alu, 0, sizeof(alu)); in ksz_port_mdb_add() [all …]
|
| D | ksz8795.c | 345 struct alu_struct *alu) in ksz8795_r_sta_mac_table() argument 354 alu->mac[5] = (u8)data_lo; in ksz8795_r_sta_mac_table() 355 alu->mac[4] = (u8)(data_lo >> 8); in ksz8795_r_sta_mac_table() 356 alu->mac[3] = (u8)(data_lo >> 16); in ksz8795_r_sta_mac_table() 357 alu->mac[2] = (u8)(data_lo >> 24); in ksz8795_r_sta_mac_table() 358 alu->mac[1] = (u8)data_hi; in ksz8795_r_sta_mac_table() 359 alu->mac[0] = (u8)(data_hi >> 8); in ksz8795_r_sta_mac_table() 360 alu->port_forward = (data_hi & STATIC_MAC_TABLE_FWD_PORTS) >> in ksz8795_r_sta_mac_table() 362 alu->is_override = in ksz8795_r_sta_mac_table() 365 alu->is_use_fid = (data_hi & STATIC_MAC_TABLE_USE_FID) ? 1 : 0; in ksz8795_r_sta_mac_table() [all …]
|
| D | ksz9477.c | 712 static void ksz9477_convert_alu(struct alu_struct *alu, u32 *alu_table) in ksz9477_convert_alu() argument 714 alu->is_static = !!(alu_table[0] & ALU_V_STATIC_VALID); in ksz9477_convert_alu() 715 alu->is_src_filter = !!(alu_table[0] & ALU_V_SRC_FILTER); in ksz9477_convert_alu() 716 alu->is_dst_filter = !!(alu_table[0] & ALU_V_DST_FILTER); in ksz9477_convert_alu() 717 alu->prio_age = (alu_table[0] >> ALU_V_PRIO_AGE_CNT_S) & in ksz9477_convert_alu() 719 alu->mstp = alu_table[0] & ALU_V_MSTP_M; in ksz9477_convert_alu() 721 alu->is_override = !!(alu_table[1] & ALU_V_OVERRIDE); in ksz9477_convert_alu() 722 alu->is_use_fid = !!(alu_table[1] & ALU_V_USE_FID); in ksz9477_convert_alu() 723 alu->port_forward = alu_table[1] & ALU_V_PORT_MAP; in ksz9477_convert_alu() 725 alu->fid = (alu_table[2] >> ALU_V_FID_S) & ALU_V_FID_M; in ksz9477_convert_alu() [all …]
|
| D | ksz_common.h | 127 struct alu_struct *alu); 129 struct alu_struct *alu);
|
| /Linux-v5.10/arch/arm/probes/uprobes/ |
| D | core.h | 24 const struct decode_header *d, bool alu);
|
| D | actions-arm.c | 130 const struct decode_header *d, bool alu) in decode_wb_pc() argument 137 auprobe->posthandler = alu ? uprobe_aluwrite_pc in decode_wb_pc()
|
| /Linux-v5.10/drivers/video/fbdev/ |
| D | cg6.c | 214 u32 alu; member 332 sbus_writel(0xea80ff00, &fbc->alu); in cg6_fillrect() 370 sbus_writel(0xe880cccc, &fbc->alu); in cg6_copyarea() 415 sbus_writel(0xe880fc30, &fbc->alu); in cg6_imageblit()
|
| /Linux-v5.10/Documentation/networking/ |
| D | filter.rst | 208 The instruction set consists of load, store, branch, alu, miscellaneous
|