Home
last modified time | relevance | path

Searched full:bsi (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/nfc/st21nfca/
H A Ddep.c66 u8 bsi; member
78 u8 bsi; member
164 atr_res->bsi = 0x00; in st21nfca_tm_send_atr_res()
415 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument
435 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
482 atr_res->bsi, atr_res->bri, in st21nfca_im_recv_atr_res_cb()
531 atr_req->bsi = 0x00; in st21nfca_im_send_atr_req()
546 info->dep_info.bsi = atr_req->bsi; in st21nfca_im_send_atr_req()
H A Dst21nfca.h122 u8 bsi; member
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dnokia,n900-battery.yaml29 - const: bsi
47 "bsi",
/openbmc/linux/drivers/power/supply/
H A Drx51_battery.c39 * This conversion formula was extracted from maemo program bsi-read
129 * Read ADCIN channel 4 (BSI) and convert RAW value to micro Ah
130 * This conversion formula was extracted from maemo program bsi-read
218 di->channel_bsi = iio_channel_get(di->dev, "bsi"); in rx51_battery_probe()
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_windowed.S122 assert bsi.l, a2, 0
123 assert bsi.l, a2, (XCHAL_NUM_AREGS - (\window)) / 4
157 assert bsi.l, a2, (XCHAL_NUM_AREGS - (\window)) / 4
/openbmc/linux/arch/ia64/kernel/
H A Dmca_drv.c417 * Referring Bus_Check.bsi: in is_mca_global()
422 * (FIXME: Are these SGI specific or generic bsi values?) in is_mca_global()
425 switch (pbci->bsi) { in is_mca_global()
584 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error()
702 if (pbci->eb && pbci->bsi > 0) in recover_from_processor_error()
/openbmc/linux/fs/btrfs/
H A Dinode.c10566 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() argument
10578 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent()
10581 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent()
10582 first_ppage = PAGE_ALIGN(bsi->block_start) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10583 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10591 if (bsi->start == 0) in btrfs_add_swap_extent()
10593 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10594 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()
10595 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10596 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()
[all …]
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h282 uint32_t bsi : 1; member
290 uint32_t bsi : 1;
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt8516.c603 GATE_TOP2(CLK_TOP_BSI, "bsi", "ahb_infra_sel", 26),
H A Dclk-mt8167.c815 GATE_TOP2(CLK_TOP_BSI, "bsi", "ahb_infra_sel", 26),
/openbmc/linux/arch/ia64/include/asm/
H A Dpal.h586 bsi : 8, /* Bus error status member
736 #define pmci_bus_status_info pme_bus.bsi
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n900.dts157 io-channel-names = "temp", "bsi", "vbat";
/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c1143 /* Ignore RI, TI, LFI, RFI, BSI */ in ctucan_interrupt()
/openbmc/linux/drivers/media/i2c/
H A Dov5640.c3277 * Sensor is a BSI (Back Side Illuminated) one, in ov5640_set_ctrl_hflip()