Searched refs:store_index (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | plugin.py | 44 def store_index(self, uri, index): member in IndexPlugin
|
H A D | restapi.py | 268 def store_index(self, url, index): member in RestApiPlugin
|
H A D | __init__.py | 261 plugin.store_index(indexURI, index)
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-versal-canfd.c | 1084 uint8_t store_index = 0; in update_rx_sequential() local 1145 store_index = read_index + fill_level; in update_rx_sequential() 1147 if (store_index > s->cfg.rx0_fifo - 1) { in update_rx_sequential() 1148 store_index -= s->cfg.rx0_fifo; in update_rx_sequential() 1152 (store_index * NUM_REGS_PER_MSG_SPACE); in update_rx_sequential() 1163 store_index = read_index + fill_level; in update_rx_sequential() 1165 if (store_index > s->cfg.rx1_fifo - 1) { in update_rx_sequential() 1166 store_index -= s->cfg.rx1_fifo; in update_rx_sequential() 1170 (store_index * NUM_REGS_PER_MSG_SPACE); in update_rx_sequential() 1241 uint8_t store_index = fill_level + read_index; in tx_fifo_stamp() local [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 6954 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v2() local 7023 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2() 7028 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]), in _show_fbtc_cysta_v2() 7029 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1])); in _show_fbtc_cysta_v2() 7033 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]), in _show_fbtc_cysta_v2() 7034 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1])); in _show_fbtc_cysta_v2() 7082 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v3() local 7155 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3() 7161 le16_to_cpu(pcysta->slot_step_time[store_index])); in _show_fbtc_cysta_v3() 7163 a2dp_trx = &pcysta->a2dp_trx[store_index]; in _show_fbtc_cysta_v3() [all …]
|