Searched refs:port_size (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/hwtracing/coresight/
H A Dcoresight-etm.h147 * @port_size: port size as reported by ETMCR bit 4-6 and 21.
199 int port_size; member in struct:etm_drvdata
H A Dcoresight-etm3x.c263 etmcr |= drvdata->port_size; etm_enable_hw()
1728 drvdata->port_size = etm_readl(drvdata, ETMCR) & PORT_SIZE_MASK; etm_init_arch_data()
/linux-4.1.27/drivers/usb/wusbcore/
H A Drh.c425 size_t port_size, itr; wusbhc_rh_create() local
426 port_size = wusbhc->ports_max * sizeof(wusbhc->port[0]); wusbhc_rh_create()
427 wusbhc->port = kzalloc(port_size, GFP_KERNEL); wusbhc_rh_create()
/linux-4.1.27/net/core/
H A Drtnetlink.c831 size_t port_size = nla_total_size(4) /* PORT_VF */ rtnl_port_size() local
841 + port_size; rtnl_port_size()
843 + port_size; rtnl_port_size()

Completed in 245 milliseconds