Searched refs:qbase (Results 1 – 6 of 6) sorted by relevance
53 u_quad_t qbase, cutoff; in strtouq() local78 qbase = (unsigned)base; in strtouq()79 cutoff = (u_quad_t)UQUAD_MAX / qbase; in strtouq()80 cutlim = (u_quad_t)UQUAD_MAX % qbase; in strtouq()96 acc *= qbase; in strtouq()
53 u_quad_t qbase, cutoff; in strtoq() local100 qbase = (unsigned)base; in strtoq()102 cutlim = cutoff % qbase; in strtoq()103 cutoff /= qbase; in strtoq()119 acc *= qbase; in strtoq()
634 int qbase; in __cvmx_helper_cfg_init() local695 qbase = 0; in __cvmx_helper_cfg_init()703 cvmx_cfg_pko_port[i] = (struct cvmx_cfg_pko_port_param) {qbase, n}; in __cvmx_helper_cfg_init()704 qbase += n; in __cvmx_helper_cfg_init()705 cvmx_helper_cfg_assert(qbase <= CVMX_HELPER_CFG_MAX_PKO_QUEUES); in __cvmx_helper_cfg_init()
86 u32 qbase; member
124 u32 qbase; member
852 pf->qbase = hw->func_caps.base_queue; in ixl_get_hw_capabilities()