Home
last modified time | relevance | path

Searched refs:max_oob (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c274 unsigned int max_oob; member
744 ctrl->max_oob = 128; in brcmnand_revision_init()
746 ctrl->max_oob = 64; in brcmnand_revision_init()
748 ctrl->max_oob = 32; in brcmnand_revision_init()
750 ctrl->max_oob = 16; in brcmnand_revision_init()
1479 if (offs >= ctrl->max_oob) in oob_reg_read()
1498 if (offs >= ctrl->max_oob) in oob_reg_write()
1525 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1526 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1550 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
[all …]
/linux-6.12.1/security/apparmor/include/
Dmatch.h101 u32 max_oob; member
/linux-6.12.1/security/apparmor/
Dmatch.c177 if (base_idx(BASE_TABLE(dfa)[i]) < dfa->max_oob) { in verify_dfa()
303 dfa->max_oob = 1; in aa_dfa_unpack()