Searched refs:bsi (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | dep.c | 66 u8 bsi; member 78 u8 bsi; member 164 atr_res->bsi = 0x00; in st21nfca_tm_send_atr_res() 438 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument 458 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req() 505 atr_res->bsi, atr_res->bri, in st21nfca_im_recv_atr_res_cb() 554 atr_req->bsi = 0x00; in st21nfca_im_send_atr_req() 569 info->dep_info.bsi = atr_req->bsi; in st21nfca_im_send_atr_req()
|
H A D | st21nfca.h | 122 u8 bsi; member
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | dep.c | 66 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 D | st21nfca.h | 122 u8 bsi; member
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_drv.c | 417 * 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()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | mca_drv.c | 417 * 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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 10109 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() 10121 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent() 10124 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent() 10125 first_ppage = ALIGN(bsi->block_start, PAGE_SIZE) >> PAGE_SHIFT; in btrfs_add_swap_extent() 10126 next_ppage = ALIGN_DOWN(bsi->block_start + bsi->block_len, in btrfs_add_swap_extent() 10135 if (bsi->start == 0) in btrfs_add_swap_extent() 10137 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent() 10138 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent() 10139 if (bsi in btrfs_add_swap_extent() 10108 btrfs_add_swap_extent(struct swap_info_struct *sis, struct btrfs_swap_info *bsi) btrfs_add_swap_extent() argument 10168 struct btrfs_swap_info bsi = { btrfs_swap_activate() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 10526 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() 10538 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent() 10541 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent() 10542 first_ppage = PAGE_ALIGN(bsi->block_start) >> PAGE_SHIFT; in btrfs_add_swap_extent() 10543 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent() 10551 if (bsi->start == 0) in btrfs_add_swap_extent() 10553 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent() 10554 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent() 10555 if (bsi in btrfs_add_swap_extent() 10525 btrfs_add_swap_extent(struct swap_info_struct *sis, struct btrfs_swap_info *bsi) btrfs_add_swap_extent() argument 10584 struct btrfs_swap_info bsi = { btrfs_swap_activate() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 585 bsi : 8, /* Bus error status member 735 #define pmci_bus_status_info pme_bus.bsi
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pal.h | 586 bsi : 8, /* Bus error status member 736 #define pmci_bus_status_info pme_bus.bsi
|
Completed in 36 milliseconds