/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci.c | 2235 int bus_off, i, j, ret; in spapr_dt_phb() local 2279 _FDT(bus_off = fdt_add_subnode(fdt, 0, phb->dtbusname)); in spapr_dt_phb() 2281 *node_offset = bus_off; in spapr_dt_phb() 2285 _FDT(fdt_setprop_string(fdt, bus_off, "device_type", "pci")); in spapr_dt_phb() 2286 _FDT(fdt_setprop_string(fdt, bus_off, "compatible", "IBM,Logical_PHB")); in spapr_dt_phb() 2287 _FDT(fdt_setprop_cell(fdt, bus_off, "#interrupt-cells", 0x1)); in spapr_dt_phb() 2288 _FDT(fdt_setprop(fdt, bus_off, "used-by-rtas", NULL, 0)); in spapr_dt_phb() 2289 _FDT(fdt_setprop(fdt, bus_off, "bus-range", &bus_range, sizeof(bus_range))); in spapr_dt_phb() 2290 _FDT(fdt_setprop(fdt, bus_off, "ranges", &ranges, sizeof_ranges)); in spapr_dt_phb() 2291 _FDT(fdt_setprop(fdt, bus_off, "reg", &bus_reg, sizeof(bus_reg))); in spapr_dt_phb() [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | aha1542.c | 44 static int bus_off[MAXBOARDS] = { -1, -1, -1, -1 }; /* power-on default: 4us */ variable 45 module_param_array(bus_off, int, NULL, 0); 46 MODULE_PARM_DESC(bus_off, "bus off time [us] (1-64, default=-1 [HW default: 4])"); 707 static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) in aha1542_set_bus_times() argument 717 if (bus_off > 0) { in aha1542_set_bus_times() 718 u8 offcmd[] = { CMD_BUSOFF_TIME, clamp(bus_off, 1, 64) }; in aha1542_set_bus_times() 768 aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]); in aha1542_hw_init()
|
/openbmc/linux/include/uapi/linux/can/ |
H A D | netlink.h | 114 __u32 bus_off; /* Changes to bus off state */ member
|
/openbmc/linux/drivers/pci/ |
H A D | p2pdma.c | 1023 state->bus_off = to_p2p_pgmap(state->pgmap)->bus_offset; in pci_p2pdma_map_segment() 1027 sg->dma_address = sg_phys(sg) + state->bus_off; in pci_p2pdma_map_segment()
|
/openbmc/linux/drivers/net/can/dev/ |
H A D | dev.c | 35 priv->can_stats.bus_off++; in can_update_state_error_stats()
|
/openbmc/linux/include/linux/ |
H A D | dma-map-ops.h | 496 u64 bus_off; member
|
/openbmc/linux/drivers/net/can/peak_canfd/ |
H A D | peak_canfd.c | 367 priv->can.can_stats.bus_off++; in pucan_handle_status()
|
/openbmc/linux/drivers/net/can/ |
H A D | can327.c | 293 elm->can.can_stats.bus_off++; in can327_uart_side_failure()
|
H A D | at91_can.c | 956 priv->can.can_stats.bus_off++; in at91_irq_err_state()
|
H A D | xilinx_can.c | 1038 priv->can.can_stats.bus_off++; in xcan_err_interrupt()
|
H A D | grcan.c | 634 priv->can.can_stats.bus_off++; in grcan_err()
|
H A D | janz-ican3.c | 1116 mod->can.can_stats.bus_off++; in ican3_handle_cevtind()
|
/openbmc/linux/drivers/net/can/cc770/ |
H A D | cc770.c | 526 priv->can.can_stats.bus_off++; in cc770_err()
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | usb_8dev.c | 367 priv->can.can_stats.bus_off++; in usb_8dev_rx_err_msg()
|
H A D | ems_usb.c | 347 dev->can.can_stats.bus_off++; in ems_usb_rx_err()
|
H A D | ucan.c | 545 can_stats->bus_off++; in ucan_handle_error_frame()
|
H A D | gs_usb.c | 501 can_stats->bus_off++; in gs_update_state()
|
/openbmc/linux/drivers/net/can/rcar/ |
H A D | rcar_can.c | 333 priv->can.can_stats.bus_off++; in rcar_can_error()
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_pro.c | 636 dev->can.can_stats.bus_off++; in pcan_usb_pro_handle_error()
|
/openbmc/linux/drivers/net/can/ifi_canfd/ |
H A D | ifi_canfd.c | 500 priv->can.can_stats.bus_off++; in ifi_canfd_handle_state_change()
|
/openbmc/linux/drivers/net/can/softing/ |
H A D | softing_main.c | 253 ++priv->can.can_stats.bus_off; in softing_handle_1()
|
/openbmc/linux/drivers/net/can/ctucanfd/ |
H A D | ctucanfd_base.c | 842 priv->can.can_stats.bus_off++; in ctucan_err_interrupt()
|
/openbmc/linux/drivers/net/can/c_can/ |
H A D | c_can_main.c | 936 priv->can.can_stats.bus_off++; in c_can_handle_state_change()
|
/openbmc/linux/drivers/net/can/spi/ |
H A D | mcp251x.c | 1177 priv->can.can_stats.bus_off++; in mcp251x_can_ist()
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_core.c | 819 can_stats->bus_off++; in es58x_rx_err_msg()
|